From 8c2bd14c181d8b959fba19343a9ebed3cad95830 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Oct 05 2023 14:35:25 +0000 Subject: Update to 2.5.0 --- diff --git a/.gitignore b/.gitignore index 631bcc0..b4afe07 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /pynwb-2.0.0.tar.gz /pynwb-2.1.0.tar.gz /pynwb-2.3.3.tar.gz +/pynwb-2.5.0.tar.gz diff --git a/python-pynwb.spec b/python-pynwb.spec index fe6ddf8..0871252 100644 --- a/python-pynwb.spec +++ b/python-pynwb.spec @@ -1,22 +1,24 @@ # backwards compatibility tests -%bcond test_backwards 1 +%bcond test_backwards 1 # example tests -%bcond test_example 1 +%bcond test_example 1 # example tests with ros3 streaming # Internet access required (automatically disabled without it) -%bcond test_example_ros3 0 +%bcond test_example_ros3 0 # integration tests -%bcond test_integration 1 +%bcond test_integration 1 # unit tests for pynwb package -%bcond test_pynwb 1 +%bcond test_pynwb 1 # ros3 streaming tests # Internet access required (automatically disabled without it) -%bcond test_ros3 0 +%bcond test_ros3 0 # example tests and validation tests on example NWB files -%bcond test_validation 0 +%bcond test_validate_examples 0 +# tests on pynwb.validate +%bcond test_validation_module 1 Name: python-pynwb -Version: 2.3.3 +Version: 2.5.0 Release: %autorelease Summary: Package for working with Neurodata stored in the NWB format @@ -112,8 +114,11 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' '%{python3}' ./test.py \ %if %{with test_ros3} --ros3 \ %endif -%if %{with test_validation} - --validation \ +%if %{with test_validate_examples} + --validate-examples \ +%endif +%if %{with test_validation_module} + --validation-module \ %endif --verbose diff --git a/sources b/sources index ccd34d6..4c654d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pynwb-2.3.3.tar.gz) = 07382943f82e4c6cadce1314edf2c0e5c1a0d9d0684fe8af96d8796f8e6682913ced2bb70ba8797e432435f0751459640bb0a2e684f06a81ebb66b028c7e469c +SHA512 (pynwb-2.5.0.tar.gz) = cad84e3ac6c3c67c3c28e3c3ec44402bfc94c4cf988fbe64ddfa461a67115398b24bb9bcac1bd00933e1b63d73048d9b20ec6cd736a51d9f2c7bf4d294edb261