diff --git a/ChangeLog b/ChangeLog index 12f9eab..e352b52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -122,7 +122,7 @@ New features Bug fixes --------- -* Delay import of h5py until needed (pr/889) (YOH, reviewed by CM) +* Delay import of h5py until neded (pr/889) (YOH, reviewed by CM) Maintenance ----------- @@ -168,7 +168,7 @@ Maintenance Bug fixes --------- * Attempt to find versioneer version when building docs (pr/894) (CM) -* Delay import of h5py until needed (backport of pr/889) (YOH, reviewed by CM) +* Delay import of h5py until neded (backport of pr/889) (YOH, reviewed by CM) Maintenance ----------- @@ -252,7 +252,7 @@ API changes and deprecations ---------------------------- * Fully remove deprecated ``checkwarns`` and ``minc`` modules. (pr/852) (CM) * The ``keep_file_open`` argument to file load operations and ``ArrayProxy``\s - no longer accepts the value ``"auto"``, raising a ``ValueError``. (pr/852) + no longer acccepts the value ``"auto"``, raising a ``ValueError``. (pr/852) (CM) * Deprecate ``ArraySequence.data`` in favor of ``ArraySequence.get_data()``, which will return a copy. ``ArraySequence.data`` now returns a read-only @@ -342,7 +342,7 @@ Bug fixes reviewed by PM) * Safer warning registry manipulation when checking for overflows (pr/753) (CM, reviewed by MB) -* Correctly write .annot files with duplicate labels (pr/763) (Richard Nemec +* Correctly write .annot files with duplicate lables (pr/763) (Richard Nemec with CM) Maintenance @@ -997,7 +997,7 @@ visiting the URL:: * Bugfix: Removed left-over print statement in extension code. * Bugfix: Prevent saving of bogus 'None.nii' images when the filename was previously assign, before calling NiftiImage.save() (Closes: #517920). -* Bugfix: Extension length was to short for all `edata` whose length matches +* Bugfix: Extension length was to short for all `edata` whos length matches n*16-8, for all integer n. 0.20090205.1 (Thu, 5 Feb 2009) @@ -1017,7 +1017,7 @@ visiting the URL:: automatically dumped into this extension. Embedded meta data is not loaded automatically, since this has security implications, because code from the file header is actually executed. - The documentation explicitly mentions this risk. + The documentation explicitely mentions this risk. * Added :class:`~nifti.extensions.NiftiExtensions`. This is a container-like handler to access and manipulate NIfTI1 header extensions. * Exposed :class:`~nifti.image.MemMappedNiftiImage` in the root module. @@ -1223,7 +1223,7 @@ visiting the URL:: * Does not depend on libfslio anymore. * Up to seven-dimensional dataset are supported (as much as NIfTI can do). * The complete NIfTI header dataset is modifiable. -* Most image properties are accessible via class attributes and accessor +* Most image properties are accessable via class attributes and accessor methods. * Improved documentation (but still a long way to go). diff --git a/Makefile b/Makefile index e56a7b6..08cbddd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-nibabel -URL = https://github.com/nipy/nibabel/archive/master.zip +URL = https://github.com/nipy/nibabel/archive/3.2.1/nibabel-3.2.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache index ee894ba..c0848e2 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,4 +1,3 @@ -1 +3.2.1 pypi(numpy) -pypi(packaging) -pypi(setuptools) \ No newline at end of file +pypi(packaging) \ No newline at end of file diff --git a/options.conf b/options.conf index 4bdaaf8..b9d5a6d 100644 --- a/options.conf +++ b/options.conf @@ -1,8 +1,8 @@ [package] name = pypi-nibabel -url = https://github.com/nipy/nibabel/archive/master.zip +url = https://github.com/nipy/nibabel/archive/3.2.1/nibabel-3.2.1.tar.gz archives = -giturl = +giturl = https://github.com/nipy/nibabel.git domain = alias = diff --git a/pypi-nibabel.spec b/pypi-nibabel.spec index 4206301..1460c2d 100644 --- a/pypi-nibabel.spec +++ b/pypi-nibabel.spec @@ -3,10 +3,11 @@ # Generated by: autospec.py # Name : pypi-nibabel -Version : 1 -Release : 1 -URL : https://github.com/nipy/nibabel/archive/master.zip -Source0 : https://github.com/nipy/nibabel/archive/master.zip +Version : 3.2.1 +Release : 2 +URL : https://github.com/nipy/nibabel/archive/3.2.1/nibabel-3.2.1.tar.gz +Source0 : https://github.com/nipy/nibabel/archive/3.2.1/nibabel-3.2.1.tar.gz +Source1 : https://github.com/nipy/nibabel/archive/master.zip Summary : Access a multitude of neuroimaging data formats Group : Development/Tools License : MIT @@ -18,16 +19,15 @@ BuildRequires : buildreq-distutils3 BuildRequires : pypi(numpy) BuildRequires : pypi(packaging) BuildRequires : pypi(py) -BuildRequires : pypi(setuptools) BuildRequires : pypi-pluggy BuildRequires : pypi-pytest BuildRequires : pypi-tox BuildRequires : pypi-virtualenv %description -These files implement NiBabel CI for GitHub actions. -The testing logic is implemented in tools/ci/*.sh, and these files adapt -the generic logic to the details of GH. +.. vim:syntax=rst +.. image:: https://codecov.io/gh/nipy/nibabel/branch/master/graph/badge.svg +:target: https://codecov.io/gh/nipy/nibabel %package bin Summary: bin components for the pypi-nibabel package. @@ -62,22 +62,23 @@ Requires: python3-core Provides: pypi(nibabel) Requires: pypi(numpy) Requires: pypi(packaging) -Requires: pypi(setuptools) %description python3 python3 components for the pypi-nibabel package. %prep -%setup -q -n nibabel-master -cd %{_builddir}/nibabel-master +%setup -q -n nibabel-3.2.1 +cd %{_builddir}/nibabel-3.2.1 +cd .. +%setup -q -T -n nibabel-master -b 1 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1642460593 +export SOURCE_DATE_EPOCH=1642522726 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -93,6 +94,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-nibabel +cp %{_builddir}/nibabel-3.2.1/COPYING %{buildroot}/usr/share/package-licenses/pypi-nibabel/9c0c415abfe603c9591ab70fa55f3c0f10cab417 cp %{_builddir}/nibabel-master/COPYING %{buildroot}/usr/share/package-licenses/pypi-nibabel/9c0c415abfe603c9591ab70fa55f3c0f10cab417 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- diff --git a/release b/release index d00491f..0cfbf08 100644 --- a/release +++ b/release @@ -1 +1 @@ -1 +2 diff --git a/upstream b/upstream index eab421f..998282e 100644 --- a/upstream +++ b/upstream @@ -1 +1,2 @@ +325432665d5765ef63e550e303886540bd09f779/nibabel-3.2.1.tar.gz f397d7dd3b9c800005462f07e54e427fe0404d79/master.zip diff --git a/versions b/versions index 8cef7cb..c7e4b86 100644 --- a/versions +++ b/versions @@ -1 +1,2 @@ 1 https://github.com/nipy/nibabel/archive/master.zip +3.2.1 https://github.com/nipy/nibabel/archive/3.2.1/nibabel-3.2.1.tar.gz