rebuilt with -py3 package [release 15.0.2-2mamba;Sun Jun 26 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 16:50:41 +01:00
parent 14cc7bf4ac
commit aec81ed14f

View File

@ -1,6 +1,6 @@
Name: python-virtualenv
Version: 15.0.2
Release: 1mamba
Release: 2mamba
Summary: Virtual Python Environment builder
Group: System/Libraries/Python
Vendor: openmamba
@ -21,6 +21,10 @@ BuildArch: noarch
%description
virtualenv is a tool to create isolated Python environments.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep
%setup -q -n virtualenv-%{version}
@ -49,11 +53,14 @@ help2man \
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%{_mandir}/man1/virtualenv.1*
%changelog
* Sun Jun 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.0.2-2mamba
- rebuilt with -py3 package
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 15.0.2-1mamba
- automatic version update by autodist