[Git][debian-gis-team/stac-validator][master] 3 commits: Update dates in d/copyright

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Wed Feb 14 07:20:56 GMT 2024



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 <sebastic at debian.org>  Wed, 14 Feb 2024 06:07:33 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  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 <antonio.valentino at tiscali.it>
+Copyright: 2023-2024, Antonio Valentino <antonio.valentino at tiscali.it>
 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240214/25a393ba/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list