Update for 15.1.0 per BZ#1454962
This commit is contained in:
parent
6b9ab1f32b
commit
cde8592566
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/virtualenv-14.0.6.tar.gz
|
/virtualenv-14.0.6.tar.gz
|
||||||
/virtualenv-15.0.3.tar.gz
|
/virtualenv-15.0.3.tar.gz
|
||||||
noarch
|
noarch
|
||||||
|
/virtualenv-15.1.0.tar.gz
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-virtualenv
|
Name: python-virtualenv
|
||||||
Version: 15.0.3
|
Version: 15.1.0
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool to create isolated Python environments
|
Summary: Tool to create isolated Python environments
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -154,6 +154,9 @@ cp %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/virtualenv-2
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2017 Steve Milner <smilner@redhat.com> - 15.1.0-1
|
||||||
|
- Update to 15.1.0 per https://bugzilla.redhat.com/show_bug.cgi?id=1454962
|
||||||
|
|
||||||
* Fri Feb 17 2017 Michal Cyprian <mcyprian@redhat.com> - 15.0.3-6
|
* Fri Feb 17 2017 Michal Cyprian <mcyprian@redhat.com> - 15.0.3-6
|
||||||
- Check if exec_dir exists before listing it's content during venv create process
|
- Check if exec_dir exists before listing it's content during venv create process
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user