mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-19 00:51:35 +03:00
package/python-{smmap2, gitdb2}: bump versions to 4.0.0 and 4.0.7
This commit bumps the python-smmap2 and python-gitdb2 packages in lockstep, as the new version of gitdb2 requires a newer version of smmap2, but the current version of gitdb2 cannot work with the newer version of smmap2 (sigh). Also, upstream the projects have been renamed: gitdb2 is now named gitdb on PyPi (see https://pypi.org/project/gitdb2/) and smmap2 is now named smmap (https://pypi.org/project/smmap2/). However, to avoid needless churn, we don't rename the Buildroot packages, but that rename is visible in the name of the tarballs being downloaded. Also, since version 4.0.0, smmap supports only Python 3.x, so we add a dependency on Python 3.x and drop the test case of gitdb2 on Python 2.x. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
fe1eb2a0b3
commit
8bc8f4c416
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/gitdb2/json
|
||||
md5 1a7ea3362e405f8a5634f7ee53636094 gitdb2-2.0.6.tar.gz
|
||||
sha256 1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350 gitdb2-2.0.6.tar.gz
|
||||
# md5, sha256 from https://pypi.org/pypi/gitdb/json
|
||||
md5 3f52187435ab0b6e64a15782ffaf29ab gitdb-4.0.7.tar.gz
|
||||
sha256 96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005 gitdb-4.0.7.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 efd29f596a08e8857e68e7694a50bcda72839792da7c3f041bcbff5f18009239 LICENSE
|
||||
|
||||
Reference in New Issue
Block a user