From 9681f0930b836d2523c60afa2dc333fa20b8d8ad808bd2469314074a7fd42577 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:49:48 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=34 --- python-jaraco.collections.changes | 5 +++++ python-jaraco.collections.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-jaraco.collections.changes b/python-jaraco.collections.changes index 8ab8e71..5a44b44 100644 --- a/python-jaraco.collections.changes +++ b/python-jaraco.collections.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Mon Oct 28 23:15:28 UTC 2024 - Dirk Müller diff --git a/python-jaraco.collections.spec b/python-jaraco.collections.spec index cfd241d..6d3760a 100644 --- a/python-jaraco.collections.spec +++ b/python-jaraco.collections.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.collections # -# Copyright (c) 2024 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 @@ -61,6 +61,6 @@ Models and classes to supplement the stdlib ‘collections’ module. %license LICENSE %doc docs/*.rst README.rst NEWS.rst %{python_sitelib}/jaraco/collections -%{python_sitelib}/jaraco.collections-%{version}.dist-info +%{python_sitelib}/jaraco_collections-%{version}.dist-info %changelog From f783bce44bd1e3adf1858f4ae80d25a31c464edf6a41aa8f05eefbac06618b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 15:38:05 +0000 Subject: [PATCH 2/2] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=35 --- python-jaraco.collections.changes | 5 +++++ python-jaraco.collections.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jaraco.collections.changes b/python-jaraco.collections.changes index 5a44b44..6392443 100644 --- a/python-jaraco.collections.changes +++ b/python-jaraco.collections.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 15:34:16 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + ------------------------------------------------------------------- Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik diff --git a/python-jaraco.collections.spec b/python-jaraco.collections.spec index 6d3760a..be4fa6f 100644 --- a/python-jaraco.collections.spec +++ b/python-jaraco.collections.spec @@ -61,6 +61,6 @@ Models and classes to supplement the stdlib ‘collections’ module. %license LICENSE %doc docs/*.rst README.rst NEWS.rst %{python_sitelib}/jaraco/collections -%{python_sitelib}/jaraco_collections-%{version}.dist-info +%{python_sitelib}/jaraco[_.]collections-%{version}.dist-info %changelog