Commit Graph

60 Commits

Author SHA1 Message Date
Miro Hrončok
fb213c6f74 Update to 23.2.1 2023-08-04 21:33:37 +02:00
Miro Hrončok
384163c9b7 Update to 23.1.2 2023-05-19 13:11:09 +02:00
Tomáš Hrnčiar
7fdfa3a50a Update to 23.0.1 2023-02-22 12:12:24 +01:00
Karolina Surma
c3f04d6b6d Update to 22.3.1 2022-11-16 17:54:41 +01:00
Charalampos Stratakis
9361272bc9 Update to 22.2.2
Resolves: rhbz#2109468
2022-08-06 03:55:45 +02:00
Charalampos Stratakis
6300db47ba Update to 22.2
Resolves: rhbz#2109468
2022-07-25 14:59:00 +02:00
Karolina Surma
590775acbf Update to 22.0.4 2022-03-21 10:17:04 +01:00
Lumir Balhar
093cb73c53 Update to 22.0.3 2022-02-21 10:57:04 +01:00
Miro Hrončok
931a7e69a1 Update to 21.3.1 2021-10-25 21:36:52 +02:00
Miro Hrončok
54943ebf8a Update to 21.3 2021-10-13 13:39:10 +02:00
Miro Hrončok
d39c496473 Update to 21.2.3
The bundled toml was replaced by tomli, same license (MIT).
2021-08-09 20:33:45 +02:00
Lumir Balhar
44c8353812 Update to 21.1.3 2021-07-07 13:46:14 +02:00
Karolina Surma
de909508e7 Update to 21.1.2 2021-06-17 09:45:24 +02:00
Karolina Surma
5afdc00b06 Update to 21.1.1
Changes:
- dropped emit-a-warning-when-running-with-root-privileges.patch (fixed in upstream)
- rebased dummy-certifi.patch, remove-existing-dist-only-if-path-conflicts.patch, nowarn-pip._internal.main.patch
2021-05-18 13:43:22 +02:00
Lumir Balhar
e8f3551533 Update to 21.0.1 2021-02-17 10:26:08 +01:00
Lumir Balhar
093819ce2e Update to 21.0 (#1919530) 2021-01-26 13:27:36 +01:00
Petr Viktorin
cef1efc8a0 Update to 20.3.3 2020-12-17 17:24:11 +01:00
Miro Hrončok
58c5acd7e8 WIP: Upgrade to 20.3 2020-12-17 17:23:35 +01:00
Lumir Balhar
aab1da4a87 Update to 20.2.4 (#1889112) 2020-10-19 03:29:18 +02:00
Tomas Orsava
8825fe54dc Update to 20.2.2 (#1838553) 2020-08-11 16:20:47 +02:00
Tomas Hrnciar
5ef43e57f4 Update to 20.1.1 2020-05-20 08:15:36 +00:00
Tomas Hrnciar
0e2a444500 Update to 20.1 2020-05-20 08:15:36 +00:00
Tomas Hrnciar
55406531cf Update to 20.1~b1
Don't install pip wheel via path to prevent PEP 610 treatment, see:
https://discuss.python.org/t/pep-610-usage-guidelines-for-linux-distributions/4012
2020-05-20 08:15:36 +00:00
Tomas Hrnciar
f6c63603fb Replace pypi source with tarball from GitHub
Pypi source does not include tests folder so they had to be manually
downloaded from GitHub. This commit replaces pypi source with tarball
from GitHub where tests are included.
This also fixes rpmlint invalid-url warning.
2020-04-15 11:09:11 +02:00
Miro Hrončok
f994ff1cc7 Update to 20.0.2
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1793456

The main() wrapper moved the import path again, this time with compatibility shim:

 - we still need pip-allow-different-versions.patch to support older pips installed by users
 - we dropped callable-main.patch - the shim is provided by pip for all previous paths
 - no need to patch older pips to support user installed pip 20+
 - no need to patch Pythons (or virtualenv) to support pip 20+ wheel in ensurepip
2020-03-04 12:47:38 +01:00
Tomas Orsava
f6e9c0640b Update to 19.3.1 (#1761508)
Drop upstreamed patch that fixed expected output in test to not break with alpha/beta/rc Python versions
2019-12-11 16:41:11 +01:00
Miro Hrončok
add791f1d5 Update to 19.2.3 (#1742230) 2019-09-02 12:17:41 +02:00
Miro Hrončok
fa2f84fe5b Update to 19.1.1 (#1706995) 2019-05-15 16:47:48 +02:00
Miro Hrončok
a2422cfdac Update to 19.1 (#1702525) 2019-04-25 15:33:26 +02:00
Miro Hrončok
53928d9a4a Update to 19.0.3 (#1679277)
No vendored libraries changed.
2019-03-06 11:04:14 +01:00
Miro Hrončok
bbe9e6d297 Update to 19.0.2 (#1668492) 2019-02-13 13:04:06 +01:00
Miro Hrončok
82235d4efa Update to 18.1 (#1652089) 2018-11-22 13:58:09 +01:00
Marcel Plch
2e7f501aa1 Update to 18.0 2018-07-31 12:17:18 +02:00
Charalampos Stratakis
3989bcbcc0 Update to 9.0.3 2018-03-29 15:18:38 +02:00
Orion Poplawski
3d2b99cd70 Upload 9.0.1 sources 2016-11-21 09:06:02 -07:00
Tomas Orsava
788deaa0c1 Fixed the sources file 2016-08-15 17:33:27 +02:00
Tomas Orsava
627cdf9b5b Updated test sources to 8.1.2 2016-08-15 16:18:34 +02:00
Tomas Orsava
7df5bbee66 Rebased to a new upstream version 8.1.2
Updated the prefix-stripping patch due to upstream changes in pip/wheel.py
2016-05-20 11:58:27 +02:00
Slavek Kabrda
240615c882 Of course, I forgot to upload new source... 2016-02-22 11:43:40 +01:00
Robert Kuska
d688f38fb0 Rebuilt for Python3.5 rebuild
With wheel set to 1
2015-10-14 10:38:05 +02:00
Slavek Kabrda
28b76001e4 Add new source 2015-07-01 11:44:41 +02:00
Matej Stuchlik
319306cca0 Update to 7.0.3 2015-06-04 11:47:42 +02:00
Matej Stuchlik
f50907e1c1 Update to 6.0.8 2015-03-06 14:33:17 +01:00
Matej Stuchlik
9297164887 Add tests and patch skipping tests requiring networking 2014-12-01 14:19:59 +01:00
Matej Stuchlik
594b9f1739 Upload 1.5.6 sources 2014-05-26 00:24:20 +02:00
Matej Stuchlik
dd9e7dc94d Update to 1.5.4 and add an option to build as wheel 2014-04-07 12:16:08 +02:00
Tim Flink
6a15b7c1f7 removing pip-1.3.1 from sources and updating gitignore 2013-10-14 15:17:15 -06:00
Tim Flink
42d5421d50 updating to pip 1.4.1 and removing old CVE patch that's not needed anymore 2013-10-14 15:13:50 -06:00
Jon Ciesla
53e39cd28e Update to 1.3.1 to fix CVE-2013-1888. 2013-04-26 07:33:23 -05:00
Tim Flink
a74e1e0c54 Updating to upstream 1.2.1 and changing symlinks for RHBZ#855495 2012-10-04 09:49:27 -06:00