diff --git a/bids-validator-1.13.1.tar.gz b/bids-validator-1.13.1.tar.gz deleted file mode 100644 index 0abb55fd8d3f29bfdf7735b3553c74be865e0035..0000000000000000000000000000000000000000 Binary files a/bids-validator-1.13.1.tar.gz and /dev/null differ diff --git a/bids_validator-1.14.6.tar.gz b/bids_validator-1.14.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3f2ea5a76d6c7193469c22155130ef90695fe42b Binary files /dev/null and b/bids_validator-1.14.6.tar.gz differ diff --git a/python-bids-validator.spec b/python-bids-validator.spec index a569e8e38d0a10683b58a2383747773d54b6155d..b1113c813e8f59d6be95cd5ca56e2242423b9598 100644 --- a/python-bids-validator.spec +++ b/python-bids-validator.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bids-validator -Version: 1.13.1 +Version: 1.14.6 Release: 1 Summary: Validator for the Brain Imaging Data Structure License: MIT URL: https://github.com/bids-standard/bids-validator -Source0: https://files.pythonhosted.org/packages/ad/1f/86f2050f7146a5c72476ef29308ce9d6046fa9aafffae35f86d4c6d27f9f/bids-validator-1.13.1.tar.gz +Source0: https://files.pythonhosted.org/packages/76/3e/340bbc48508e9de0cc68d26b38dad5d3acb7431791c5d15c51022d259d48/bids_validator-1.14.6.tar.gz BuildArch: noarch %description @@ -15,7 +15,7 @@ Validator for the Brain Imaging Data Structure Summary: Validator for the Brain Imaging Data Structure Provides: python-bids-validator = %{version}-%{release} BuildRequires: python3-devel -BuildRequires: python3-setuptools +BuildRequires: python3-setuptools python3-versioneer %description -n python3-bids-validator Validator for the Brain Imaging Data Structure @@ -26,7 +26,7 @@ Provides: python3-bids-validator-doc Validator for the Brain Imaging Data Structure %prep -%autosetup -n bids-validator-%{version} +%autosetup -n bids_validator-%{version} %build %py3_build @@ -69,6 +69,29 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 15 2024 zhaoshuang - 1.14.6-1 +- Update package to version 1.14.6 + chore: Remove schema experiment from legacy validator + fix(schema): Fix relative import path "ignore" not prefixed error for standalone builds + fix: Preserve key properties when using spread to copy BIDSFile objects in browser environments + FIX: Load JSON contents into context eagerly by @effigies + have exists return false on bids-uri check if string doesn't start with 'bids:' + fix: Set deno validator exit code on errors + Pass on multiple rules.files matches from filenameIdentify to filenameValidate. + Have filenameIdentify use datasetContext to determine which filename rules to use. + ci: Replace web validator with schema version and link to subdirectory build of the legacy validator + Fix exists for derivative paths in raw datasets. + Use /usr/bin/env not /bin/env as a more portable (present on OSX) + fix(expressions): Make FileTree.contains() return true for directories + FIX: Start file count at 0 + CI: Update submodules in the usual way + feat(legacy): Check for required fields in PET sidecars. + chore(deps): bump bids-validator/spec + fix(legacy): Add missing top-level rule for UNIT1 sidecars + [js] Update all npm dependencies + [js] Update hed-validator 3.13.4 → 3.13.5 (patch) + chore(deps): bump ejs from 3.1.9 to 3.1.10 + * Mon Jun 19 2023 jiangxinyu - 1.13.1-1 - Update package to version 1.13.1