From 333f56592f97a9581ea33caf2b584ef514c8f4cdfbf29ad5b2d3549565e0e947 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Jan 2024 20:24:39 +0000 Subject: [PATCH] - 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 --- jira-3.5.2.tar.gz | 3 --- jira-3.6.0.tar.gz | 3 +++ python-jira.changes | 14 ++++++++++++++ python-jira.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 jira-3.5.2.tar.gz create mode 100644 jira-3.6.0.tar.gz diff --git a/jira-3.5.2.tar.gz b/jira-3.5.2.tar.gz deleted file mode 100644 index d504d7b..0000000 --- a/jira-3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d23a0e0c62c0d6926ac37c68bc0b362065ae19106fe5c79d4ba964fad80d6cf2 -size 96349 diff --git a/jira-3.6.0.tar.gz b/jira-3.6.0.tar.gz new file mode 100644 index 0000000..fe3b2fb --- /dev/null +++ b/jira-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c67497fe8dc2f60f1c4f7b33479f059c928bec3db9dcb5cd7b6a09b6ecc0942 +size 98139 diff --git a/python-jira.changes b/python-jira.changes index 3f5a9a8..4800ac0 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jan 13 20:23:59 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-jira.spec b/python-jira.spec index 50172a7..bef1c88 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -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