Changelog for
python3-pip-19.3.1-4.fc32.noarch.rpm :
* Tue Aug 11 2020 Miro Hrončok
- 19.3.1-4- Only ask for keyring password once (#1859476)
* Fri Apr 10 2020 Miro Hrončok - 19.3.1-3- Allow setting $TMPDIR to $PWD/... during pip wheel (#1806625)
* Thu Jan 30 2020 Fedora Release Engineering - 19.3.1-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Nov 04 2019 Tomas Orsava - 19.3.1-1- Update to 19.3.1 (#1761508)- Drop upstreamed patch that fixed expected output in test to not break with alpha/beta/rc Python versions
* Wed Oct 30 2019 Miro Hrončok - 19.2.3-2- Make /usr/bin/pip(3) work with user-installed pip 19.3+ (#1767212)
* Mon Sep 02 2019 Miro Hrončok - 19.2.3-1- Update to 19.2.3 (#1742230)- Drop patch that should strip path prefixes from RECORD files, the paths are relative
* Wed Aug 21 2019 Petr Viktorin - 19.1.1-8- Remove python2-pip- Make pip bootstrap itself, rather than with an extra bootstrap RPM build
* Sat Aug 17 2019 Miro Hrončok - 19.1.1-7- Rebuilt for Python 3.8
* Wed Aug 14 2019 Miro Hrončok - 19.1.1-6- Bootstrap for Python 3.8
* Wed Aug 14 2019 Miro Hrončok - 19.1.1-5- Bootstrap for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering - 19.1.1-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Jul 15 2019 Petr Viktorin - 19.1.1-3- Recommend libcrypt.so.1 for manylinux1 compatibility- Make /usr/bin/pip Python 3
* Mon Jun 10 2019 Miro Hrončok - 19.1.1-2- Fix root warning when pip is invoked via python -m pip- Remove a redundant second WARNING prefix form the abovementioned warning
* Wed May 15 2019 Miro Hrončok - 19.1.1-1- Update to 19.1.1 (#1706995)
* Thu Apr 25 2019 Miro Hrončok - 19.1-1- Update to 19.1 (#1702525)
* Wed Mar 06 2019 Miro Hrončok - 19.0.3-1- Update to 19.0.3 (#1679277)
* Wed Feb 13 2019 Miro Hrončok - 19.0.2-1- Update to 19.0.2 (#1668492)
* Sat Feb 02 2019 Fedora Release Engineering - 18.1-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Dec 03 2018 Miro Hrončok - 18.1-2- Use the system level root certificate instead of the one bundled in certifi
* Thu Nov 22 2018 Miro Hrončok - 18.1-1- Update to 18.1 (#1652089)
* Tue Sep 18 2018 Victor Stinner - 18.0-4- Prevent removing of the system packages installed under /usr/lib when pip install -U is executed. Original patch by Michal Cyprian. Resolves: rhbz#1550368.