Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-keyring for openSUSE:Factory checked in at 2023-07-15 23:14:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-keyring (Old) and /work/SRC/openSUSE:Factory/.python-keyring.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keyring" Sat Jul 15 23:14:25 2023 rev:55 rq:1098501 version:24.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes 2023-04-22 21:58:09.908393085 +0200 +++ /work/SRC/openSUSE:Factory/.python-keyring.new.3193/python-keyring.changes 2023-07-15 23:14:27.651269156 +0200 @@ -1,0 +2,34 @@ +Wed Jul 12 22:53:41 UTC 2023 - Arun Persaud <a...@gmx.de> + +- specfile: + * require python >=3.8 + * Changelog got renamed to NEWS + +- update to version 24.2.0: + * Features + + Require Python 3.8 or later. + +- changes from version 24.1.1: + * Bugfixes + + Restore support for reading from a config file (with regression + test). (#638) + +- changes from version 24.1.0: + * Bugfixes + + Avoid logging warning when no config file is present. (#635) + + Include all operations in the error message if no operation was + supplied. (#636) + * Improved Documentation + + Correct name of macOS backend in README. (#637) + +- changes from version 24.0.0: + * #633: Added diagnose command with basic support. + * #487: Removed keyring.backends.OS_X module. + * #593: Removed keyring.util.properties module. + +- changes from version 23.14.0: + * #623: On macOS, warn the user when keychain property is indicated, + as that value can't be honored (macOS API no longer supports + indicating the target keychain). + +------------------------------------------------------------------- Old: ---- keyring-23.13.1.tar.gz New: ---- keyring-24.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-keyring.spec ++++++ --- /var/tmp/diff_new_pack.Fyg6qo/_old 2023-07-15 23:14:28.511274201 +0200 +++ /var/tmp/diff_new_pack.Fyg6qo/_new 2023-07-15 23:14:28.511274201 +0200 @@ -24,15 +24,14 @@ %define psuffix %{nil} %bcond_with test %endif -%{?sle15_python_module_pythons} Name: python-keyring%{psuffix} -Version: 23.13.1 +Version: 24.2.0 Release: 0 Summary: System keyring service access from Python License: MIT URL: https://github.com/jaraco/keyring Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools_scm >= 3.4.1} @@ -40,17 +39,18 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-SecretStorage >= 3.2 +Requires: python-jaraco.classes +Requires: python-jeepney >= 0.4.2 +Requires(post): update-alternatives +Requires(postun):update-alternatives +BuildArch: noarch +%{?sle15_python_module_pythons} %if 0%{python_version_nodots} < 310 Requires: python-importlib-resources %endif -Requires: python-jaraco.classes -Requires: python-jeepney >= 0.4.2 %if 0%{python_version_nodots} < 312 Requires: python-importlib-metadata >= 4.11.4 %endif -Requires(post): update-alternatives -Requires(postun):update-alternatives -BuildArch: noarch %if %{with test} BuildRequires: %{python_module keyring = %{version}} BuildRequires: %{python_module pytest >= 3.5} @@ -92,7 +92,7 @@ %python_uninstall_alternative keyring %files %{python_files} -%doc README.rst CHANGES.rst +%doc README.rst NEWS.rst %license LICENSE %python_alternative %{_bindir}/keyring %{python_sitelib}/keyring-%{version}*-info ++++++ keyring-23.13.1.tar.gz -> keyring-24.2.0.tar.gz ++++++ ++++ 4150 lines of diff (skipped)