Codebase list python-pyeclib / 963b2ff
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on liberasurecode-dev, libjerasure-dev and python3-six. * python3-pyeclib: Drop versioned constraint on python3-six in Depends. Changes-By: deb-scrub-obsolete Jenkins 2 years ago
2 changed file(s) with 13 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 python-pyeclib (1.6.0-7) UNRELEASED; urgency=medium
1
2 * Remove constraints unnecessary since buster:
3 + Build-Depends: Drop versioned constraint on liberasurecode-dev,
4 libjerasure-dev and python3-six.
5 + python3-pyeclib: Drop versioned constraint on python3-six in Depends.
6
7 -- Debian Janitor <janitor@jelmer.uk> Mon, 11 Oct 2021 08:16:32 -0000
8
09 python-pyeclib (1.6.0-6) unstable; urgency=medium
110
211 * d/tests/encode-decode.py: Fix typo.
77 Build-Depends:
88 debhelper-compat (= 12),
99 dh-python,
10 liberasurecode-dev (>= 1.6.0),
10 liberasurecode-dev,
1111 libisal-dev [amd64 kfreebsd-amd64 arm64],
12 libjerasure-dev (>= 2.0.0+2017.04.10.git.de1739cc84),
12 libjerasure-dev,
1313 python3-all-dev,
1414 python3-nose,
1515 python3-setuptools,
16 python3-six (>= 1.9.0),
16 python3-six,
1717 Standards-Version: 4.4.1
1818 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-pyeclib
1919 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-pyeclib.git
2222 Package: python3-pyeclib
2323 Architecture: any
2424 Depends:
25 python3-six (>= 1.9.0),
25 python3-six,
2626 ${misc:Depends},
2727 ${python3:Depends},
2828 ${shlibs:Depends},