[Git][debian-gis-team/flox][master] 5 commits: Use <!nocheck> marker in d/control
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Aug 13 20:57:47 BST 2023
Antonio Valentino pushed to branch master at Debian GIS Project / flox
Commits:
d382666b by Antonio Valentino at 2023-08-13T19:25:05+00:00
Use <!nocheck> marker in d/control
- - - - -
e655eac0 by Antonio Valentino at 2023-08-13T19:25:12+00:00
Add build-dependency on python3-cachey
- - - - -
1a427128 by Antonio Valentino at 2023-08-13T19:29:08+00:00
Switch to autopkgtest-pkg-pybuild
- - - - -
8086e1b4 by Antonio Valentino at 2023-08-13T19:44:55+00:00
New d/python3-flox.lintian-overrides
- - - - -
b8f807cc by Antonio Valentino at 2023-08-13T19:57:19+00:00
Set distribution to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/tests/control
- − debian/tests/python3
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,18 @@
-flox (0.7.2-2) UNRELEASED; urgency=medium
+flox (0.7.2-2) unstable; urgency=medium
- * Team upload.
+ [ Bas Couwenberg ]
* Remove generated files in clean target.
(closes: #1045005)
- -- Bas Couwenberg <sebastic at debian.org> Sat, 12 Aug 2023 10:28:10 +0200
+ [ Antonio Valentino ]
+ * debian/control:
+ - use <!nocheck> marker
+ - add build-dependency on python3-cachey.
+ * Switch to autopkgtest-pkg-pybuild and remove the
+ no longer needed d/tests folder.
+ * New d/python3-flox.lintian-overrides.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 13 Aug 2023 19:56:54 +0000
flox (0.7.2-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -4,18 +4,19 @@ Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Rules-Requires-Root: no
-Testsuite: autopkgtest-pkg-python
+Testsuite: autopkgtest-pkg-pybuild
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
+ python3-cachey,
python3-dask,
python3-numpy,
python3-numpy-groupies (>= 0.9.19),
- python3-netcdf4,
+ python3-netcdf4 <!nocheck>,
python3-packaging,
python3-pandas,
- python3-pytest,
+ python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-toolz,
=====================================
debian/tests/control deleted
=====================================
@@ -1,3 +0,0 @@
-Tests: python3
-Depends: @, python3-all, python3-pytest, python3-netcdf4, python3-dask, python3-xarray
-Restrictions: skippable
=====================================
debian/tests/python3 deleted
=====================================
@@ -1,26 +0,0 @@
-#!/bin/sh
-set -efu
-
-# Skip tests on problematic architectures
-ARCH="$(dpkg-architecture -qDEB_BUILD_ARCH)"
-
-if [ "${ARCH}" = "armel" -o "${ARCH}" = "armhf" -o "${ARCH}" = "i386" ]
-then
- echo "Skipping tests on problematic architectures"
- exit 77
-fi
-
-PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
-TESTPKG=${TESTPKG:-flox}
-TESTDIR=${PWD}/tests
-cd "$AUTOPKGTEST_TMP"
-
-for py in $PYS; do
- echo "=== $py ==="
- $py -m pytest -k "not test_xarray_resample \
-and not test_xarray_reduce_single_grouper \
-and not test_func_is_aggregation \
-and not test_groupby_bins_indexed_coordinate \
-and not test_multi_index_groupby_sum" \
-${TESTDIR} 2>&1
-done
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/c35aaf2d4a4e6b664c58e4c3d855d9aa714bd866...b8f807cc0c801d44ac1b3de3873b741342d270a7
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/c35aaf2d4a4e6b664c58e4c3d855d9aa714bd866...b8f807cc0c801d44ac1b3de3873b741342d270a7
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/20230813/25cc9e66/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list