15
0
forked from pool/python-jira

- 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/package/show/devel:languages:python/python-jira?expand=0&rev=15
This commit is contained in:
2022-06-04 18:07:18 +00:00
committed by Git OBS Bridge
parent 73527dd856
commit a71581620e
4 changed files with 19 additions and 6 deletions

View File

@@ -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>