Antonio Valentino pushed to branch master at Debian GIS Project / pystac
Commits: d07d7d73 by Antonio Valentino at 2023-09-30T16:34:05+00:00 Disable tests requiring unavailable packages - - - - - 817d3845 by Antonio Valentino at 2023-09-30T16:35:05+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -pystac (1.8.4-1) UNRELEASED; urgency=medium +pystac (1.8.4-1) unstable; urgency=medium [ Antonio Valentino ] * New upstream release. @@ -11,7 +11,7 @@ pystac (1.8.4-1) UNRELEASED; urgency=medium [ Bas Couwenberg ] * Switch to dh-sequence-*. - -- Antonio Valentino <[email protected]> Sat, 19 Aug 2023 19:19:19 +0000 + -- Antonio Valentino <[email protected]> Sat, 30 Sep 2023 16:34:40 +0000 pystac (1.8.3-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -47,7 +47,11 @@ and not SatTest \ and not ViewTest \ and not TimestampsTest \ and not AssetStorageExtensionTest \ -and not ProjectionTest" +and not ProjectionTest \ +and not test_multiple_extents \ +and not test_null_datetime \ +and not test_null_datetime_constructor \ +and not test_relative_extension_path" %: dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac/-/compare/8add215637a13dc4385bf9d14081726349f6c754...817d3845eec3cfb5533b9f2c609fce0bef1301e1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac/-/compare/8add215637a13dc4385bf9d14081726349f6c754...817d3845eec3cfb5533b9f2c609fce0bef1301e1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
