Sync from SUSE:SLFO:Main python-backports.tarfile revision da8d1a07ddfa5b5d0e87102da6cb40ab

This commit is contained in:
2025-05-13 19:52:17 +02:00
parent 2b5545a0f9
commit 627e400ee1
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 1 13:08:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 03:53:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Sun Apr 21 11:15:38 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-backports.tarfile
#
# 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
@@ -52,6 +52,6 @@ Backport of CPython tarfile module
%doc NEWS.rst README.rst
%license LICENSE
%{python_sitelib}/backports
%{python_sitelib}/backports.tarfile-%{version}.dist-info
%{python_sitelib}/backports[_.]tarfile-%{version}.dist-info
%changelog