15
0
forked from pool/python-jira

- update to 3.6.0:

* Replace imghdr with Pillow's PIL
  * Use user_id when adding watcher
  * Fix docs building
  * gha: use pip caching from setup-python
  * #1435 - recommend installing jira[cli] to get jirashell deps
  * support pagination in createmeta methods
  * Issue Field and Issue Type object based methods
  * fix: small fix for dev docker
  * Added warning log if issue link type not present

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=23
This commit is contained in:
2024-01-13 20:24:39 +00:00
committed by Git OBS Bridge
parent 6b6b62c5b5
commit 333f56592f
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jan 13 20:23:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.6.0:
* Replace imghdr with Pillow's PIL
* Use user_id when adding watcher
* Fix docs building
* gha: use pip caching from setup-python
* #1435 - recommend installing jira[cli] to get jirashell deps
* support pagination in createmeta methods
* Issue Field and Issue Type object based methods
* fix: small fix for dev docker
* Added warning log if issue link type not present
-------------------------------------------------------------------
Thu Dec 7 21:54:42 UTC 2023 - Dirk Müller <dmueller@suse.com>