From 2229e57a5b701efd8b89858cec9c7dcb1eb57e96 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 7 Apr 2023 03:40:27 +0000 Subject: automatic import of python-bids-validator --- .gitignore | 1 + python-bids-validator.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 6a18140..88859e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /bids-validator-1.10.0.tar.gz +/bids-validator-1.11.0.tar.gz diff --git a/python-bids-validator.spec b/python-bids-validator.spec index c01a2be..f5b7ee8 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.10.0 +Version: 1.11.0 Release: 1 Summary: Validator for the Brain Imaging Data Structure License: MIT URL: https://github.com/bids-standard/bids-validator -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/1a/49b54987bf00d2f4e1fcdb21e29de6c1f9bac6e6d796a4e1291476a92528/bids-validator-1.10.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4d/c1/7fc203a852ed221bf6e64b5a8a4d61cfa06225cb49bf9a894b889b1c768c/bids-validator-1.11.0.tar.gz BuildArch: noarch @@ -63,7 +63,7 @@ BuildArch: noarch 1. Install [Pip](https://pip.pypa.io/en/stable/installing/) package manager for Python, if not already installed. 1. From a terminal run `pip install bids_validator` to acquire the - [BIDS Validator PyPI package](https://pypi.org/project/bids-validator/) + [BIDS Validator PyPI package](https://pypi.org/project/bids-validator/) or `conda install bids-validator` for the [Conda package](https://anaconda.org/conda-forge/bids-validator). 1. Open a Python terminal and type: `python` @@ -554,7 +554,7 @@ BuildRequires: python3-pip 1. Install [Pip](https://pip.pypa.io/en/stable/installing/) package manager for Python, if not already installed. 1. From a terminal run `pip install bids_validator` to acquire the - [BIDS Validator PyPI package](https://pypi.org/project/bids-validator/) + [BIDS Validator PyPI package](https://pypi.org/project/bids-validator/) or `conda install bids-validator` for the [Conda package](https://anaconda.org/conda-forge/bids-validator). 1. Open a Python terminal and type: `python` @@ -1042,7 +1042,7 @@ Provides: python3-bids-validator-doc 1. Install [Pip](https://pip.pypa.io/en/stable/installing/) package manager for Python, if not already installed. 1. From a terminal run `pip install bids_validator` to acquire the - [BIDS Validator PyPI package](https://pypi.org/project/bids-validator/) + [BIDS Validator PyPI package](https://pypi.org/project/bids-validator/) or `conda install bids-validator` for the [Conda package](https://anaconda.org/conda-forge/bids-validator). 1. Open a Python terminal and type: `python` @@ -1474,7 +1474,7 @@ funded projects/grants: %prep -%autosetup -n bids-validator-1.10.0 +%autosetup -n bids-validator-1.11.0 %build %py3_build @@ -1514,5 +1514,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot - 1.10.0-1 +* Fri Apr 07 2023 Python_Bot - 1.11.0-1 - Package Spec generated diff --git a/sources b/sources index 27a111a..459d446 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -739b05c78655c10d12c0aa702fc0308d bids-validator-1.10.0.tar.gz +3af4508a74c6550b1157aab140e125db bids-validator-1.11.0.tar.gz -- cgit v1.2.3