Upgrade to pygit2 >= 1.2.0 for Py >= 3.8

This commit is contained in:
Pedro Algarvio 2020-04-27 09:50:14 +01:00 committed by Daniel Wozniak
parent 507998c1b0
commit 0c12750c3f
10 changed files with 16 additions and 12 deletions

View file

@ -23,7 +23,8 @@ more-itertools==5.0.0
moto
paramiko>=2.1.6
psutil
pygit2
pygit2<=0.28.2; python_version < '3.8'
pygit2>=1.2.0; python_version >= '3.8'
pyinotify
pyopenssl
python-etcd>0.4.2

View file

@ -76,7 +76,7 @@ pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.9.7
pygit2==0.28.2
pygit2==0.28.2 ; python_version < "3.8"
pyinotify==0.9.6
pynacl==1.3.0 # via paramiko
pyopenssl==19.0.0

View file

@ -71,7 +71,7 @@ pycparser==2.19
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.9.7
pycurl==7.43.0.5
pygit2==0.28.2
pygit2==0.28.2 ; python_version < "3.8"
pymssql==2.1.4
pymysql==0.9.3
pyopenssl==19.0.0

View file

@ -75,7 +75,7 @@ pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.9.7
pygit2==0.28.2
pygit2==0.28.2 ; python_version < "3.8"
pyinotify==0.9.6
pynacl==1.3.0 # via paramiko
pyopenssl==19.0.0

View file

@ -70,7 +70,7 @@ pycparser==2.19
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.9.7
pycurl==7.43.0.5
pygit2==0.28.2
pygit2==0.28.2 ; python_version < "3.8"
pymssql==2.1.4
pymysql==0.9.3
pyopenssl==19.0.0

View file

@ -75,7 +75,7 @@ pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.9.7
pygit2==0.28.2
pygit2==0.28.2 ; python_version < "3.8"
pyinotify==0.9.6
pynacl==1.3.0 # via paramiko
pyopenssl==19.0.0

View file

@ -69,7 +69,7 @@ pycparser==2.19
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.9.7
pycurl==7.43.0.5
pygit2==0.28.2
pygit2==0.28.2 ; python_version < "3.8"
pymssql==2.1.4
pymysql==0.9.3
pyopenssl==19.0.0

View file

@ -15,6 +15,7 @@ bcrypt==3.1.6 # via paramiko
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer
cached-property==1.5.1 # via pygit2
cachetools==3.1.0 # via google-auth
certifi==2019.3.9
certvalidator==0.11.1 # via vcert
@ -74,7 +75,7 @@ pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.9.7
pygit2==0.28.2
pygit2==1.2.0 ; python_version >= "3.8"
pyinotify==0.9.6
pynacl==1.3.0 # via paramiko
pyopenssl==19.0.0
@ -102,7 +103,7 @@ salttesting==2017.6.1
scp==0.13.2 # via junos-eznc
setproctitle==1.1.10
setuptools-scm==3.2.0
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, packaging, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, tempora, vcert, websocket-client
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, packaging, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, tempora, vcert, websocket-client
smmap2==2.0.5 # via gitdb2
strict-rfc3339==0.7
tempora==1.14.1 # via portend

View file

@ -15,6 +15,7 @@ bcrypt==3.1.6 # via paramiko
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer
cached-property==1.5.1 # via pygit2
cachetools==3.1.0 # via google-auth
certifi==2019.3.9
certvalidator==0.11.1 # via vcert
@ -74,7 +75,7 @@ pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.9.7
pygit2==0.28.2
pygit2==1.2.0 ; python_version >= "3.8"
pyinotify==0.9.6
pynacl==1.3.0 # via paramiko
pyopenssl==19.0.0
@ -102,7 +103,7 @@ salttesting==2017.6.1
scp==0.13.2 # via junos-eznc
setproctitle==1.1.10
setuptools-scm==3.2.0
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, packaging, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, tempora, vcert, websocket-client
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, packaging, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, tempora, vcert, websocket-client
smmap2==2.0.5 # via gitdb2
strict-rfc3339==0.7
tempora==1.14.1 # via portend

View file

@ -15,7 +15,8 @@ mock>=3.0.5; python_version < '3.6'
more-itertools==5.0.0
moto<=1.3.7
patch
pygit2
pygit2<=0.28.2; python_version < '3.8'
pygit2>=1.2.0; python_version >= '3.8'
python-etcd>0.4.2
msgpack-python >= 0.4.2, != 0.5.5
pyopenssl