Blame SPECS/python-pip.spec

c9c56a
%bcond_with bootstrap
c9c56a
%bcond_with tests
c9c56a
c9c56a
%bcond_without doc
c9c56a
c9c56a
%global srcname pip
c9c56a
%global python_wheelname %{srcname}-%{version}-py2.py3-none-any.whl
c9c56a
%if %{without bootstrap}
c9c56a
%global python3_wheelname %python_wheelname
c9c56a
%endif
c9c56a
c9c56a
# Note that with disabled python3, bashcomp2 will be disabled as well because
c9c56a
# bashcompdir will point to a different path than with python3 enabled.
c9c56a
%global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d})
c9c56a
%if "%{bashcompdir}" != "%{_sysconfdir}/bash_completion.d"
c9c56a
%global bashcomp2 1
c9c56a
%endif
c9c56a
c9c56a
Name:           python-%{srcname}
c9c56a
# When updating, update the bundled libraries versions bellow!
c9c56a
Version:        9.0.3
c9c56a
Release:        14%{?dist}
c9c56a
Summary:        A tool for installing and managing Python packages
c9c56a
c9c56a
Group:          Development/Libraries
c9c56a
c9c56a
# We bundle a lot of libraries with pip, which itself is under MIT license.
c9c56a
# Here is the list of the libraries with corresponding licenses:
c9c56a
c9c56a
# appdirs: MIT
c9c56a
# CacheControl: ASL 2.0
c9c56a
# certifi: MPLv2.0
c9c56a
# chardet: LGPLv2
c9c56a
# colorama: BSD
c9c56a
# distlib: Python
c9c56a
# distro: ASL 2.0
c9c56a
# html5lib: MIT
c9c56a
# idna: BSD
c9c56a
# ipaddress: Python
c9c56a
# lockfile: MIT
c9c56a
# packaging: ASL 2.0 or BSD
c9c56a
# progress: ISC
c9c56a
# pyparsing: MIT
c9c56a
# requests: ASL 2.0
c9c56a
# retrying: ASL 2.0
c9c56a
# urllib3: MIT
c9c56a
# six: MIT
c9c56a
# urllib3: MIT
c9c56a
# webencodings: BSD
c9c56a
c9c56a
License:        MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
c9c56a
URL:            http://www.pip-installer.org
c9c56a
Source0:        https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
c9c56a
c9c56a
BuildArch:      noarch
c9c56a
c9c56a
%if %{with tests}
c9c56a
BuildRequires:  git
c9c56a
BuildRequires:  bzr
c9c56a
%endif
c9c56a
c9c56a
# to get tests:
c9c56a
# git clone https://github.com/pypa/pip && cd pip
c9c56a
# git checkout 9.0.1 && tar -czvf ../pip-9.0.1-tests.tar.gz tests/
c9c56a
%if %{with tests}
c9c56a
Source1:        pip-9.0.1-tests.tar.gz
c9c56a
%endif
c9c56a
c9c56a
# Patch until the following issue gets implemented upstream:
c9c56a
# https://github.com/pypa/pip/issues/1351
c9c56a
Patch0:         allow-stripping-given-prefix-from-wheel-RECORD-files.patch
c9c56a
c9c56a
# Downstream only patch
c9c56a
# Emit a warning to the user if pip install is run with root privileges
c9c56a
# Issue upstream: https://github.com/pypa/pip/issues/4288
c9c56a
Patch1:         emit-a-warning-when-running-with-root-privileges.patch
c9c56a
c9c56a
# Prevent removing of the system packages installed under /usr/lib
c9c56a
# when pip install -U is executed.
c9c56a
# https://bugzilla.redhat.com/show_bug.cgi?id=1626408
c9c56a
# Author: Michal Cyprian
c9c56a
Patch2:         remove-existing-dist-only-if-path-conflicts.patch
c9c56a
c9c56a
# Do not show the "new version of pip" warning outside of venv
c9c56a
# Upstream issue: https://github.com/pypa/pip/issues/5346
c9c56a
# Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=1573755
c9c56a
Patch3:         pip-nowarn-upgrade.patch
c9c56a
c9c56a
# Use the system level root certificate instead of the one bundled in certifi
c9c56a
# https://bugzilla.redhat.com/show_bug.cgi?id=1655255
c9c56a
Patch4:         dummy-certifi.patch
c9c56a
c9c56a
%global _description \
c9c56a
pip is a package management system used to install and manage software packages \
c9c56a
written in Python. Many packages can be found in the Python Package Index \
c9c56a
(PyPI). pip is a recursive acronym that can stand for either "Pip Installs \
c9c56a
Packages" or "Pip Installs Python".
c9c56a
c9c56a
%description %_description
c9c56a
c9c56a
c9c56a
%package -n platform-python-%{srcname}
c9c56a
Summary:        A tool for installing and managing Python3 packages
c9c56a
Group:          Development/Libraries
c9c56a
Conflicts:      python%{python3_pkgversion}-pip < 9.0.3-5%{?dist}
c9c56a
Obsoletes:      python%{python3_pkgversion}-pip < 9.0.3-6%{?dist}
c9c56a
c9c56a
BuildRequires:  python%{python3_pkgversion}-devel
c9c56a
BuildRequires:  python%{python3_pkgversion}-setuptools
c9c56a
BuildRequires:  bash-completion
c9c56a
%if %{with tests}
c9c56a
BuildRequires:  python%{python3_pkgversion}-mock
c9c56a
BuildRequires:  python%{python3_pkgversion}-pytest
c9c56a
BuildRequires:  python%{python3_pkgversion}-pretend
c9c56a
BuildRequires:  python%{python3_pkgversion}-freezegun
c9c56a
BuildRequires:  python%{python3_pkgversion}-pytest-capturelog
c9c56a
BuildRequires:  python%{python3_pkgversion}-scripttest
c9c56a
BuildRequires:  python%{python3_pkgversion}-virtualenv
c9c56a
%endif
c9c56a
%if %{without bootstrap}
c9c56a
BuildRequires:  python%{python3_pkgversion}-pip
c9c56a
BuildRequires:  python%{python3_pkgversion}-wheel
c9c56a
%endif
c9c56a
Requires:  platform-python-setuptools
c9c56a
c9c56a
BuildRequires:  ca-certificates
c9c56a
Requires:       ca-certificates
c9c56a
c9c56a
# Virtual provides for the packages bundled by pip.
c9c56a
# See the python2 list above for instructions.
c9c56a
Provides: bundled(python3dist(appdirs)) = 1.4.0
c9c56a
Provides: bundled(python3dist(cachecontrol)) = 0.11.7
c9c56a
Provides: bundled(python3dist(colorama)) = 0.3.7
c9c56a
Provides: bundled(python3dist(distlib)) = 0.2.4
c9c56a
Provides: bundled(python3dist(distro)) = 1.0.1
c9c56a
Provides: bundled(python3dist(html5lib)) = 1.0b10
c9c56a
Provides: bundled(python3dist(ipaddress) = 1.0.17
c9c56a
Provides: bundled(python3dist(lockfile)) = 0.12.2
c9c56a
Provides: bundled(python3dist(packaging)) = 16.8
c9c56a
Provides: bundled(python3dist(setuptools)) = 28.8.0
c9c56a
Provides: bundled(python3dist(progress)) = 1.2
c9c56a
Provides: bundled(python3dist(pyparsing)) = 2.1.10
c9c56a
Provides: bundled(python3dist(requests)) = 2.11.1
c9c56a
Provides: bundled(python3dist(retrying)) = 1.3.3
c9c56a
Provides: bundled(python3dist(six)) = 1.10.0
c9c56a
Provides: bundled(python3dist(webencodings)) = 0.5
c9c56a
c9c56a
# Bundled within the requests bundle
c9c56a
Provides: bundled(python3dist(chardet)) = 2.3.0
c9c56a
Provides: bundled(python3dist(urllib3)) = 1.16
c9c56a
c9c56a
%description -n platform-python-%{srcname} %_description
c9c56a
c9c56a
c9c56a
%package -n python%{python3_pkgversion}-%{srcname}
c9c56a
Summary:        A tool for installing and managing Python3 packages
c9c56a
Group:          Development/Libraries
c9c56a
c9c56a
Requires:       platform-python-pip = %{version}-%{release}
c9c56a
Requires:       python36
c9c56a
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
c9c56a
c9c56a
%description -n python%{python3_pkgversion}-%{srcname} %_description
c9c56a
c9c56a
c9c56a
%if %{with doc}
c9c56a
%package doc
c9c56a
Summary:        A documentation for a tool for installing and managing Python packages
c9c56a
c9c56a
BuildRequires:  python%{python3_pkgversion}-sphinx
c9c56a
c9c56a
%description doc
c9c56a
A documentation for a tool for installing and managing Python packages
c9c56a
c9c56a
%endif
c9c56a
c9c56a
c9c56a
%prep
c9c56a
%setup -q -n %{srcname}-%{version}
c9c56a
%if %{with tests}
c9c56a
tar -xf %{SOURCE1}
c9c56a
%endif
c9c56a
c9c56a
%patch0 -p1
c9c56a
%patch1 -p1
c9c56a
%patch2 -p1
c9c56a
%patch3 -p1
c9c56a
%patch4 -p1
c9c56a
c9c56a
# this goes together with patch4
c9c56a
rm pip/_vendor/certifi/*.pem
c9c56a
sed -i '/\.pem$/d' pip.egg-info/SOURCES.txt
c9c56a
c9c56a
sed -i '1d' pip/__init__.py
c9c56a
c9c56a
# Remove ordereddict as it is only required for python <= 2.6
c9c56a
rm pip/_vendor/ordereddict.py
c9c56a
c9c56a
c9c56a
%build
c9c56a
%if %{without bootstrap}
c9c56a
%py3_build_wheel
c9c56a
%else
c9c56a
%py3_build
c9c56a
%endif
c9c56a
c9c56a
%if %{with doc}
c9c56a
pushd docs
c9c56a
make html
c9c56a
make man
c9c56a
rm _build/html/.buildinfo
c9c56a
popd
c9c56a
%endif
c9c56a
c9c56a
c9c56a
%install
c9c56a
%if %{without bootstrap}
c9c56a
%py3_install_wheel %{python3_wheelname}
c9c56a
%else
c9c56a
%py3_install
c9c56a
%endif
c9c56a
c9c56a
rm %{buildroot}%{_bindir}/pip
c9c56a
c9c56a
%if %{with doc}
c9c56a
install -d %{buildroot}%{_mandir}/man1
c9c56a
install -pm0644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/pip3.1
c9c56a
%endif # with doc
c9c56a
c9c56a
mkdir -p %{buildroot}%{bashcompdir}
c9c56a
PYTHONPATH=%{buildroot}%{python3_sitelib} \
c9c56a
    %{buildroot}%{_bindir}/pip3 completion --bash \
c9c56a
    > %{buildroot}%{bashcompdir}/pip3
c9c56a
pips2=pip
c9c56a
pips3=pip3
c9c56a
for pip in %{buildroot}%{_bindir}/pip*; do
c9c56a
    pip=$(basename $pip)
c9c56a
    case $pip in
c9c56a
        pip3?*)
c9c56a
            pips3="$pips3 $pip"
c9c56a
%if 0%{?bashcomp2}
c9c56a
            ln -s pip-%{python3_version} %{buildroot}%{bashcompdir}/$pip
c9c56a
%endif
c9c56a
            ;;
c9c56a
    esac
c9c56a
done
c9c56a
sed -i -e "s/^\\(complete.*\\) pip\$/\\1 $pips3/" \
c9c56a
    -e s/_pip_completion/_pip3_completion/ \
c9c56a
    %{buildroot}%{bashcompdir}/pip3
c9c56a
c9c56a
# Provide symlinks to executables to comply with Fedora guidelines for Python
c9c56a
mv %{buildroot}%{_bindir}/pip3 %{buildroot}%{_bindir}/pip%{python3_version}
c9c56a
ln -s ./pip%{python3_version} %{buildroot}%{_bindir}/pip-%{python3_version}
c9c56a
c9c56a
# Change shebang in /usr/bin/pip3.6 to /usr/bin/python3.6
c9c56a
pathfix.py -i /usr/bin/python%{python3_version} -np %{buildroot}%{_bindir}/pip%{python3_version}
c9c56a
c9c56a
# Make sure the INSTALLER is not pip, otherwise pip-nowarn-upgrade.patch
c9c56a
# (Patch3) won't work
c9c56a
echo rpm > %{buildroot}%{python3_sitelib}/pip-%{version}.dist-info/INSTALLER
c9c56a
c9c56a
c9c56a
%if %{with tests}
c9c56a
%check
c9c56a
py.test-%{python3_version} -m 'not network'
c9c56a
%endif
c9c56a
c9c56a
c9c56a
%files -n platform-python-%{srcname}
c9c56a
%license LICENSE.txt
c9c56a
%doc README.rst
c9c56a
%if %{with doc}
c9c56a
%{_mandir}/man1/pip3.*
c9c56a
%endif
c9c56a
%{python3_sitelib}/pip*
c9c56a
c9c56a
%files -n python%{python3_pkgversion}-%{srcname}
c9c56a
%license LICENSE.txt
c9c56a
%doc README.rst
c9c56a
# The pip3 binary is created using alternatives
c9c56a
# defined in the python36 package
c9c56a
%{_bindir}/pip%{python3_version}
c9c56a
%{_bindir}/pip-%{python3_version}
c9c56a
%dir %{bashcompdir}
c9c56a
%{bashcompdir}/pip3*
c9c56a
%if 0%{?bashcomp2}
c9c56a
%dir %(dirname %{bashcompdir})
c9c56a
%endif
c9c56a
c9c56a
%if %{with doc}
c9c56a
%files doc
c9c56a
%license LICENSE.txt
c9c56a
%doc README.rst
c9c56a
%doc docs/_build/html
c9c56a
%endif # with doc
c9c56a
c9c56a
%changelog
c9c56a
* Wed Mar 13 2019 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-14
c9c56a
- Move bash completion files from platform-python- to python3- subpackage
c9c56a
- resolves: rhbz#1664749
c9c56a
c9c56a
* Mon Dec 03 2018 Miro Hrončok <mhroncok@redhat.com> - 9.0.3-13
c9c56a
- Use the system level root certificate instead of the one bundled in certifi
c9c56a
- Resolves: rhbz#1655255
c9c56a
c9c56a
* Wed Nov 28 2018 Tomas Orsava <torsava@redhat.com> - 9.0.3-12
c9c56a
- Do not show the "new version of pip" warning outside of venv
c9c56a
- Resolves: rhbz#1656171
c9c56a
c9c56a
* Mon Nov 19 2018 Victor Stinner <vstinner@redhat.com> - 9.0.3-11
c9c56a
- Prevent removing of the system packages installed under /usr/lib
c9c56a
  when pip install -U is executed. Patch by Michal Cyprian.
c9c56a
  Resolves: rhbz#1626408.
c9c56a
c9c56a
* Fri Nov 16 2018 Tomas Orsava <torsava@redhat.com> - 9.0.3-10
c9c56a
- Bump the NVR so it's higher than previous builds of python3-pip that have
c9c56a
  mistakenly gotten into the python27 module build when we were dealing with an
c9c56a
  MBS filtering problem. See BZ#1650568.
c9c56a
- Resolves: rhbz#1638836
c9c56a
c9c56a
* Mon Nov 12 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-6
c9c56a
- python3-pip requires python36 and obsoletes previous version
c9c56a
  where python3- and platform-python- were in one package
c9c56a
- Resolves: rhbz#1638836
c9c56a
c9c56a
* Mon Oct 22 2018 Tomas Orsava <torsava@redhat.com> - 9.0.3-5
c9c56a
- Split part of the python3-pip package into platform-python-pip
c9c56a
- python3-pip will only contain binaries in /usr/bin
c9c56a
- Resolves: rhbz#1638836
c9c56a
c9c56a
* Mon Aug 06 2018 Petr Viktorin <pviktori@redhat.com> - 9.0.3-4
c9c56a
- Remove the python2 subpackage
c9c56a
- Remove unversioned executables (only *-3.6 should be provided)
c9c56a
c9c56a
* Mon Aug 06 2018 Charalampos Stratakis <cstratak@redhat.com> - 9.0.3-3
c9c56a
- Correct license information
c9c56a
c9c56a
* Mon Jun 25 2018 Petr Viktorin <pviktori@redhat.com> - 9.0.3-2
c9c56a
- Don't build the python2 subpackage
c9c56a
  https://bugzilla.redhat.com/show_bug.cgi?id=1594335
c9c56a
c9c56a
* Thu Mar 29 2018 Charalampos Stratakis <cstratak@redhat.com> - 9.0.3-1
c9c56a
- Update to 9.0.3
c9c56a
c9c56a
* Wed Feb 21 2018 Lumír Balhar <lbalhar@redhat.com> - 9.0.1-16
c9c56a
- Include built HTML documentation (in the new -doc subpackage) and man page
c9c56a
c9c56a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-15
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c9c56a
c9c56a
* Mon Dec 04 2017 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-14
c9c56a
- Reintroduce the ipaddress module in the python3 subpackage.
c9c56a
c9c56a
* Mon Nov 20 2017 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-13
c9c56a
- Add virtual provides for the bundled libraries. (rhbz#1096912)
c9c56a
c9c56a
* Tue Aug 29 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-12
c9c56a
- Switch macros to bcond's and make Python 2 optional to facilitate building
c9c56a
  the Python 2 and Python 3 modules
c9c56a
c9c56a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-11
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c9c56a
c9c56a
* Tue May 23 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-10
c9c56a
- Modernized package descriptions
c9c56a
Resolves: rhbz#1452568
c9c56a
c9c56a
* Tue Mar 21 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-9
c9c56a
- Fix typo in the sudo pip warning
c9c56a
c9c56a
* Fri Mar 03 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-8
c9c56a
- Patch 1 update: No sudo pip warning in venv or virtualenv
c9c56a
c9c56a
* Thu Feb 23 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-7
c9c56a
- Patch 1 update: Customize the warning with the proper version of the pip
c9c56a
  command
c9c56a
c9c56a
* Tue Feb 14 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-6
c9c56a
- Added patch 1: Emit a warning when running with root privileges
c9c56a
c9c56a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-5
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c9c56a
c9c56a
* Mon Jan 02 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-4
c9c56a
- Provide symlinks to executables to comply with Fedora guidelines for Python
c9c56a
Resolves: rhbz#1406922
c9c56a
c9c56a
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-3
c9c56a
- Rebuild for Python 3.6 with wheel
c9c56a
c9c56a
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 9.0.1-2
c9c56a
- Rebuild for Python 3.6 without wheel
c9c56a
c9c56a
* Fri Nov 18 2016 Orion Poplawski <orion@cora.nwra.com> - 9.0.1-1
c9c56a
- Update to 9.0.1
c9c56a
c9c56a
* Fri Nov 18 2016 Orion Poplawski <orion@cora.nwra.com> - 8.1.2-5
c9c56a
- Enable EPEL Python 3 builds
c9c56a
- Use new python macros
c9c56a
- Cleanup spec
c9c56a
c9c56a
* Fri Aug 05 2016 Tomas Orsava <torsava@redhat.com> - 8.1.2-4
c9c56a
- Updated the test sources
c9c56a
c9c56a
* Fri Aug 05 2016 Tomas Orsava <torsava@redhat.com> - 8.1.2-3
c9c56a
- Moved python-pip into the python2-pip subpackage
c9c56a
- Added the python_provide macro
c9c56a
c9c56a
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1.2-2
c9c56a
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
c9c56a
c9c56a
* Tue May 17 2016 Tomas Orsava <torsava@redhat.com> - 8.1.2-1
c9c56a
- Update to 8.1.2
c9c56a
- Moved to a new PyPI URL format
c9c56a
- Updated the prefix-stripping patch because of upstream changes in pip/wheel.py
c9c56a
c9c56a
* Mon Feb 22 2016 Slavek Kabrda <bkabrda@redhat.com> - 8.0.2-1
c9c56a
- Update to 8.0.2
c9c56a
c9c56a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-4
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c9c56a
c9c56a
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 7.1.0-3
c9c56a
- Rebuilt for Python3.5 rebuild
c9c56a
- With wheel set to 1
c9c56a
c9c56a
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 7.1.0-2
c9c56a
- Rebuilt for Python3.5 rebuild
c9c56a
c9c56a
* Wed Jul 01 2015 Slavek Kabrda <bkabrda@redhat.com> - 7.1.0-1
c9c56a
- Update to 7.1.0
c9c56a
c9c56a
* Tue Jun 30 2015 Ville Skyttä <ville.skytta@iki.fi> - 7.0.3-3
c9c56a
- Install bash completion
c9c56a
- Ship LICENSE.txt as %%license where available
c9c56a
c9c56a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.3-2
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c9c56a
c9c56a
* Thu Jun 04 2015 Matej Stuchlik <mstuchli@redhat.com> - 7.0.3-1
c9c56a
- Update to 7.0.3
c9c56a
c9c56a
* Fri Mar 06 2015 Matej Stuchlik <mstuchli@redhat.com> - 6.0.8-1
c9c56a
- Update to 6.0.8
c9c56a
c9c56a
* Thu Dec 18 2014 Slavek Kabrda <bkabrda@redhat.com> - 1.5.6-5
c9c56a
- Only enable tests on Fedora.
c9c56a
c9c56a
* Mon Dec 01 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.6-4
c9c56a
- Add tests
c9c56a
- Add patch skipping tests requiring Internet access
c9c56a
c9c56a
* Tue Nov 18 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.6-3
c9c56a
- Added patch for local dos with predictable temp dictionary names
c9c56a
  (http://seclists.org/oss-sec/2014/q4/655)
c9c56a
c9c56a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-2
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c9c56a
c9c56a
* Sun May 25 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.6-1
c9c56a
- Update to 1.5.6
c9c56a
c9c56a
* Fri Apr 25 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-4
c9c56a
- Rebuild as wheel for Python 3.4
c9c56a
c9c56a
* Thu Apr 24 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-3
c9c56a
- Disable build_wheel
c9c56a
c9c56a
* Thu Apr 24 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-2
c9c56a
- Rebuild as wheel for Python 3.4
c9c56a
c9c56a
* Mon Apr 07 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-1
c9c56a
- Updated to 1.5.4
c9c56a
c9c56a
* Mon Oct 14 2013 Tim Flink <tflink@fedoraproject.org> - 1.4.1-1
c9c56a
- Removed patch for CVE 2013-2099 as it has been included in the upstream 1.4.1 release
c9c56a
- Updated version to 1.4.1
c9c56a
c9c56a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-5
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c9c56a
c9c56a
* Tue Jul 16 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.1-4
c9c56a
- Fix for CVE 2013-2099
c9c56a
c9c56a
* Thu May 23 2013 Tim Flink <tflink@fedoraproject.org> - 1.3.1-3
c9c56a
- undo python2 executable rename to python-pip. fixes #958377
c9c56a
- fix summary to match upstream
c9c56a
c9c56a
* Mon May 06 2013 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.3.1-2
c9c56a
- Fix main package Summary, it's for Python 2, not 3 (#877401)
c9c56a
c9c56a
* Fri Apr 26 2013 Jon Ciesla <limburgher@gmail.com> - 1.3.1-1
c9c56a
- Update to 1.3.1, fix for CVE-2013-1888.
c9c56a
c9c56a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c9c56a
c9c56a
* Tue Oct 09 2012 Tim Flink <tflink@fedoraproject.org> - 1.2.1-2
c9c56a
- Fixing files for python3-pip
c9c56a
c9c56a
* Thu Oct 04 2012 Tim Flink <tflink@fedoraproject.org> - 1.2.1-1
c9c56a
- Update to upstream 1.2.1
c9c56a
- Change binary from pip-python to python-pip (RHBZ#855495)
c9c56a
- Add alias from python-pip to pip-python, to be removed at a later date
c9c56a
c9c56a
* Tue May 15 2012 Tim Flink <tflink@fedoraproject.org> - 1.1.0-1
c9c56a
- Update to upstream 1.1.0
c9c56a
c9c56a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c9c56a
c9c56a
* Sat Oct 22 2011 Tim Flink <tflink@fedoraproject.org> - 1.0.2-1
c9c56a
- update to 1.0.2 and added python3 subpackage
c9c56a
c9c56a
* Wed Jun 22 2011 Tim Flink <tflink@fedoraproject.org> - 0.8.3-1
c9c56a
- update to 0.8.3 and project home page
c9c56a
c9c56a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c9c56a
c9c56a
* Mon Dec 20 2010 Luke Macken <lmacken@redhat.com> - 0.8.2-1
c9c56a
- update to 0.8.2 of pip
c9c56a
* Mon Aug 30 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.8-1
c9c56a
- update to 0.8 of pip
c9c56a
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.2-5
c9c56a
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
c9c56a
c9c56a
* Wed Jul 7 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.7.2-1
c9c56a
- update to 0.7.2 of pip
c9c56a
* Sun May 23 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.7.1-1
c9c56a
- update to 0.7.1 of pip
c9c56a
* Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1.4
c9c56a
- fix dependency issue
c9c56a
* Fri Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
c9c56a
- fix spec file
c9c56a
* Thu Dec 17 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-1
c9c56a
- upgrade to 0.6.1 of pip
c9c56a
* Mon Aug 31 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.4-1
c9c56a
- Initial package
c9c56a