Antonio Valentino pushed to branch master at Debian GIS Project / stac-validator
Commits: 8cf340eb by Antonio Valentino at 2024-02-14T06:53:30+00:00 Update dates in d/copyright - - - - - a8043e9a by Antonio Valentino at 2024-02-14T07:13:19+00:00 Enable tests - - - - - b5ad0822 by Antonio Valentino at 2024-02-14T07:14:29+00:00 Set distribution to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,6 @@ -stac-validator (3.3.2+ds-1) UNRELEASED; urgency=medium +stac-validator (3.3.2+ds-1) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Initial release (Closes: #1050129). - -- Bas Couwenberg <[email protected]> Wed, 14 Feb 2024 06:07:33 +0100 + -- Antonio Valentino <[email protected]> Wed, 14 Feb 2024 07:14:00 +0000 ===================================== debian/control ===================================== @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13), python3-all, python3-click, python3-jsonschema, + python3-pytest, python3-requests, python3-setuptools Standards-Version: 4.6.2 ===================================== debian/copyright ===================================== @@ -67,7 +67,7 @@ Copyright: 2019, Sparkgeo License: PDDL-1.0 Files: debian/* -Copyright: 2023, Antonio Valentino <[email protected]> +Copyright: 2023-2024, Antonio Valentino <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/rules ===================================== @@ -1,6 +1,57 @@ #!/usr/bin/make -f -export PYBUILD_DISABLE=test +export PYBUILD_TEST_ARGS=\ +-k "not test_assets_v090 \ +and not test_assets_v100 \ +and not test_assets_on_collection_without_assets_ok \ +and not test_core_item_local_v080 \ +and not test_core_collection_remote_v090 \ +and not test_core_item_local_v090 \ +and not test_core_item_local_extensions_v090 \ +and not test_core_bad_item_local_v090 \ +and not test_core_v1beta1 \ +and not test_core_item_local_v1beta2 \ +and not test_core_item_local_v1rc1 \ +and not test_core_collection_local_v1rc1 \ +and not test_core_item_local_v100 \ +and not test_custom_item_remote_schema_v080 \ +and not test_custom_item_remote_schema_v090 \ +and not test_custom_item_local_schema_v090 \ +and not test_custom_bad_item_remote_schema_v090 \ +and not test_custom_item_remote_schema_v1rc2 \ +and not test_custom_proj_error_v1rc2 \ +and not test_default_v070 \ +and not test_default_v090 \ +and not test_default_v1beta1 \ +and not test_default_proj_v1b2 \ +and not test_default_simple_v1rc2 \ +and not test_default_extended_v1rc2 \ +and not test_default_catalog_v1rc2 \ +and not test_v090 \ +and not test_v1beta1 \ +and not test_v1beta2 \ +and not test_remote_v1rc3 \ +and not test_remote_v1rc4 \ +and not test_catalog_v1rc2 \ +and not test_item_v100 \ +and not test_poorly_formatted_v090 \ +and not test_item_v100 \ +and not test_recursive_lvl_3_v070 \ +and not test_recursive_local_v090 \ +and not test_recursive_v1beta1 \ +and not test_recursive_v1beta2 \ +and not test_recursion_collection_local_v1rc1 \ +and not test_recursion_collection_local_v1rc2 \ +and not test_recursion_collection_local_2_v1rc2 \ +and not test_recursion_without_max_depth \ +and not test_recursion_with_bad_item \ +and not test_recursion_with_missing_collection_link \ +and not test_false_sys_exit_error_python \ +and not test_validate_dict_catalog_v1rc2 \ +and not test_validate_item_collection_in_memory \ +and not test_validate_item_collection_remote \ +and not test_validate_item_collection_remote_pages" \ +-v $(CURDIR)/tests %: dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/stac-validator/-/compare/e4df521f211945b05836b09a19ad9ba4728ecfa1...b5ad08225d5a99b50a07a5704e1fc1721ed84cae -- View it on GitLab: https://salsa.debian.org/debian-gis-team/stac-validator/-/compare/e4df521f211945b05836b09a19ad9ba4728ecfa1...b5ad08225d5a99b50a07a5704e1fc1721ed84cae 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
