summaryrefslogtreecommitdiff
diff options
authorAlexandre Detiste <tchet@debian.org>2026-07-05 17:18:20 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2026-07-05 22:35:02 +0000
commit43f3f15271650bbb478495fe9ee4c351687a6ee7 (patch)
tree52eed77042e78a7985d624d2e28da561cbee08a6
parent2b0c145c3b8c65fe582674f7edc470ee55a435c4 (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team Upload * Salsa CI: test nocheck profile * Use dh-sequence-python3 * Bump Standards-Version to 4.7.4, drop Priority: tag * Rewrite d/watch in v5 format * Annotate python3-pytest as <!nocheck>
-rw-r--r--debian/changelog11
-rw-r--r--debian/control7
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/salsa-ci.yml16
-rw-r--r--debian/watch5
5 files changed, 33 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 4ec3927..b7fac59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+python-jmespath (1.0.1-2) unstable; urgency=medium
+
+ * Team Upload
+ * Salsa CI: test nocheck profile
+ * Use dh-sequence-python3
+ * Bump Standards-Version to 4.7.4, drop Priority: tag
+ * Rewrite d/watch in v5 format
+ * Annotate python3-pytest as <!nocheck>
+
+ -- Alexandre Detiste <tchet@debian.org> Sun, 05 Jul 2026 17:18:20 +0200
+
python-jmespath (1.0.1-1) unstable; urgency=medium
* New upstream version 1.0.1.
diff --git a/debian/control b/debian/control
index 58dceee..2904529 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,13 @@
Source: python-jmespath
Section: python
-Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13)
- , dh-python
+ , dh-sequence-python3
, python3-all
, python3-setuptools
- , python3-pytest
-Standards-Version: 4.6.1
+ , python3-pytest <!nocheck>
+Standards-Version: 4.7.4
Homepage: https://github.com/boto/jmespath
Vcs-Git: https://salsa.debian.org/python-team/packages/python-jmespath.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-jmespath
diff --git a/debian/rules b/debian/rules
index 6100a34..b261279 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,7 @@
export PYBUILD_NAME=jmespath
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
-override_dh_install:
- dh_install
+execute_after_dh_install:
rm -f $(CURDIR)/debian/python3-jmespath/usr/bin/jp.py
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 33c3a64..0e848f1 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -1,4 +1,16 @@
---
include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - 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/watch b/debian/watch
index 2cfc746..94b096a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=3
-https://pypi.debian.net/jmespath/jmespath-(.*).tar.gz
+Version: 5
+Source: https://pypi.debian.net/jmespath/
+Matching-Pattern: jmespath-(.*).tar.gz