Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3643ab6

Browse files
committedFeb 24, 2020
Update gitdb to 4.0.1, gitdb2 to 4.0.2
The gitdb 4.0.0 release and gitdb2 4.0.1 release has been deleted from PyPi and (if I'm reading [1] correctly, which is a big *if*) has been replaced with 4.0.1 and 4.0.2 respectively. gitdb v4.0.1 and gitdb2 v4.0.2 should be functionally equivalent to gitdb2 v3.0.3 with gitdb v4.0.2 simply installing gitdb >= 4.0.1 and with gitdb v4.0.1 requiring smmap rather than smmap2 (gitpython-developers/smmap#44). [1] gitpython-developers/gitdb#59 Change-Id: I268fb7e1dc753c82983736572b3df2f152f8cf51
1 parent ffcbb02 commit 3643ab6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎upper-constraints.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ oslo.vmware===2.35.0;python_version=='2.7'
428428
oslo.vmware===3.0.0;python_version=='3.6'
429429
oslo.vmware===3.0.0;python_version=='3.7'
430430
sqlalchemy-migrate===0.13.0
431-
gitdb===4.0.0;python_version=='3.6'
432-
gitdb===4.0.0;python_version=='3.7'
431+
gitdb===4.0.1;python_version=='3.6'
432+
gitdb===4.0.1;python_version=='3.7'
433433
python-monascaclient===1.16.0;python_version=='2.7'
434434
python-monascaclient===2.0.0;python_version=='3.6'
435435
python-monascaclient===2.0.0;python_version=='3.7'
@@ -773,8 +773,8 @@ oslo.utils===4.0.0;python_version=='3.6'
773773
oslo.utils===4.0.0;python_version=='3.7'
774774
python-editor===1.0.4
775775
gitdb2===2.0.6;python_version=='2.7'
776-
gitdb2===4.0.1;python_version=='3.6'
777-
gitdb2===4.0.1;python_version=='3.7'
776+
gitdb2===4.0.2;python_version=='3.6'
777+
gitdb2===4.0.2;python_version=='3.7'
778778
requests-kerberos===0.12.0
779779
itsdangerous===1.1.0
780780
XStatic-jquery-ui===1.12.1.1

0 commit comments

Comments
 (0)
Please sign in to comment.