Antonio Valentino pushed to branch master at Debian GIS Project / pystac-client
Commits: d429aad1 by Antonio Valentino at 2024-03-10T07:30:32+00:00 Fix incompatibility with old pytest - - - - - 368d96e8 by Antonio Valentino at 2024-03-10T07:30:51+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pystac-client (0.7.6-2) unstable; urgency=medium + + * debian/rules: + - Fix incompatibility with old pytest. + + -- Antonio Valentino <[email protected]> Sun, 10 Mar 2024 07:30:37 +0000 + pystac-client (0.7.6-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -35,7 +35,8 @@ and not test_query_json_syntax \ and not test_multiple_collections \ and not test_request_input \ and not test_str_input \ -and not test_timeout_smoke_test" +and not test_timeout_smoke_test \ +and not test_get_collections_without_conformance_fallsback_to_pystac" %: dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac-client/-/compare/aa2f210b71bc01ac37b2c49e72e6fe7fce0fbd7c...368d96e84b5fd7b5b199d0839d92f94af84089e2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac-client/-/compare/aa2f210b71bc01ac37b2c49e72e6fe7fce0fbd7c...368d96e84b5fd7b5b199d0839d92f94af84089e2 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
