Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jira for openSUSE:Factory checked in at 2023-06-03 00:07:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jira (Old) and /work/SRC/openSUSE:Factory/.python-jira.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jira" Sat Jun 3 00:07:32 2023 rev:10 rq:1090426 version:3.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes 2023-05-03 12:57:54.432054566 +0200 +++ /work/SRC/openSUSE:Factory/.python-jira.new.15902/python-jira.changes 2023-06-03 00:07:37.870133292 +0200 @@ -1,0 +2,12 @@ +Fri Jun 2 06:07:14 UTC 2023 - Steve Kowalik <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- jira-3.5.0.tar.gz New: ---- jira-3.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jira.spec ++++++ --- /var/tmp/diff_new_pack.bPGf7s/_old 2023-06-03 00:07:38.482136906 +0200 +++ /var/tmp/diff_new_pack.bPGf7s/_new 2023-06-03 00:07:38.486136930 +0200 @@ -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 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 @@ %doc AUTHORS.rst README.rst %license LICENSE %python_alternative %{_bindir}/jirashell -%{python_sitelib}/* +%{python_sitelib}/jira +%{python_sitelib}/jira-%{version}*info %changelog ++++++ jira-3.5.0.tar.gz -> jira-3.5.1.tar.gz ++++++ ++++ 3270 lines of diff (skipped)
