15
0
forked from pool/python-jira

- update to 3.5.2:

* This hotfix targets the OAuth1 related regression in #1677
  * Add rich text example to docs (#1681) @ABizzinotto
  * implement SHA fallback behaviour (#1678) @adehad
  * Update `create_project()` docstring (#1676) @ABizzinotto
  * Allow the user to override the default signature method
    (#1664) @Governa
  * 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
  * 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
- Add missing Requires on keyring.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=21
This commit is contained in:
2023-12-07 21:54:51 +00:00
committed by Git OBS Bridge
parent 6e7dd85e2e
commit 6b6b62c5b5
4 changed files with 24 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb7a6c924780b80155cb3b9792d33430f4607c378c667473d6ed48178acba9dd
size 95361

3
jira-3.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d23a0e0c62c0d6926ac37c68bc0b362065ae19106fe5c79d4ba964fad80d6cf2
size 96349

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 7 21:54:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.5.2:
* This hotfix targets the OAuth1 related regression in #1677
* Add rich text example to docs (#1681) @ABizzinotto
* implement SHA fallback behaviour (#1678) @adehad
* Update `create_project()` docstring (#1676) @ABizzinotto
* Allow the user to override the default signature method
(#1664) @Governa
-------------------------------------------------------------------
Fri Jun 2 06:07:14 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
@@ -67,20 +78,20 @@ Wed May 3 08:58:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
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
* 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
* 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>
- Add missing Requires on keyring.
- Add missing Requires on keyring.
-------------------------------------------------------------------
Fri Dec 10 19:12:15 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-jira
Version: 3.5.1
Version: 3.5.2
Release: 0
Summary: Python library for interacting with JIRA via REST APIs
License: BSD-3-Clause