Bootstrap for Python 3.7
This commit is contained in:
parent
0318944ef9
commit
1d697f0af5
@ -1,3 +1,6 @@
|
|||||||
|
%global _without_doc 1
|
||||||
|
%global _without_tests 1
|
||||||
|
%global _with_bootstrap 1
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
@ -30,7 +33,7 @@
|
|||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
# When updating, update the bundled libraries versions bellow!
|
# When updating, update the bundled libraries versions bellow!
|
||||||
Version: 9.0.3
|
Version: 9.0.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A tool for installing and managing Python packages
|
Summary: A tool for installing and managing Python packages
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -429,6 +432,9 @@ py.test-%{python3_version} -m 'not network'
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 9.0.3-3
|
||||||
|
- Bootstrap for Python 3.7
|
||||||
|
|
||||||
* Fri May 04 2018 Miro Hrončok <mhroncok@redhat.com> - 9.0.3-2
|
* Fri May 04 2018 Miro Hrončok <mhroncok@redhat.com> - 9.0.3-2
|
||||||
- Allow to import pip10's main from pip9's /usr/bin/pip
|
- Allow to import pip10's main from pip9's /usr/bin/pip
|
||||||
- Do not show the "new version of pip" warning outside of venv
|
- Do not show the "new version of pip" warning outside of venv
|
||||||
|
Loading…
Reference in New Issue
Block a user