From 6e7dd85e2e5468e637b6b15f4fba6b3da73f80e6ce3532d8f9c5c8f31b44fb22 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 2 Jun 2023 06:07:33 +0000 Subject: [PATCH] - Update to 3.5.1: * Update the type for issue in add_comment & transition_issue for better type hints (#1580) @dvaerum * Switch from SIGNATURE_RSA to SIGNATURE_HMAC_SHA1 (#1643) @traylenator * fix verify not sent with request (#1573) (#1631) @jongracecox - Add setuptools_scm to BuildRequires, so the version number is detected, and to better catch this, stop using overly greedy globbing in %files. - Remove Requires on python-pbr. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=19 --- jira-3.5.0.tar.gz | 3 --- jira-3.5.1.tar.gz | 3 +++ python-jira.changes | 12 ++++++++++++ python-jira.spec | 10 +++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 jira-3.5.0.tar.gz create mode 100644 jira-3.5.1.tar.gz diff --git a/jira-3.5.0.tar.gz b/jira-3.5.0.tar.gz deleted file mode 100644 index d9f9a68..0000000 --- a/jira-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b82b860d5ad10bda411a532269dcff5031a98d84adcba9ba453036c3b5ebd17 -size 95569 diff --git a/jira-3.5.1.tar.gz b/jira-3.5.1.tar.gz new file mode 100644 index 0000000..78ffca3 --- /dev/null +++ b/jira-3.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7a6c924780b80155cb3b9792d33430f4607c378c667473d6ed48178acba9dd +size 95361 diff --git a/python-jira.changes b/python-jira.changes index 0faa9bf..0942f70 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jun 2 06:07:14 UTC 2023 - Steve Kowalik + +- Update to 3.5.1: + * Update the type for issue in add_comment & transition_issue for better + type hints (#1580) @dvaerum + * Switch from SIGNATURE_RSA to SIGNATURE_HMAC_SHA1 (#1643) @traylenator + * fix verify not sent with request (#1573) (#1631) @jongracecox +- Add setuptools_scm to BuildRequires, so the version number is detected, + and to better catch this, stop using overly greedy globbing in %files. +- Remove Requires on python-pbr. + ------------------------------------------------------------------- Wed May 3 08:58:26 UTC 2023 - Dirk Müller diff --git a/python-jira.spec b/python-jira.spec index 8445b93..d19e43b 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -16,13 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jira -Version: 3.5.0 +Version: 3.5.1 Release: 0 Summary: Python library for interacting with JIRA via REST APIs License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/pycontribs/jira Source: https://files.pythonhosted.org/packages/source/j/jira/jira-%{version}.tar.gz BuildRequires: %{python_module Sphinx} @@ -30,13 +28,14 @@ BuildRequires: %{python_module pbr >= 3.0.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-defusedxml Requires: python-keyring Requires: python-oauthlib -Requires: python-pbr >= 3.0.0 +Requires: python-packaging Requires: python-requests >= 2.10.0 Requires: python-requests-oauthlib >= 0.6.1 Requires: python-requests-toolbelt @@ -76,6 +75,7 @@ export LANG=en_US.UTF-8 %doc AUTHORS.rst README.rst %license LICENSE %python_alternative %{_bindir}/jirashell -%{python_sitelib}/* +%{python_sitelib}/jira +%{python_sitelib}/jira-%{version}*info %changelog