diff options
| author | Alexandre Detiste <tchet@debian.org> | 2026-07-04 20:53:16 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2026-07-04 22:45:45 +0000 |
| commit | 3f94c4d0a6cb746fecdc19afe68a6dfc684b6a13 (patch) | |
| tree | b31df61156d448e34245f7cfd334b801be3d7dfd | |
| parent | 210f4f72824dfc5006d362100a07760dcc346509 (diff) | |
3.0.1-3 (patches unapplied)HEADimport/3.0.1-3ubuntu/stonking-proposedubuntu/stonking-develubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
* Add debian/salsa-ci.yml
* Bump Standards-Version to 4.7.4, drop Priority: tag
* Rewrite d/watch in v5 format
* Mark python3-astroid & python3-pytest build-deps as <!nocheck>
* Set upstream metadata fields: Documentation.
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 7 | ||||
| -rw-r--r-- | debian/salsa-ci.yml | 16 | ||||
| -rw-r--r-- | debian/upstream/metadata | 1 | ||||
| -rw-r--r-- | debian/watch | 8 |
5 files changed, 36 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index a481c11..6597b1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python-asttokens (3.0.1-3) unstable; urgency=medium + + * Team upload. + * Add debian/salsa-ci.yml + * Bump Standards-Version to 4.7.4, drop Priority: tag + * Rewrite d/watch in v5 format + * Mark python3-astroid & python3-pytest build-deps as <!nocheck> + * Set upstream metadata fields: Documentation. + + -- Alexandre Detiste <tchet@debian.org> Sat, 04 Jul 2026 20:53:16 +0200 + python-asttokens (3.0.1-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index b64a9cc..a860880 100644 --- a/debian/control +++ b/debian/control @@ -3,18 +3,17 @@ Maintainer: Debian Python Team <team+python@tracker.debian.org> Uploaders: Dominik George <natureshadow@debian.org>, Section: python -Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, - python3-astroid, - python3-pytest, + python3-astroid <!nocheck>, + python3-pytest <!nocheck>, python3-setuptools, python3-setuptools-scm, python3-wheel, -Standards-Version: 4.7.2 +Standards-Version: 4.7.4 Homepage: https://github.com/gristlabs/asttokens Testsuite: autopkgtest-pkg-pybuild Vcs-Git: https://salsa.debian.org/python-team/packages/python-asttokens.git diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..0e848f1 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,16 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_DISABLE_BLHC: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 + SALSA_CI_ENABLE_BUILD_PACKAGE_PROFILES: 1 + +test-build-profiles: + extends: .test-build-package-profiles + parallel: + matrix: + - BUILD_PROFILES: nocheck +# - BUILD_PROFILES: nodoc diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 95214d6..a327eed 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,5 +1,6 @@ --- Bug-Database: https://github.com/gristlabs/asttokens/issues Bug-Submit: https://github.com/gristlabs/asttokens/issues/new +Documentation: https://asttokens.readthedocs.io/en/latest/index.html Repository: https://github.com/gristlabs/asttokens.git Repository-Browse: https://github.com/gristlabs/asttokens diff --git a/debian/watch b/debian/watch index 07aab1e..debe9fa 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,5 @@ -version=4 -opts="uversionmangle=s/(rc|a|b|c)/~$1/" \ -https://pypi.debian.net/asttokens/asttokens@ANY_VERSION@@ARCHIVE_EXT@ +Version: 5 + +Source: https://pypi.debian.net/asttokens/ +Matching-Pattern: asttokens@ANY_VERSION@@ARCHIVE_EXT@ +Uversionmangle: s/(rc|a|b|c)/~$1/ |
