New versions of py-gitpython: 3.1.13 - 3.1.24 (#27052)

* New versions of py-gitpython

* Update package.py
This commit is contained in:
iarspider 2021-10-30 18:19:51 +02:00 committed by GitHub
parent 30573f5e5c
commit f45ef21e37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,17 @@ class PyGitpython(PythonPackage):
homepage = "https://gitpython.readthedocs.org" homepage = "https://gitpython.readthedocs.org"
pypi = "GitPython/GitPython-3.1.12.tar.gz" pypi = "GitPython/GitPython-3.1.12.tar.gz"
version('3.1.24', sha256='df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5')
version('3.1.23', sha256='aaae7a3bfdf0a6db30dc1f3aeae47b71cd326d86b936fe2e158aa925fdf1471c')
version('3.1.22', sha256='e1589f27c3cd1f33b22db1df194201b5abca6b4cc5450f13f9c371e099c1b24f')
version('3.1.20', sha256='df0e072a200703a65387b0cfdf0466e3bab729c0458cf6b7349d0e9877636519')
version('3.1.19', sha256='18f4039b96b5567bc4745eb851737ce456a2d499cecd71e84f5c0950e92d0e53')
version('3.1.18', sha256='b838a895977b45ab6f0cc926a9045c8d1c44e2b653c1fcc39fe91f42c6e8f05b')
version('3.1.17', sha256='ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e')
version('3.1.16', sha256='2bfcd25e6b81fe431fa3ab1f0975986cfddabf7870a323c183f3afbc9447c0c5')
version('3.1.15', sha256='05af150f47a5cca3f4b0af289b73aef8cf3c4fe2385015b06220cbcdee48bb6e')
version('3.1.14', sha256='be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61')
version('3.1.13', sha256='8621a7e777e276a5ec838b59280ba5272dd144a18169c36c903d8b38b99f750a')
version('3.1.12', sha256='42dbefd8d9e2576c496ed0059f3103dcef7125b9ce16f9d5f9c834aed44a1dac') version('3.1.12', sha256='42dbefd8d9e2576c496ed0059f3103dcef7125b9ce16f9d5f9c834aed44a1dac')
version('3.1.11', sha256='befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8') version('3.1.11', sha256='befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8')
version('3.1.10', sha256='f488d43600d7299567b59fe41497d313e7c1253a9f2a8ebd2df8af2a1151c71d') version('3.1.10', sha256='f488d43600d7299567b59fe41497d313e7c1253a9f2a8ebd2df8af2a1151c71d')
@ -29,5 +40,10 @@ class PyGitpython(PythonPackage):
version('0.3.6', sha256='e6599fcb939cb9b25a015a429702db39de10f2b493655ed5669c49c37707d233') version('0.3.6', sha256='e6599fcb939cb9b25a015a429702db39de10f2b493655ed5669c49c37707d233')
depends_on('python@3.4:', type=('build', 'run')) depends_on('python@3.4:', type=('build', 'run'))
depends_on('python@3.5:', type=('build', 'run'), when='@3.1.15:')
depends_on('python@3.6:', type=('build', 'run'), when='@3.1.18:')
depends_on('python@3.7:', type=('build', 'run'), when='@3.1.22:')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('py-gitdb@4.0.1:4', type=('build', 'run')) depends_on('py-gitdb@4.0.1:4', type=('build', 'run'))
depends_on('py-typing-extensions@3.7.4.0:', type=('build', 'run'), when='@3.1.16: ^python@:3.7')
depends_on('py-typing-extensions@3.7.4.3:', type=('build', 'run'), when='@3.1.19: ^python@:3.10')