forked from pool/python-jira
Accepting request 1138492 from devel:languages:python
- 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/request/show/1138492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d23a0e0c62c0d6926ac37c68bc0b362065ae19106fe5c79d4ba964fad80d6cf2
|
||||
size 96349
|
||||
3
jira-3.6.0.tar.gz
Normal file
3
jira-3.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c67497fe8dc2f60f1c4f7b33479f059c928bec3db9dcb5cd7b6a09b6ecc0942
|
||||
size 98139
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jira
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-jira
|
||||
Version: 3.5.2
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: Python library for interacting with JIRA via REST APIs
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user