1
0

Compare commits

...

3 Commits

2 changed files with 12 additions and 2 deletions

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 1 15:35:10 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 05:48:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Mon Nov 20 06:36:04 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.itertools
#
# 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
@ -61,7 +61,7 @@ rm -r jaraco.itertools.egg-info
%license LICENSE
%doc docs/*.rst README.rst NEWS.rst
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco.itertools-%{version}.dist-info
%{python_sitelib}/jaraco[_.]itertools-%{version}.dist-info
%{python_sitelib}/jaraco/itertools.py*
%pycache_only %dir %{python_sitelib}/jaraco/__pycache__
%pycache_only %{python_sitelib}/jaraco/__pycache__/itertools*.py*