2
0
Эх сурвалжийг харах

Depend on at least urllib3 >= 1.24.1, as older versions lack HTTPResponse.geturl().

Jelmer Vernooij 6 жил өмнө
parent
commit
8e63021823
2 өөрчлөгдсөн 11 нэмэгдсэн , 4 устгасан
  1. 7 0
      debian/changelog
  2. 4 4
      debian/control

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+dulwich (0.19.11-3) UNRELEASED; urgency=medium
+
+  * Depend on at least urllib3 >= 1.24.1, as older versions lack
+    HTTPResponse.geturl().
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Sun, 10 Mar 2019 23:59:29 +0000
+
 dulwich (0.19.11-2) unstable; urgency=medium
 
   * Re-export upstream signing key without extra signatures.

+ 4 - 4
debian/control

@@ -13,12 +13,12 @@ Build-Depends: debhelper (>= 11),
                python-certifi,
                python-fastimport (>= 0.9.0~bzr293),
                python-unittest2,
-               python-urllib3,
+               python-urllib3 (>= 1.24.1),
                python3-all-dbg,
                python3-all-dev,
                python3-certifi,
                python3-fastimport,
-               python3-urllib3
+               python3-urllib3 (>= 1.24.1)
 Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
 Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
@@ -26,7 +26,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
 Package: python-dulwich
 Architecture: any
 Depends: python-certifi,
-         python-urllib3,
+         python-urllib3 (>= 1.24.1),
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}
@@ -65,7 +65,7 @@ Description: Python Git library - pypy module
 Package: python3-dulwich
 Architecture: any
 Depends: python3-certifi,
-         python3-urllib3,
+         python3-urllib3 (>= 1.24.1),
          ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends}