Alexandre Detiste pushed to branch master at Debian Med / python-pyarrow
Commits: 5f307789 by Alexandre Detiste at 2024-05-26T16:32:00+02:00 use new dh-sequence-python3 - - - - - 23e02380 by Alexandre Detiste at 2024-05-26T16:32:34+02:00 huge version bump - - - - - 35f57e6c by Alexandre Detiste at 2024-05-26T16:33:25+02:00 lazy fixture is dead - - - - - 62389035 by Alexandre Detiste at 2025-08-01T21:08:24+02:00 replace obsolete pkg-config with pkgconf - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -python-pyarrow (0.17.1-1) UNRELEASED; urgency=medium +python-pyarrow (16.1.0-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) TODO: Needs ===================================== debian/control ===================================== @@ -5,10 +5,10 @@ Uploaders: Andreas Tille <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, cmake, cython3, - pkg-config, + pkgconf, python3-setuptools, python3-all-dev, python3-setuptools-scm, @@ -18,7 +18,6 @@ Build-Depends: debhelper-compat (= 13), python3-pandas <!nocheck>, # python3-pickle5 <!nocheck>, python3-pytest <!nocheck>, - python3-pytest-lazy-fixture <!nocheck>, python3-tz <!nocheck> Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/python-pyarrow ===================================== debian/rules ===================================== @@ -20,7 +20,7 @@ include /usr/share/dpkg/default.mk # export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild # FIXME: Workaround strange failure in auto_clean override_dh_auto_clean: View it on GitLab: https://salsa.debian.org/med-team/python-pyarrow/-/compare/2a3cd40dadf60f399185f9deb7649d2e039602a1...623890359e08bf972a7ca47d67c2552d897177ab -- View it on GitLab: https://salsa.debian.org/med-team/python-pyarrow/-/compare/2a3cd40dadf60f399185f9deb7649d2e039602a1...623890359e08bf972a7ca47d67c2552d897177ab You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
