diff --git a/python-jaraco.collections.changes b/python-jaraco.collections.changes index 8ab8e71..6392443 100644 --- a/python-jaraco.collections.changes +++ b/python-jaraco.collections.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 + +- 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..be4fa6f 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