Codebase list dkimpy-milter / 693bee02-cef4-4503-b59d-2e67971a26fa/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on python3, python3-authres and python3-dnspython. * dkimpy-milter: Drop versioned constraint on python3-authres and python3-dnspython in Depends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 15 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 dkimpy-milter (1.2.2-3) UNRELEASED; urgency=medium
1
2 * Remove constraints unnecessary since buster:
3 + Build-Depends: Drop versioned constraint on python3, python3-authres and
4 python3-dnspython.
5 + dkimpy-milter: Drop versioned constraint on python3-authres and
6 python3-dnspython in Depends.
7
8 -- Debian Janitor <janitor@jelmer.uk> Thu, 21 Oct 2021 19:01:19 -0000
9
010 dkimpy-milter (1.2.2-2) unstable; urgency=medium
111
212 [ Ondřej Nový ]
44 Uploaders: Debian Python Team <team+python@tracker.debian.org>
55 Build-Depends: debhelper-compat (= 12),
66 dh-python,
7 python3 (>= 3.3),
8 python3-authres (>= 1.1),
7 python3,
8 python3-authres,
99 python3-dkim (>= 1.0),
10 python3-dnspython (>=1.16.0) | python3-dns,
10 python3-dnspython | python3-dns,
1111 python3-milter,
1212 python3-nacl,
1313 python3-setuptools
2020 Architecture: all
2121 Pre-Depends: ${misc:Pre-Depends}
2222 Depends: adduser,
23 python3-authres (>= 1.1),
23 python3-authres,
2424 python3-dkim (>= 1.0),
25 python3-dnspython (>=1.16.0) | python3-dns,
25 python3-dnspython | python3-dns,
2626 python3-milter,
2727 python3-nacl,
2828 python3-pkg-resources,