← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ines-almeida/launchpad:upgrade-pkginfo-dependency into launchpad:master

 

Ines Almeida has proposed merging ~ines-almeida/launchpad:upgrade-pkginfo-dependency into launchpad:master.

Commit message:
Bump pkginfo==1.10.0

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/465595

Related to: https://code.launchpad.net/~ines-almeida/lp-source-dependencies/+git/lp-source-dependencies/+merge/465593

The current pkginfo (1.8.2) is not able to read Metadata 2.3 - this is added in this more recent version.
Not being able to read Metadata 2.3 seems to cause issues where launchpad is not able to read the SDist version which leads to an error because we don't allow the `SourcePackageRelease.version` column to be None.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:upgrade-pkginfo-dependency into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index b7b7957..59dd615 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -121,7 +121,7 @@ patiencediff==0.2.2
 pexpect==4.8.0
 pgbouncer==0.0.9
 pickleshare==0.7.5
-pkginfo==1.8.2
+pkginfo==1.10.0
 prettytable==0.7.2
 prompt-toolkit==2.0.10
 psutil==5.4.2