Package Details: python-jira 3.6.0-4

Git Clone URL: https://aur.archlinux.org/python-jira.git (read-only, click to copy)
Package Base: python-jira
Description: Python library to work with Jira APIs
Upstream URL: https://github.com/pycontribs/jira
Keywords: jira python
Licenses: BSD-2-Clause
Submitter: pozar87
Maintainer: pozar87 (C0rn3j)
Last Packager: C0rn3j
Votes: 4
Popularity: 0.000000
First Submitted: 2015-07-24 12:53 (UTC)
Last Updated: 2024-03-01 16:50 (UTC)

Latest Comments

1 2 3 Next › Last »

C0rn3j commented on 2024-02-02 09:48 (UTC)

I use this in a personal project, I see it's been a month without an update.
I am down to co-maintain this if you want

bart commented on 2023-05-10 05:56 (UTC)

In addition to @fuero's patch, you need the following to build with python 3.11:

diff --git a/PKGBUILD b/PKGBUILD
index 1fe4d2d..a540c28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=('python-defusedxml'
          'python-requests-oauthlib'
          'python-requests-toolbelt')
 optdepends=("ipython")
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-build' 'python-wheel' 'python-setuptools-scm' 'python-installer')
 source=("https://github.com/pycontribs/jira/archive/refs/tags/$pkgver.tar.gz"
         "version.patch")
 sha256sums=('44bf7384e00923b9df06e28c4b0bf200bfbb9203c61669373267bb4fe0a08509'

fuero commented on 2023-05-09 14:47 (UTC)

Bump to 3.5.0: https://pastebin.com/i0hWHhyg

lamaral commented on 2022-07-07 09:44 (UTC) (edited on 2022-07-07 09:47 (UTC) by lamaral)

Here is a patch that updates it to 3.2.0 and fix an error while building due to scm/pip packages missing. https://pastebin.com/PuWTLEP6

pozar87 commented on 2020-11-04 07:54 (UTC) (edited on 2020-11-04 07:58 (UTC) by pozar87)

Be my guest! (also ipython restored as an optional dependency)

crabvk commented on 2020-11-04 07:54 (UTC)

oops, I was wrong, ipython is required to use jirashell (I was getting an error from jira server before but now I see the error about IPython)

crabvk commented on 2020-11-04 07:48 (UTC)

@pozar87
yup, why not :)

pozar87 commented on 2020-11-04 07:47 (UTC)

Thanks for PKGBUILD! @vyachkonovalov do you wish to be included in contributors? :D

crabvk commented on 2020-11-04 07:36 (UTC)

@zrhoffman
idk about version 2, but for 3rd ipython is not required to run jirashell

crabvk commented on 2020-11-04 07:34 (UTC)

PKGBUILD for version 3.0 https://files.landofooo.fun/f/pkgbuild.txt