pythondistdeps.py: Compare extras as lowercase
- New test sources tarball with added test data
This commit is contained in:
parent
103464475f
commit
b44c808358
6 changed files with 62 additions and 1 deletions
|
|
@ -1118,6 +1118,40 @@
|
|||
python3dist(backports-range) = 3.7.2
|
||||
python3dist(backports.range) = 3.7.2
|
||||
requires: python(abi) = 3.7
|
||||
--requires --normalized-names-format pep503 --package-name python3-dns+DNSSEC:
|
||||
--provides --majorver-provides --normalized-names-format pep503 --package-name python3-dns+DNSSEC:
|
||||
usr/lib/python3.9/site-packages/dnspython-2.1.0-py3.9.egg-info:
|
||||
provides: |-
|
||||
python3.9dist(dnspython[dnssec]) = 2.1
|
||||
python3dist(dnspython[dnssec]) = 2.1
|
||||
requires: |-
|
||||
python(abi) = 3.9
|
||||
python3.9dist(cryptography) >= 2.6
|
||||
--requires --normalized-names-format pep503 --package-name python3-dns+Dnssec:
|
||||
--provides --majorver-provides --normalized-names-format pep503 --package-name python3-dns+Dnssec:
|
||||
usr/lib/python3.9/site-packages/dnspython-2.1.0-py3.9.egg-info:
|
||||
provides: |-
|
||||
python3.9dist(dnspython[dnssec]) = 2.1
|
||||
python3dist(dnspython[dnssec]) = 2.1
|
||||
requires: |-
|
||||
python(abi) = 3.9
|
||||
python3.9dist(cryptography) >= 2.6
|
||||
--requires --normalized-names-format pep503 --package-name python3-dns+dnssec:
|
||||
--provides --majorver-provides --normalized-names-format pep503 --package-name python3-dns+dnssec:
|
||||
usr/lib/python3.9/site-packages/dnspython-2.1.0-py3.9.egg-info:
|
||||
provides: |-
|
||||
python3.9dist(dnspython[dnssec]) = 2.1
|
||||
python3dist(dnspython[dnssec]) = 2.1
|
||||
requires: |-
|
||||
python(abi) = 3.9
|
||||
python3.9dist(cryptography) >= 2.6
|
||||
usr/lib/python3.9/site-packages/dnspython-2.1.0.dist-info:
|
||||
provides: |-
|
||||
python3.9dist(dnspython[dnssec]) = 2.1
|
||||
python3dist(dnspython[dnssec]) = 2.1
|
||||
requires: |-
|
||||
python(abi) = 3.9
|
||||
python3.9dist(cryptography) >= 2.6
|
||||
--requires --normalized-names-format pep503 --package-name python3-setuptools+certs:
|
||||
--provides --majorver-provides --normalized-names-format pep503 --package-name python3-setuptools+certs:
|
||||
usr/lib/python3.9/site-packages/setuptools-41.6.0.dist-info:
|
||||
|
|
|
|||
|
|
@ -95,3 +95,8 @@ fsleyes:
|
|||
taskotron-python-versions:
|
||||
wheel:
|
||||
'0.1.dev6': ['3.9']
|
||||
dnspython:
|
||||
sdist:
|
||||
'2.1.0': ['3.9']
|
||||
wheel:
|
||||
'2.1.0': ['3.9']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue