Accepting request 980788 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/980788 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2fde55d04a421c590cb197cf6b2d01176028004387d3e4cedff653dba408238
|
||||
size 111385
|
||||
3
jira-3.2.0.tar.gz
Normal file
3
jira-3.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7cb2ba909fde2464792948d58042096aa481493b40ab567661e08975f5e86c8
|
||||
size 112780
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 4 18:05:47 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user