← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/turnip:pygit2-1.0.3 into turnip:master

 

Colin Watson has proposed merging ~cjwatson/turnip:pygit2-1.0.3 into turnip:master.

Commit message:
Upgrade to pygit2 1.0.3

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/turnip/+git/turnip/+merge/405049

This brings us up to the same version of libgit2 as in focal (via a backport in https://launchpad.net/~launchpad/+archive/ubuntu/ppa), making it easier to upgrade to focal.

Dependencies MP: https://code.launchpad.net/~cjwatson/turnip/+git/dependencies/+merge/405048
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/turnip:pygit2-1.0.3 into turnip:master.
diff --git a/requirements.txt b/requirements.txt
index f80c721..3d92580 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -47,7 +47,7 @@ pycodestyle==2.7.0
 pycparser==2.17
 pycrypto==2.6.1
 pyflakes==2.3.1
-pygit2==0.27.4
+pygit2==1.0.3
 pyramid==1.10.4
 python-mimeparse==1.6.0
 python-openid2==3.2
diff --git a/setup.py b/setup.py
index 7e269ba..6e65710 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = [
     'gevent[monitor]',
     'lazr.sshserver>=0.1.7',
     'Paste',
-    'pygit2>=0.27.4,<0.28.0',
+    'pygit2>=0.28.1,<1.1.0',
     'python-openid2',
     'PyYAML',
     'statsd',
diff --git a/system-dependencies.txt b/system-dependencies.txt
index bba90b9..f39c58d 100644
--- a/system-dependencies.txt
+++ b/system-dependencies.txt
@@ -2,7 +2,7 @@ build-essential
 cgit
 git
 libffi-dev
-libgit2-27
+libgit2-28
 libssl-dev
 libxml2-dev
 libxslt1-dev