From 6b6b62c5b5236c6df35f44637170bf908a4ded6a5145aa5d5bd1b84a72c4eb0b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 21:54:51 +0000 Subject: [PATCH] - 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 --- jira-3.5.1.tar.gz | 3 --- jira-3.5.2.tar.gz | 3 +++ python-jira.changes | 29 ++++++++++++++++++++--------- python-jira.spec | 2 +- 4 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 jira-3.5.1.tar.gz create mode 100644 jira-3.5.2.tar.gz diff --git a/jira-3.5.1.tar.gz b/jira-3.5.1.tar.gz deleted file mode 100644 index 78ffca3..0000000 --- a/jira-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb7a6c924780b80155cb3b9792d33430f4607c378c667473d6ed48178acba9dd -size 95361 diff --git a/jira-3.5.2.tar.gz b/jira-3.5.2.tar.gz new file mode 100644 index 0000000..d504d7b --- /dev/null +++ b/jira-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23a0e0c62c0d6926ac37c68bc0b362065ae19106fe5c79d4ba964fad80d6cf2 +size 96349 diff --git a/python-jira.changes b/python-jira.changes index 0942f70..3f5a9a8 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Dec 7 21:54:42 UTC 2023 - Dirk Müller + +- 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 @@ -67,20 +78,20 @@ Wed May 3 08:58:26 UTC 2023 - Dirk Müller Sat Jun 4 18:05:47 UTC 2022 - Dirk Müller - 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 -- Add missing Requires on keyring. +- Add missing Requires on keyring. ------------------------------------------------------------------- Fri Dec 10 19:12:15 UTC 2021 - Matej Cepl diff --git a/python-jira.spec b/python-jira.spec index d19e43b..50172a7 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -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