py-gitpython: add version 0.3.6 (#23695)

Change-Id: I3424409f8a7575c6a13592c05e1e940f960fe8fe
This commit is contained in:
Andreas Baumbach 2021-05-17 21:07:18 +02:00 committed by GitHub
parent 193699f3c9
commit 0174936250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ class PyGitpython(PythonPackage):
version('3.1.1', sha256='6d4f10e2aaad1864bb0f17ec06a2c2831534140e5883c350d58b4e85189dab74')
version('3.1.0', sha256='e426c3b587bd58c482f0b7fe6145ff4ac7ae6c82673fc656f489719abca6f4cb')
version('3.0.9', sha256='7e5df21bfef38505115ad92544fb379e6fedb2753f3b709174c4358cecd0cb97')
version('0.3.6', sha256='e6599fcb939cb9b25a015a429702db39de10f2b493655ed5669c49c37707d233')
depends_on('python@3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')