Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-keyrings.alt for
openSUSE:Factory checked in at 2025-07-23 16:33:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keyrings.alt (Old)
and /work/SRC/openSUSE:Factory/.python-keyrings.alt.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keyrings.alt"
Wed Jul 23 16:33:23 2025 rev:8 rq:1295065 version:5.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-keyrings.alt/python-keyrings.alt.changes
2023-07-10 16:40:49.338872429 +0200
+++
/work/SRC/openSUSE:Factory/.python-keyrings.alt.new.8875/python-keyrings.alt.changes
2025-07-23 16:34:30.414357975 +0200
@@ -1,0 +2,13 @@
+Fri Jul 18 11:43:08 UTC 2025 - Felix Stegmeier <[email protected]>
+
+- update to 5.0.2
+ * No upstream changelog.
+
+- update to v5.0.1
+ * Fix encoding warnings.
+
+- update to 5.0.0
+ * Require Python 3.8 or later.
+ * Removed the pyfs backend, as it has eroded beyond repair. (#49)
+
+-------------------------------------------------------------------
Old:
----
keyrings.alt-4.2.0.tar.gz
New:
----
keyrings_alt-5.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keyrings.alt.spec ++++++
--- /var/tmp/diff_new_pack.6dvZze/_old 2025-07-23 16:34:32.026425526 +0200
+++ /var/tmp/diff_new_pack.6dvZze/_new 2025-07-23 16:34:32.042426197 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-keyrings.alt
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,29 +19,30 @@
%define keyring_ver 18.0.0
%{?sle15_python_module_pythons}
Name: python-keyrings.alt
-Version: 4.2.0
+Version: 5.0.2
Release: 0
Summary: Alternate keyring implementations
License: MIT
Group: Development/Languages/Python
URL: https://github.com/jaraco/keyrings.alt
-Source:
https://files.pythonhosted.org/packages/source/k/keyrings.alt/keyrings.alt-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/k/keyrings.alt/keyrings_alt-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jaraco.classes
-Requires: python-pycryptodomex
+Requires: python-jaraco.context
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pycryptodome}
BuildRequires: %{python_module fs >= 0.5}
BuildRequires: %{python_module gobject}
BuildRequires: %{python_module keyring >= 20}
+BuildRequires: %{python_module keyring}
BuildRequires: %{python_module pycryptodomex}
-BuildRequires: %{python_module pycryptodomex}
-BuildRequires: %{python_module pytest >= 3.5}
+BuildRequires: %{python_module pycryptodome}
+BuildRequires: %{python_module pytest >= 6}
BuildRequires: typelib(GnomeKeyring)
# /SECTION
%python_subpackages
@@ -51,7 +52,7 @@
keyring package.
%prep
-%setup -q -n keyrings.alt-%{version}
+%autosetup -p1 -n keyrings_alt-%{version}
sed -i -e 's/--flake8//' -e 's/--black//' -e 's/--cov//' pytest.ini
%build
@@ -59,13 +60,19 @@
%install
%pyproject_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/keyrings/__pycache__
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/keyrings/alt/__pycache__
%check
%pytest
%files %{python_files}
-%doc CHANGES.rst README.rst
+%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/keyrings
+%{python_sitelib}/keyrings/__init__.py
+%pycache_only %{python_sitelib}/keyrings/__pycache__
+%{python_sitelib}/keyrings/alt
+# dynamic version is broken and builds v0.0.0
+%{python_sitelib}/keyrings_alt-*.dist-info