From ac82761b16004a4d4b6e769b2e70ac2495cede4c5373fe34da98b5260069255d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sat, 17 May 2025 15:48:16 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-jaraco.versioning revision 87f062d0fcc32dc6195f602064f1365f --- python-jaraco.versioning.changes | 15 +++++++++++++++ python-jaraco.versioning.spec | 9 +++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/python-jaraco.versioning.changes b/python-jaraco.versioning.changes index 9429c70..153b8fa 100644 --- a/python-jaraco.versioning.changes +++ b/python-jaraco.versioning.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Apr 1 15:36:05 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + +------------------------------------------------------------------- +Wed Mar 26 05:48:36 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + +------------------------------------------------------------------- +Wed Jan 3 17:31:36 UTC 2024 - ecsos + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Wed Aug 16 10:02:31 UTC 2023 - Markéta Machová diff --git a/python-jaraco.versioning.spec b/python-jaraco.versioning.spec index 0ba1226..e4e42ce 100644 --- a/python-jaraco.versioning.spec +++ b/python-jaraco.versioning.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.versioning # -# 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.versioning Version: 1.1.0 Release: 0 @@ -23,11 +24,11 @@ Summary: More sophisticated version manipulation (than packaging) License: MIT URL: https://github.com/jaraco/jaraco.versioning Source: https://files.pythonhosted.org/packages/source/j/jaraco.versioning/jaraco.versioning-1.1.0.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools_scm >= 3.4.1} +BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest} @@ -59,7 +60,7 @@ More sophisticated version manipulation (than packaging) %license LICENSE %dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/versioning.py -%{python_sitelib}/jaraco.versioning-%{version}.dist-info +%{python_sitelib}/jaraco[_.]versioning-%{version}.dist-info %dir %{python_sitelib}/jaraco/__pycache__ %pycache_only %{python_sitelib}/jaraco/__pycache__/versioning.*.py*