Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 79b055826e |
@@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 27 11:27:05 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
Thu Nov 6 08:19:52 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
- Remove not needed update-alternatives BuildRequires
|
- Update to 78.1.2:
|
||||||
|
. ...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 13 15:45:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Tue May 13 15:45:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-setuptools
|
# spec file for package python-setuptools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -53,7 +53,7 @@ ExclusiveArch: do-not-build
|
|||||||
%define mypython python
|
%define mypython python
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: %{pprefix}-setuptools%{psuffix}
|
Name: %{pprefix}-setuptools%{psuffix}
|
||||||
Version: 78.1.1
|
Version: 78.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Download, build, install, upgrade, and uninstall Python packages
|
Summary: Download, build, install, upgrade, and uninstall Python packages
|
||||||
License: Apache-2.0 AND MIT AND BSD-2-Clause AND Python-2.0
|
License: Apache-2.0 AND MIT AND BSD-2-Clause AND Python-2.0
|
||||||
@@ -65,6 +65,8 @@ BuildRequires: %{python_module base >= 3.9}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python-rpm-packaging
|
BuildRequires: python-rpm-packaging
|
||||||
|
Requires(post): update-alternatives
|
||||||
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module build}
|
BuildRequires: %{python_module build}
|
||||||
|
|||||||
Reference in New Issue
Block a user