Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jaraco.versioning for openSUSE:Factory checked in at 2025-04-11 16:45:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jaraco.versioning (Old) and /work/SRC/openSUSE:Factory/.python-jaraco.versioning.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.versioning" Fri Apr 11 16:45:14 2025 rev:3 rq:1266242 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jaraco.versioning/python-jaraco.versioning.changes 2024-01-05 22:59:50.742839944 +0100 +++ /work/SRC/openSUSE:Factory/.python-jaraco.versioning.new.1907/python-jaraco.versioning.changes 2025-04-11 16:45:41.936499569 +0200 @@ -1,0 +2,10 @@ +Tue Apr 1 15:36:05 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Make it compatible with older setuptools + +------------------------------------------------------------------- +Wed Mar 26 05:48:36 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Normalize metadata directory name. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jaraco.versioning.spec ++++++ --- /var/tmp/diff_new_pack.sGIjMS/_old 2025-04-11 16:45:43.848579992 +0200 +++ /var/tmp/diff_new_pack.sGIjMS/_new 2025-04-11 16:45:43.880581337 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.versioning # -# 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 @@ -24,11 +24,11 @@ License: MIT URL: https://github.com/jaraco/jaraco.versioning Source: https://files.pythonhosted.org/packages/source/j/jaraco.versioning/jaraco.versioning-1.1.0.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools_scm >= 3.4.1} +BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest} @@ -60,7 +60,7 @@ %license LICENSE %dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/versioning.py -%{python_sitelib}/jaraco.versioning-%{version}.dist-info +%{python_sitelib}/jaraco[_.]versioning-%{version}.dist-info %dir %{python_sitelib}/jaraco/__pycache__ %pycache_only %{python_sitelib}/jaraco/__pycache__/versioning.*.py*