[Git][debian-gis-team/jsonpath-ng][master] 4 commits: Fix warnings
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Thu Feb 26 07:10:26 GMT 2026
Antonio Valentino pushed to branch master at Debian GIS Project / jsonpath-ng
Commits:
da101d87 by Antonio Valentino at 2026-02-26T07:09:46+00:00
Fix warnings
- - - - -
7ffe373c by Antonio Valentino at 2026-02-26T07:09:46+00:00
Re-enable all tests
- - - - -
7642c5a6 by Antonio Valentino at 2026-02-26T07:09:46+00:00
Add dependency on python3-hypothesis
- - - - -
e40935e8 by Antonio Valentino at 2026-02-26T07:09:46+00:00
Set distribution to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-jsonpath-ng (1.8.0-1) UNRELEASED; urgency=medium
+jsonpath-ng (1.8.0-1) unstable; urgency=medium
[ Antonio Valentino ]
* debian/watch:
@@ -7,14 +7,18 @@ jsonpath-ng (1.8.0-1) UNRELEASED; urgency=medium
* Update d/copyright.
* debian/control:
- Drop dependency on python3-ply.
+ - Add dependency on python3-hypothesis.
* Add d/clean file.
+ * debian/riles:
+ - Clean the build direcctory to suppress warnings.
+ - Re-enable all tests.
[ Bas Couwenberg ]
* Drop Priority: optional, default since dpkg 1.22.13.
* Bump Standards-Version to 4.7.3, changes: priority.
* Add python3-hypothesis to build dependencies.
- -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 15 Nov 2025 18:33:27 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 26 Feb 2026 07:04:10 +0000
jsonpath-ng (1.7.0-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
python3-all,
+ python3-hypothesis <!nocheck>,
python3-pytest <!nocheck>,
python3-hypothesis <!nocheck>,
python3-setuptools
=====================================
debian/rules
=====================================
@@ -1,8 +1,7 @@
#! /usr/bin/make -f
export PYBUILD_NAME=jsonpath-ng
-export PYBUILD_TEST_ARGS=-k "not test_fields_value"
-export PYBUILD_AFTER_TEST=rm -vf {build_dir}/jsonpath_ng/parser.out
+export PYBUILD_AFTER_TEST=${RM} -rv {build_dir}/jsonpath_ng/parser.out {build_dir}/.hypothesis {build_dir}/.pytest_cache
%:
dh $@ --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/debian-gis-team/jsonpath-ng/-/compare/481e9db6c79875c25a576bc88c809f7f527b1859...e40935e88482e0f3b0f81cc425c3cdd1521dfcfe
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/jsonpath-ng/-/compare/481e9db6c79875c25a576bc88c809f7f527b1859...e40935e88482e0f3b0f81cc425c3cdd1521dfcfe
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260226/6ffbb484/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list