Skip to content

Commit

Permalink
update pip and wheel
Browse files Browse the repository at this point in the history
- use latest version of wheel that works with python 2
  • Loading branch information
hgy59 committed Mar 16, 2020
1 parent 0f65d76 commit 1c6c581
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cross/pip/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = pip
PKG_VERS = 19.3.1
PKG_VERS = 20.0.2
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://files.pythonhosted.org/packages/source/p/$(PKG_NAME)
Expand Down
6 changes: 3 additions & 3 deletions cross/pip/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip-19.3.1.tar.gz SHA1 ddf74fc8e3ba7f35757257bd5b24dbbb998ca29d
pip-19.3.1.tar.gz SHA256 21207d76c1031e517668898a6b46a9fb1501c7a4710ef5dfd6a40ad9e6757ea7
pip-19.3.1.tar.gz MD5 1aaaf90fbafc50e7ba1e66ffceb00960
pip-20.0.2.tar.gz SHA1 0116baf39c4afceeea1de1ed4a17cdbdd6acac63
pip-20.0.2.tar.gz SHA256 7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f
pip-20.0.2.tar.gz MD5 7d42ba49b809604f0df3d55df1c3fd86
2 changes: 1 addition & 1 deletion cross/wheel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = wheel
PKG_VERS = 0.32.3
PKG_VERS = 0.33.6
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://files.pythonhosted.org/packages/source/w/$(PKG_NAME)
Expand Down
2 changes: 1 addition & 1 deletion cross/wheel/PLIST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bin:bin/wheel
rsc:bin/wheel
6 changes: 3 additions & 3 deletions cross/wheel/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wheel-0.32.3.tar.gz SHA1 b10e2b4f3627e1904285c204c1975e84d634c9eb
wheel-0.32.3.tar.gz SHA256 029703bf514e16c8271c3821806a1c171220cc5bdd325cbf4e7da1e056a01db6
wheel-0.32.3.tar.gz MD5 0040eb1e7a49c4f2e55eb0e59ee2974e
wheel-0.33.6.tar.gz SHA1 0fe3d28322a7a2bf81cb42876ea96f0026a9e018
wheel-0.33.6.tar.gz SHA256 10c9da68765315ed98850f8e048347c3eb06dd81822dc2ab1d4fde9dc9702646
wheel-0.33.6.tar.gz MD5 7aac11026bffef3696e04286208a4493

0 comments on commit 1c6c581

Please sign in to comment.