Blame SPECS/python2-pip.spec

97337a
%bcond_with bootstrap
97337a
%bcond_with tests
97337a
%bcond_with doc
97337a
97337a
%global srcname pip
97337a
%global python_wheelname %{srcname}-%{version}-py2.py3-none-any.whl
875167
%global python2_wheeldir %{_datadir}/python2-wheels
97337a
%if %{without bootstrap}
97337a
%global python2_wheelname %python_wheelname
97337a
%endif
97337a
97337a
# Note that with disabled python3, bashcomp2 will be disabled as well because
97337a
# bashcompdir will point to a different path than with python3 enabled.
97337a
%global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d})
97337a
%if "%{bashcompdir}" != "%{_sysconfdir}/bash_completion.d"
97337a
%global bashcomp2 1
97337a
%endif
97337a
97337a
Name:           python2-%{srcname}
97337a
# When updating, update the bundled libraries versions bellow!
97337a
Version:        9.0.3
81fd66
Release:        18%{?dist}
97337a
Summary:        A tool for installing and managing Python 2 packages
97337a
97337a
Group:          Development/Libraries
97337a
97337a
# We bundle a lot of libraries with pip, which itself is under MIT license.
97337a
# Here is the list of the libraries with corresponding licenses:
97337a
97337a
# appdirs: MIT
97337a
# CacheControl: ASL 2.0
97337a
# certifi: MPLv2.0
97337a
# chardet: LGPLv2
97337a
# colorama: BSD
97337a
# distlib: Python
97337a
# distro: ASL 2.0
97337a
# html5lib: MIT
97337a
# idna: BSD
97337a
# ipaddress: Python
97337a
# lockfile: MIT
97337a
# packaging: ASL 2.0 or BSD
97337a
# progress: ISC
97337a
# pyparsing: MIT
97337a
# requests: ASL 2.0
97337a
# retrying: ASL 2.0
97337a
# urllib3: MIT
97337a
# six: MIT
97337a
# urllib3: MIT
97337a
# webencodings: BSD
97337a
97337a
License:        MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
97337a
URL:            http://www.pip-installer.org
97337a
Source0:        https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
97337a
# to get tests:
97337a
# git clone https://github.com/pypa/pip && cd pip
97337a
# git checkout 9.0.1 && tar -czvf ../pip-9.0.1-tests.tar.gz tests/
97337a
%if %{with tests}
81fd66
Source1:        pip-%{version}-tests.tar.gz
97337a
%endif
97337a
# Manpage generated by sphinx from source tarball
97337a
# cd pip-9.0.3/docs && make man && cp _build/man/pip.1 ../../pip2.1
97337a
Source2:        pip2.1
97337a
97337a
BuildArch:      noarch
97337a
97337a
%if %{with tests}
97337a
BuildRequires:  git
97337a
BuildRequires:  bzr
97337a
%endif
97337a
97337a
# Patch until the following issue gets implemented upstream:
97337a
# https://github.com/pypa/pip/issues/1351
97337a
Patch0:         allow-stripping-given-prefix-from-wheel-RECORD-files.patch
97337a
97337a
# Downstream only patch
97337a
# Emit a warning to the user if pip install is run with root privileges
97337a
# Issue upstream: https://github.com/pypa/pip/issues/4288
97337a
Patch1:         emit-a-warning-when-running-with-root-privileges.patch
97337a
97337a
# Do not show the "new version of pip" warning outside of venv
97337a
# Upstream issue: https://github.com/pypa/pip/issues/5346
97337a
# Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=1573755
97337a
Patch3:         pip-nowarn-upgrade.patch
97337a
875167
# Use the system level root certificate instead of the one bundled in certifi
875167
# https://bugzilla.redhat.com/show_bug.cgi?id=1655253
875167
Patch4:         dummy-certifi.patch
875167
75b7db
# Patch for CVE in the bundled urllib3
75b7db
# CVE-2018-20060 Cross-host redirect does not remove Authorization header allow for credential exposure
75b7db
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-20060
75b7db
Patch5:         CVE-2018-20060.patch
75b7db
75b7db
# Patch for CVE in the bundled urllib3
75b7db
# CVE-2019-11236 CRLF injection due to not encoding the '\r\n' sequence leading to possible attack on internal service
75b7db
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-11236
75b7db
Patch6:         CVE-2019-11236.patch
75b7db
75b7db
# Patch for CVE in the bundled urllib3
75b7db
# CVE-2019-11324 Certification mishandle when error should be thrown
75b7db
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-11324
75b7db
Patch7:         CVE-2019-11324.patch
75b7db
75b7db
# Patch for CVE in the bundled requests
75b7db
# CVE-2018-18074 Redirect from HTTPS to HTTP does not remove Authorization header
75b7db
# This patch fixes both the CVE
75b7db
# https://bugzilla.redhat.com/show_bug.cgi?id=1643829
75b7db
# and the subsequent regression
75b7db
# https://github.com/psf/requests/pull/4851
75b7db
Patch8:         CVE-2018-18074.patch
75b7db
81fd66
# Patch for pip install <url> allow directory traversal, leading to arbitrary file write
81fd66
# - Upstream PR: https://github.com/pypa/pip/pull/6418/files
81fd66
# - Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1870184
81fd66
# Patch9 fixes the issue
81fd66
# Patch10 adds unit tests for the issue
81fd66
Patch9:         pip-directory-traversal-security-issue.patch
81fd66
Patch10:        pip-directory-traversal-security-issue-tests.patch
81fd66
97337a
BuildRequires:  python2-devel
97337a
BuildRequires:  python2-setuptools
97337a
%if %{with tests}
97337a
BuildRequires:  python2-mock
97337a
BuildRequires:  python2-pytest
97337a
BuildRequires:  python2-pretend
97337a
BuildRequires:  python2-freezegun
97337a
BuildRequires:  python2-pytest-capturelog
97337a
BuildRequires:  python2-scripttest
97337a
BuildRequires:  python2-virtualenv
97337a
%endif
97337a
%if %{without bootstrap}
97337a
BuildRequires:  python2-pip
97337a
BuildRequires:  python2-wheel
97337a
%endif
97337a
Requires:       python2-setuptools
97337a
97337a
# Virtual provides for the packages bundled by pip.
97337a
# You can find the versions in pip/_vendor/vendor.txt file.
97337a
# Don't forget to update this bellow for python3 as well.
97337a
Provides: bundled(python2dist(appdirs)) = 1.4.0
97337a
Provides: bundled(python2dist(cachecontrol)) = 0.11.7
97337a
Provides: bundled(python2dist(colorama)) = 0.3.7
97337a
Provides: bundled(python2dist(distlib)) = 0.2.4
97337a
Provides: bundled(python2dist(distro)) = 1.0.1
97337a
Provides: bundled(python2dist(html5lib)) = 1.0b10
97337a
Provides: bundled(python2dist(ipaddress) = 1.0.17
97337a
Provides: bundled(python2dist(lockfile)) = 0.12.2
97337a
Provides: bundled(python2dist(packaging)) = 16.8
97337a
Provides: bundled(python2dist(setuptools)) = 28.8.0
97337a
Provides: bundled(python2dist(progress)) = 1.2
97337a
Provides: bundled(python2dist(pyparsing)) = 2.1.10
97337a
Provides: bundled(python2dist(requests)) = 2.11.1
97337a
Provides: bundled(python2dist(retrying)) = 1.3.3
97337a
Provides: bundled(python2dist(six)) = 1.10.0
97337a
Provides: bundled(python2dist(webencodings)) = 0.5
97337a
97337a
# Bundled within the requests bundle
97337a
Provides: bundled(python2dist(chardet)) = 2.3.0
97337a
Provides: bundled(python2dist(urllib3)) = 1.16
97337a
97337a
%{?python_provide:%python_provide python2-%{srcname}}
97337a
97337a
%description
97337a
pip is a package management system used to install and manage software packages
97337a
written in Python. Many packages can be found in the Python Package Index
97337a
(PyPI). pip is a recursive acronym that can stand for either "Pip Installs
97337a
Packages" or "Pip Installs Python".
97337a
97337a
97337a
%if %{with doc}
97337a
%package doc
97337a
Summary:        A documentation for a tool for installing and managing Python packages
97337a
97337a
BuildRequires:  python%{python3_pkgversion}-sphinx
97337a
97337a
%description doc
97337a
A documentation for a tool for installing and managing Python packages
97337a
97337a
%endif
97337a
875167
%if %{without bootstrap}
875167
%package -n python2-pip-wheel
875167
Summary:        The pip wheel
875167
875167
# Virtual provides for the packages bundled by pip.
875167
# You can find the versions in pip/_vendor/vendor.txt file.
875167
Provides: bundled(python2dist(appdirs)) = 1.4.0
875167
Provides: bundled(python2dist(cachecontrol)) = 0.11.7
875167
Provides: bundled(python2dist(colorama)) = 0.3.7
875167
Provides: bundled(python2dist(distlib)) = 0.2.4
875167
Provides: bundled(python2dist(distro)) = 1.0.1
875167
Provides: bundled(python2dist(html5lib)) = 1.0b10
875167
Provides: bundled(python2dist(ipaddress) = 1.0.17
875167
Provides: bundled(python2dist(lockfile)) = 0.12.2
875167
Provides: bundled(python2dist(packaging)) = 16.8
875167
Provides: bundled(python2dist(setuptools)) = 28.8.0
875167
Provides: bundled(python2dist(progress)) = 1.2
875167
Provides: bundled(python2dist(pyparsing)) = 2.1.10
875167
Provides: bundled(python2dist(requests)) = 2.11.1
875167
Provides: bundled(python2dist(retrying)) = 1.3.3
875167
Provides: bundled(python2dist(six)) = 1.10.0
875167
Provides: bundled(python2dist(webencodings)) = 0.5
875167
875167
%description -n python2-pip-wheel
875167
A Python wheel of pip to use with venv.
875167
%endif
875167
97337a
97337a
%prep
97337a
%setup -q -n %{srcname}-%{version}
97337a
%if %{with tests}
97337a
tar -xf %{SOURCE1}
97337a
%endif
97337a
97337a
%patch0 -p1
97337a
%patch1 -p1
97337a
%patch3 -p1
875167
%patch4 -p1
875167
75b7db
# Patching of bundled libraries
75b7db
pushd pip/_vendor/urllib3
75b7db
%patch5 -p1
75b7db
%patch6 -p1
75b7db
%patch7 -p1
75b7db
popd
75b7db
pushd pip/_vendor/requests
75b7db
%patch8 -p1
75b7db
popd
81fd66
%patch9 -p1
81fd66
%if %{with tests}
81fd66
%patch10 -p1
81fd66
%endif
75b7db
875167
# this goes together with patch4
875167
rm pip/_vendor/certifi/*.pem
75b7db
rm pip/_vendor/requests/*.pem
875167
sed -i '/\.pem$/d' pip.egg-info/SOURCES.txt
97337a
97337a
sed -i '1d' pip/__init__.py
97337a
97337a
# Remove ordereddict as it is only required for python <= 2.6
97337a
rm pip/_vendor/ordereddict.py
97337a
97337a
97337a
%build
97337a
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
97337a
%if %{without bootstrap}
97337a
%py2_build_wheel
97337a
%else
97337a
%py2_build
97337a
%endif
97337a
97337a
%if %{with doc}
97337a
pushd docs
97337a
make html
97337a
make man
97337a
rm _build/html/.buildinfo
97337a
popd
97337a
%endif
97337a
97337a
97337a
%install
97337a
%if %{with doc}
97337a
install -d %{buildroot}%{_mandir}/man1
97337a
install -pm0644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/pip2.1
97337a
%else
97337a
# When building without doc, use pregenerated version of pip2 manual page
97337a
mkdir -p %{buildroot}%{_mandir}/man1/
97337a
cp %{SOURCE2} %{buildroot}%{_mandir}/man1/
97337a
%endif # with doc
97337a
97337a
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
97337a
%if %{without bootstrap}
97337a
%py2_install_wheel %{python2_wheelname}
97337a
%else
97337a
%py2_install
97337a
%endif
97337a
97337a
rm %{buildroot}%{_bindir}/pip{,%{python2_version}}
97337a
97337a
# Provide symlinks to executables to comply with Fedora guidelines for Python
97337a
ln -s ./pip2 %{buildroot}%{_bindir}/pip-%{python2_version}
97337a
ln -s ./pip2 %{buildroot}%{_bindir}/pip%{python2_version}
97337a
ln -s ./pip2 %{buildroot}%{_bindir}/pip-2
97337a
# Manpage symlink
97337a
ln -s ./pip2.1.gz %{buildroot}%{_mandir}/man1/pip%{python2_version}.1.gz
97337a
97337a
mkdir -p %{buildroot}%{bashcompdir}
97337a
PYTHONPATH=%{buildroot}%{python2_sitelib} \
97337a
    %{buildroot}%{_bindir}/pip2 completion --bash \
97337a
    > %{buildroot}%{bashcompdir}/pip2
97337a
pips2="pip2"
97337a
pips3=pip%{python3_version}
97337a
for pip in %{buildroot}%{_bindir}/pip*; do
97337a
    pip=$(basename $pip)
97337a
    case $pip in
97337a
        pip2.*|pip-2*)
97337a
            pips2="$pips2 $pip"
97337a
%if 0%{?bashcomp2}
97337a
            ln -s pip2 %{buildroot}%{bashcompdir}/$pip
97337a
%endif
97337a
            ;;
97337a
    esac
97337a
done
97337a
sed -i -e "s/^\\(complete.*\\) pip\$/\\1 $pips2/" \
97337a
    %{buildroot}%{bashcompdir}/pip2
97337a
97337a
# Make sure the INSTALLER is not pip, otherwise pip-nowarn-upgrade.patch
97337a
# (Patch3) won't work
97337a
mkdir -p %{buildroot}%{python2_sitelib}/pip-%{version}.dist-info
97337a
echo rpm > %{buildroot}%{python2_sitelib}/pip-%{version}.dist-info/INSTALLER
97337a
97337a
875167
%if %{without bootstrap}
875167
mkdir -p %{buildroot}%{python2_wheeldir}
875167
install -p dist/%{python2_wheelname} -t %{buildroot}%{python2_wheeldir}
875167
%endif
875167
97337a
%if %{with tests}
97337a
%check
97337a
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
97337a
py.test-%{python2_version} -m 'not network'
97337a
%endif
97337a
97337a
97337a
%files
97337a
%license LICENSE.txt
97337a
%doc README.rst
97337a
%{_mandir}/man1/pip2.*
97337a
%{_bindir}/pip2
97337a
%{_bindir}/pip-2
97337a
%{_bindir}/pip%{python2_version}
97337a
%{_bindir}/pip-%{python2_version}
97337a
%{python2_sitelib}/pip*
97337a
%dir %{bashcompdir}
97337a
%{bashcompdir}/pip2
97337a
%if 0%{?bashcomp2}
97337a
%{bashcompdir}/pip2*
97337a
%{bashcompdir}/pip-2*
97337a
%dir %(dirname %{bashcompdir})
97337a
%endif
97337a
97337a
%if %{with doc}
97337a
%files doc
97337a
%license LICENSE.txt
97337a
%doc README.rst
97337a
%doc docs/_build/html
97337a
%endif # with doc
97337a
875167
%if %{without bootstrap}
875167
%files -n python2-pip-wheel
875167
%license LICENSE.txt
875167
# we own the dir for simplicity
875167
%dir %{python2_wheeldir}/
875167
%{python2_wheeldir}/%{python2_wheelname}
875167
%endif
875167
97337a
%changelog
81fd66
* Wed Aug 19 2020 Tomas Orsava <torsava@redhat.com> - 9.0.3-18
81fd66
- Patch for pip install <url> allow directory traversal, leading to arbitrary file write
81fd66
Resolves: rhbz#1870184
81fd66
75b7db
* Mon Mar 16 2020 Charalampos Stratakis <cstratak@redhat.com> - 9.0.3-17
75b7db
- Remove unused CA bundle from the bundled requests library
75b7db
Resolves: rhbz#1775194
75b7db
75b7db
* Tue Jan 14 2020 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-16
75b7db
- Add four new patches for CVEs in bundled urllib3 and requests
75b7db
CVE-2018-20060, CVE-2019-11236, CVE-2019-11324, CVE-2018-18074
75b7db
Resolves: rhbz#1649153
75b7db
Resolves: rhbz#1700824
75b7db
Resolves: rhbz#1702473
75b7db
Resolves: rhbz#1643829
75b7db
875167
* Thu Oct 24 2019 Charalampos Stratakis <cstratak@redhat.com> - 9.0.3-15
875167
- Use the system level root certificate instead of the one bundled in certifi
875167
Resolves: rhbz#1659551
875167
875167
* Tue Jun 18 2019 Charalampos Stratakis <cstratak@redhat.com> - 9.0.3-14
875167
- Create the python-pip-wheel subpackage
875167
Resolves: rhbz#1659551
875167
97337a
* Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 9.0.3-13
97337a
- Bumping due to problems with modular RPM upgrade path
97337a
- Resolves: rhbz#1695587
97337a
97337a
* Mon Dec 10 2018 Tomas Orsava <torsava@redhat.com> - 9.0.3-12
97337a
- Do not show the "new version of pip" warning outside of venv
97337a
- Resolves: rhbz#1656171
97337a
97337a
* Tue Dec 04 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-11
97337a
- Use pregenerated manpage for pip2 when building without doc
97337a
- Resolves: rhbz#1655587
97337a
97337a
* Wed Aug 29 2018 Tomas Orsava <torsava@redhat.com> - 9.0.3-10
97337a
- Separate the python2-pip subpackage into its own component
97337a
- Related: rhbz#1628242
97337a
97337a
* Wed Aug 29 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-9
97337a
- Fix bash completion bug when python3 is disabled
97337a
- Resolves: rhbz#1615727
97337a
97337a
* Wed Aug 15 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-8
97337a
- Remove files without full version suffix
97337a
- Resolves: rhbz#1615727
97337a
97337a
* Wed Aug 08 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-7
97337a
- Remove unversioned binaries from python2 subpackage
97337a
- Resolves: rhbz#1613343
97337a
97337a
* Tue Aug 07 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-6
97337a
- Fix python3/doc condition
97337a
- Do not build doc in python27 module
97337a
97337a
* Mon Aug 06 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-5
97337a
- Build python3-pip in python27 module
97337a
97337a
* Mon Aug 06 2018 Charalampos Stratakis <cstratak@redhat.com> - 9.0.3-4
97337a
- Correct license information
97337a
97337a
* Tue Jul 03 2018 Tomas Orsava <torsava@redhat.com> - 9.0.3-3
97337a
- This package might be built with the non-modular python2 package from RHEL8
97337a
  buildroot and thus we need to enable it
97337a
97337a
* Mon Jun 25 2018 Tomas Orsava <torsava@redhat.com> - 9.0.3-2
97337a
- Rebuild for the python27 module
97337a
97337a
* Thu Mar 29 2018 Charalampos Stratakis <cstratak@redhat.com> - 9.0.3-1
97337a
- Update to 9.0.3
97337a
97337a
* Wed Feb 21 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.1-16
97337a
- Include built HTML documentation (in the new -doc subpackage) and man page
97337a
97337a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-15
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
97337a
97337a
* Mon Dec 04 2017 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-14
97337a
- Reintroduce the ipaddress module in the python3 subpackage.
97337a
97337a
* Mon Nov 20 2017 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-13
97337a
- Add virtual provides for the bundled libraries. (rhbz#1096912)
97337a
97337a
* Tue Aug 29 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-12
97337a
- Switch macros to bcond's and make Python 2 optional to facilitate building
97337a
  the Python 2 and Python 3 modules
97337a
97337a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-11
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
97337a
97337a
* Tue May 23 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-10
97337a
- Modernized package descriptions
97337a
Resolves: rhbz#1452568
97337a
97337a
* Tue Mar 21 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-9
97337a
- Fix typo in the sudo pip warning
97337a
97337a
* Fri Mar 03 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-8
97337a
- Patch 1 update: No sudo pip warning in venv or virtualenv
97337a
97337a
* Thu Feb 23 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-7
97337a
- Patch 1 update: Customize the warning with the proper version of the pip
97337a
  command
97337a
97337a
* Tue Feb 14 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-6
97337a
- Added patch 1: Emit a warning when running with root privileges
97337a
97337a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-5
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
97337a
97337a
* Mon Jan 02 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-4
97337a
- Provide symlinks to executables to comply with Fedora guidelines for Python
97337a
Resolves: rhbz#1406922
97337a
97337a
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-3
97337a
- Rebuild for Python 3.6 with wheel
97337a
97337a
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-2
97337a
- Rebuild for Python 3.6 without wheel
97337a
97337a
* Fri Nov 18 2016 Orion Poplawski <orion@cora.nwra.com> - 9.0.1-1
97337a
- Update to 9.0.1
97337a
97337a
* Fri Nov 18 2016 Orion Poplawski <orion@cora.nwra.com> - 8.1.2-5
97337a
- Enable EPEL Python 3 builds
97337a
- Use new python macros
97337a
- Cleanup spec
97337a
97337a
* Fri Aug 05 2016 Tomas Orsava <torsava@redhat.com> - 8.1.2-4
97337a
- Updated the test sources
97337a
97337a
* Fri Aug 05 2016 Tomas Orsava <torsava@redhat.com> - 8.1.2-3
97337a
- Moved python-pip into the python2-pip subpackage
97337a
- Added the python_provide macro
97337a
97337a
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1.2-2
97337a
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
97337a
97337a
* Tue May 17 2016 Tomas Orsava <torsava@redhat.com> - 8.1.2-1
97337a
- Update to 8.1.2
97337a
- Moved to a new PyPI URL format
97337a
- Updated the prefix-stripping patch because of upstream changes in pip/wheel.py
97337a
97337a
* Mon Feb 22 2016 Slavek Kabrda <bkabrda@redhat.com> - 8.0.2-1
97337a
- Update to 8.0.2
97337a
97337a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-4
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
97337a
97337a
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 7.1.0-3
97337a
- Rebuilt for Python3.5 rebuild
97337a
- With wheel set to 1
97337a
97337a
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 7.1.0-2
97337a
- Rebuilt for Python3.5 rebuild
97337a
97337a
* Wed Jul 01 2015 Slavek Kabrda <bkabrda@redhat.com> - 7.1.0-1
97337a
- Update to 7.1.0
97337a
97337a
* Tue Jun 30 2015 Ville Skyttä <ville.skytta@iki.fi> - 7.0.3-3
97337a
- Install bash completion
97337a
- Ship LICENSE.txt as %%license where available
97337a
97337a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.3-2
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
97337a
97337a
* Thu Jun 04 2015 Matej Stuchlik <mstuchli@redhat.com> - 7.0.3-1
97337a
- Update to 7.0.3
97337a
97337a
* Fri Mar 06 2015 Matej Stuchlik <mstuchli@redhat.com> - 6.0.8-1
97337a
- Update to 6.0.8
97337a
97337a
* Thu Dec 18 2014 Slavek Kabrda <bkabrda@redhat.com> - 1.5.6-5
97337a
- Only enable tests on Fedora.
97337a
97337a
* Mon Dec 01 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.6-4
97337a
- Add tests
97337a
- Add patch skipping tests requiring Internet access
97337a
97337a
* Tue Nov 18 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.6-3
97337a
- Added patch for local dos with predictable temp dictionary names
97337a
  (http://seclists.org/oss-sec/2014/q4/655)
97337a
97337a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-2
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
97337a
97337a
* Sun May 25 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.6-1
97337a
- Update to 1.5.6
97337a
97337a
* Fri Apr 25 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-4
97337a
- Rebuild as wheel for Python 3.4
97337a
97337a
* Thu Apr 24 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-3
97337a
- Disable build_wheel
97337a
97337a
* Thu Apr 24 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-2
97337a
- Rebuild as wheel for Python 3.4
97337a
97337a
* Mon Apr 07 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-1
97337a
- Updated to 1.5.4
97337a
97337a
* Mon Oct 14 2013 Tim Flink <tflink@fedoraproject.org> - 1.4.1-1
97337a
- Removed patch for CVE 2013-2099 as it has been included in the upstream 1.4.1 release
97337a
- Updated version to 1.4.1
97337a
97337a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-5
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
97337a
97337a
* Tue Jul 16 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.1-4
97337a
- Fix for CVE 2013-2099
97337a
97337a
* Thu May 23 2013 Tim Flink <tflink@fedoraproject.org> - 1.3.1-3
97337a
- undo python2 executable rename to python-pip. fixes #958377
97337a
- fix summary to match upstream
97337a
97337a
* Mon May 06 2013 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.3.1-2
97337a
- Fix main package Summary, it's for Python 2, not 3 (#877401)
97337a
97337a
* Fri Apr 26 2013 Jon Ciesla <limburgher@gmail.com> - 1.3.1-1
97337a
- Update to 1.3.1, fix for CVE-2013-1888.
97337a
97337a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
97337a
97337a
* Tue Oct 09 2012 Tim Flink <tflink@fedoraproject.org> - 1.2.1-2
97337a
- Fixing files for python3-pip
97337a
97337a
* Thu Oct 04 2012 Tim Flink <tflink@fedoraproject.org> - 1.2.1-1
97337a
- Update to upstream 1.2.1
97337a
- Change binary from pip-python to python-pip (RHBZ#855495)
97337a
- Add alias from python-pip to pip-python, to be removed at a later date
97337a
97337a
* Tue May 15 2012 Tim Flink <tflink@fedoraproject.org> - 1.1.0-1
97337a
- Update to upstream 1.1.0
97337a
97337a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
97337a
97337a
* Sat Oct 22 2011 Tim Flink <tflink@fedoraproject.org> - 1.0.2-1
97337a
- update to 1.0.2 and added python3 subpackage
97337a
97337a
* Wed Jun 22 2011 Tim Flink <tflink@fedoraproject.org> - 0.8.3-1
97337a
- update to 0.8.3 and project home page
97337a
97337a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
97337a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
97337a
97337a
* Mon Dec 20 2010 Luke Macken <lmacken@redhat.com> - 0.8.2-1
97337a
- update to 0.8.2 of pip
97337a
* Mon Aug 30 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.8-1
97337a
- update to 0.8 of pip
97337a
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.2-5
97337a
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
97337a
97337a
* Wed Jul 7 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.7.2-1
97337a
- update to 0.7.2 of pip
97337a
* Sun May 23 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.7.1-1
97337a
- update to 0.7.1 of pip
97337a
* Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1.4
97337a
- fix dependency issue
97337a
* Fri Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
97337a
- fix spec file 
97337a
* Thu Dec 17 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-1
97337a
- upgrade to 0.6.1 of pip
97337a
* Mon Aug 31 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.4-1
97337a
- Initial package
97337a