diff options
author | cos <cos> | 2024-04-20 10:08:13 +0200 |
---|---|---|
committer | cos <cos> | 2024-04-20 10:12:35 +0200 |
commit | 9d0c7ef4dc8d7f3bea3ff70c977a87d154316a26 (patch) | |
tree | 7e3797bdd2403982f4a351608d9633c910aadc12 /test/sanity/code-smell/package-data.requirements.txt | |
parent | c224b4bf4a6538c3ddc5cb762367c0d53462fa12 (diff) | |
download | debian-ansible-core-upstream/second-failed-recreation-attempt.zip |
Recreate upstream branch stateupstream/second-failed-recreation-attempt
Work around that version control is behind the actual package version in
trixie. As is obvious from the lacking commits in the salsa repository
and also visible on https://tracker.debian.org/pkg/ansible-core with the
report from vcswatch stating: VCS repository is not up to date.
This commit was generated using `gbp import-dsc`, which should hopefully
have made it a squashed representation on the same set of changes on the
uploader's unpushed git tree.
Diffstat (limited to 'test/sanity/code-smell/package-data.requirements.txt')
-rw-r--r-- | test/sanity/code-smell/package-data.requirements.txt | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/test/sanity/code-smell/package-data.requirements.txt b/test/sanity/code-smell/package-data.requirements.txt index ce0fb9cf..b66079d0 100644 --- a/test/sanity/code-smell/package-data.requirements.txt +++ b/test/sanity/code-smell/package-data.requirements.txt @@ -1,17 +1,18 @@ # edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data -antsibull-changelog==0.23.0 -build==1.0.3 -docutils==0.18.1 +# pre-build requirement: pyyaml == 6.0 +# pre-build constraint: Cython < 3.0 +antsibull-changelog==0.16.0 +build==0.10.0 +docutils==0.17.1 Jinja2==3.1.2 -MarkupSafe==2.1.3 -packaging==23.2 +MarkupSafe==2.1.1 +packaging==21.3 pyproject_hooks==1.0.0 -PyYAML==6.0.1 -resolvelib==1.0.1 -rstcheck==5.0.0 +pyparsing==3.0.9 +PyYAML==6.0 +resolvelib==0.8.1 +rstcheck==3.5.0 semantic-version==2.10.0 -setuptools==66.1.0 +setuptools==45.2.0 tomli==2.0.1 -types-docutils==0.18.3 -typing_extensions==4.8.0 -wheel==0.41.2 +wheel==0.41.0 |