obsolete python-virtualenv-py310 [release 20.25.1-2mamba;Tue Mar 26 2024]

This commit is contained in:
Silvan Calarco 2024-03-26 21:23:23 +01:00
parent 725303e1da
commit 5fd2ad9035

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-virtualenv Name: python-virtualenv
Version: 20.25.1 Version: 20.25.1
Release: 1mamba Release: 2mamba
Summary: Virtual Python Environment builder Summary: Virtual Python Environment builder
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -26,7 +26,8 @@ virtualenv is a tool to create isolated Python environments.
%define py_requires_append \ %define py_requires_append \
Provides: python-virtualenv \ Provides: python-virtualenv \
Obsoletes: python-virtualenv <= 20.7.2-1mamba \ Obsoletes: python-virtualenv <= 20.7.2-1mamba \
Obsoletes: python-virtualenv-py36 < 20.4.0 Obsoletes: python-virtualenv-py36 < 20.4.0 \
Obsoletes: python-virtualenv-py310 <= 20.25.11mamba
%endif %endif
%if 0%{?with_pyver} %if 0%{?with_pyver}
@ -62,6 +63,9 @@ done
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Tue Mar 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 20.25.1-2mamba
- obsolete python-virtualenv-py310
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 20.25.1-1mamba * Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 20.25.1-1mamba
- automatic version update by autodist - automatic version update by autodist