17
0

Compare commits

5 Commits

2 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 1 16:04:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 05:48:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Wed Aug 14 14:52:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
- switch to modern python for sle15
-------------------------------------------------------------------
Tue May 9 21:29:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -16,9 +31,9 @@ Mon Aug 29 13:47:03 UTC 2022 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Fri Aug 26 07:11:27 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires as this package contains no tests.
- Remove unneeded BuildRequires as this package contains no tests.
-------------------------------------------------------------------
Mon Aug 22 21:52:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
- initial package (1.5.0)
- initial package (1.5.0)

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.tidelift
#
# 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
@@ -16,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-jaraco.tidelift
Version: 1.5.1
Release: 0
@@ -64,6 +65,6 @@ rm -rf jaraco.tidelift.egg-info
%doc docs/*.rst README.rst CHANGES.rst
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco/tidelift
%{python_sitelib}/jaraco.tidelift-%{version}*-info
%{python_sitelib}/jaraco[_.]tidelift-%{version}.dist-info
%changelog