[netcdf4-python] Update to 1.1.4

Orion Poplawski orion at fedoraproject.org
Sun Feb 22 03:10:48 UTC 2015


commit f016c5b4e3e30a2c843e0d68ba9e77d796ab9396
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat Feb 21 20:10:46 2015 -0700

    Update to 1.1.4

 .gitignore                   |  1 +
 netcdf4-python-norpath.patch | 10 +++++-----
 netcdf4-python.spec          |  5 ++++-
 sources                      |  2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c0fe62..5039d20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /netcdf4-python-1.0.9-92c0a1c.tar.gz
 /netcdf4-python-1.1.0-26cdeda.tar.gz
 /netcdf4-python-1.1.3.tar.gz
+/netcdf4-python-1.1.4.tar.gz
diff --git a/netcdf4-python-norpath.patch b/netcdf4-python-norpath.patch
index 46fea39..5d451bd 100644
--- a/netcdf4-python-norpath.patch
+++ b/netcdf4-python-norpath.patch
@@ -1,6 +1,6 @@
-diff -up netcdf4-python-1.1.3rel/setup.py.norpath netcdf4-python-1.1.3rel/setup.py
---- netcdf4-python-1.1.3rel/setup.py.norpath	2014-12-21 20:35:18.536765054 -0700
-+++ netcdf4-python-1.1.3rel/setup.py	2014-12-21 20:36:01.689592389 -0700
+diff -up netcdf4-python-1.1.4rel/setup.py.norpath netcdf4-python-1.1.4rel/setup.py
+--- netcdf4-python-1.1.4rel/setup.py.norpath	2015-02-19 19:37:30.000000000 -0700
++++ netcdf4-python-1.1.4rel/setup.py	2015-02-21 20:07:31.075705534 -0700
 @@ -313,7 +313,7 @@ else:
  if has_cython and 'sdist' not in sys.argv[1:]:
      sys.stdout.write('using Cython to compile netCDF4.pyx...\n')
@@ -9,8 +9,8 @@ diff -up netcdf4-python-1.1.3rel/setup.py.norpath netcdf4-python-1.1.3rel/setup.
 +    extensions = [Extension("netCDF4",["netCDF4.pyx"],libraries=libs,library_dirs=lib_dirs,include_dirs=inc_dirs),
                    Extension('netcdftime._datetime', ['netcdftime/_datetime.pyx'])]
      # remove netCDF4.c file if it exists, so cython will recompile netCDF4.pyx.
-     if len(sys.argv) >= 2 and 'build' in sys.argv[1:] and os.path.exists('netCDF4.c'):
-@@ -343,7 +343,7 @@ if has_cython and 'sdist' not in sys.arg
+     # run for build *and* install (issue #263). Otherwise 'pip install' will
+@@ -345,7 +345,7 @@ if has_cython and 'sdist' not in sys.arg
      cmdclass = {'build_ext': build_ext}
  else:
      # use existing netCDF4.c, don't need cython.
diff --git a/netcdf4-python.spec b/netcdf4-python.spec
index 4943737..1961216 100644
--- a/netcdf4-python.spec
+++ b/netcdf4-python.spec
@@ -7,7 +7,7 @@
 %global srcname distribute
 
 Name:           netcdf4-python
-Version:        1.1.3
+Version:        1.1.4
 Release:        1%{?dist}
 Summary:        Python/numpy interface to netCDF
 
@@ -158,6 +158,9 @@ PYTHONPATH=$(echo ../build/lib.*) python3 run_all.py
 
 
 %changelog
+* Sat Feb 21 2015 Orion Poplawski <orion at cora.nwra.com> - 1.1.4-1
+- Update to 1.1.4
+
 * Sun Dec 21 2014 Orion Poplawski <orion at cora.nwra.com> - 1.1.3-1
 - Update to 1.1.3
 
diff --git a/sources b/sources
index 04a7a2d..2e0e029 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ce650fbb2a7457d0a7f125b134edbe3  netcdf4-python-1.1.3.tar.gz
+1aec0b15058e5a14e767ab32aa65464e  netcdf4-python-1.1.4.tar.gz


More information about the scm-commits mailing list