diff --git a/python-setuptools.spec b/python-setuptools.spec index 38810e9..86288ae 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,7 +1,7 @@ Name: python-setuptools Epoch: 1 -Version: 59.7.0 -Release: 2mamba +Version: 60.6.0 +Release: 1mamba Summary: Download, build, install, upgrade and uninstall Python packages Group: System/Libraries/Python Vendor: openmamba @@ -21,8 +21,9 @@ BuildArch: noarch setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. This package contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py. -%if "0%{?with_pyver}" == "03" +%if "0%{?with_pyver}" != "036" %define py_requires_append \ +Requires: python-setuptools_scm%{?pyappend:-%pyappend} \ Provides: python-setuptools \ Provides: python-setuptools-devel \ Obsoletes: python-setuptools-devel <= 51.0.0-1mamba \ @@ -90,6 +91,15 @@ rm -f %{buildroot}%{_bindir}/easy_install %{python_sitearch}/setuptools-%{version}-py%{python_version}.egg-info/* %changelog +* Mon Jan 31 2022 Automatic Build System 60.6.0-1mamba +- automatic version update by autodist + +* Wed Jan 26 2022 Automatic Build System 60.5.0-1mamba +- automatic version update by autodist + +* Tue Jan 25 2022 Silvan Calarco 59.7.0-3mamba +- require python-setuptools_scm to fix dist info of packages to be set to 0.0.0 + * Sun Dec 26 2021 Silvan Calarco 59.7.0-2mamba - epoch bump to revert problematic 60.* updates