diff --git a/jira-3.1.1.tar.gz b/jira-3.1.1.tar.gz deleted file mode 100644 index aa351ed..0000000 --- a/jira-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2fde55d04a421c590cb197cf6b2d01176028004387d3e4cedff653dba408238 -size 111385 diff --git a/jira-3.2.0.tar.gz b/jira-3.2.0.tar.gz new file mode 100644 index 0000000..d207794 --- /dev/null +++ b/jira-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cb2ba909fde2464792948d58042096aa481493b40ab567661e08975f5e86c8 +size 112780 diff --git a/python-jira.changes b/python-jira.changes index 50605f0..3d01ee4 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jun 4 18:05:47 UTC 2022 - Dirk Müller + +- update to 3.2.0: + * Additional scheme endpoints for projects + * Add subscriptable support for PropertyHolder + * Fixing type hint to match documentation for move_to_backlog + * improve ResultList types + * Allow verify option as path to cert in config + * Bugfixes + * Locate the exact user by key if there are multiple users returned from query + * Fixing type hint to match documentation for move_to_backlog + * Avoid printing parsed json response + ------------------------------------------------------------------- Mon Jan 31 03:56:35 UTC 2022 - Steve Kowalik diff --git a/python-jira.spec b/python-jira.spec index 45cfc4e..74c3a61 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jira -Version: 3.1.1 +Version: 3.2.0 Release: 0 Summary: Python library for interacting with JIRA via REST APIs License: BSD-3-Clause @@ -40,8 +40,7 @@ Requires: python-pbr >= 3.0.0 Requires: python-requests >= 2.10.0 Requires: python-requests-oauthlib >= 0.6.1 Requires: python-requests-toolbelt -Requires: python-setuptools >= 20.10.1 -Requires: python-six >= 1.10.0 +Requires: python-typing_extensions >= 3.7.4.2 Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch