commit - 2d8ca2c3685feb8cabc76e687fb2b1b1c0f53271
commit + fe20cd7ad3722840ea8bf60ebec7a37340529c47
blob - 26ca561bf0cd1acb03e2f5cbe3625f4018672292
blob + 4de37fcf46476bff94d3bbf08ff6576b7a1d0a50
--- debian/changelog
+++ debian/changelog
dulwich (0.20.46-1) UNRELEASED; urgency=medium
* New upstream release.
+ + Drop dependency on certifi - no longer used upstream.
+ + Add build-dependency on python3-setuptools.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Tue, 06 Sep 2022 17:59:53 +0100
blob - e1dd03bd8718138e197ad07c261890c46b13d317
blob + f82dda81be80d1da6cfc164f500e5dcf0a84f5a6
--- debian/control
+++ debian/control
gnupg,
python3-all-dbg,
python3-all-dev,
- python3-certifi,
python3-fastimport,
python3-gpg,
- python3-urllib3 (>= 1.24.1)
+ python3-urllib3 (>= 1.25),
+ python3-setuptools
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/dulwich.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/dulwich
Package: python3-dulwich
Architecture: any
-Depends: python3-certifi,
- python3-urllib3 (>= 1.24.1),
+Depends: python3-urllib3 (>= 1.25),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}