[Git][debian-gis-team/netcdf4-python][upstream] New upstream version 1.5.5.1

Bas Couwenberg gitlab at salsa.debian.org
Sat Dec 19 05:47:52 GMT 2020



Bas Couwenberg pushed to branch upstream at Debian GIS Project / netcdf4-python


Commits:
b8b5162b by Bas Couwenberg at 2020-12-19T06:35:52+01:00
New upstream version 1.5.5.1
- - - - -


5 changed files:

- Changelog
- README.md
- checkversion.py
- netCDF4/_netCDF4.pyx
- setup.py


Changes:

=====================================
Changelog
=====================================
@@ -1,3 +1,7 @@
+ version 1.5.5.1 (tag v1.5.5.1rel)
+==================================
+ * rebuild binary wheels for linux and OSX to link netcdf-c 4.7.4 and hdf5 1.12.0.
+
  version 1.5.5 (tag v1.5.5rel)
 ==============================
  * have setup.py always try use nc-config first to find paths to netcdf and


=====================================
README.md
=====================================
@@ -10,12 +10,16 @@
 ## News
 For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog).
 
-12/01/2020: Version [1.5.5](https://pypi.python.org/pypi/netCDF4/1.5.5) released]. Update license wording to be consistent with MIT license. 
+12/20/2020: Version [1.5.5.1](https://pypi.python.org/pypi/netCDF4/1.5.5.1) released.
+Updated binary wheels for OSX and linux that link latest netcdf-c and hdf5 libs.
 
-07/23/2020: Version [1.5.4](https://pypi.python.org/pypi/netCDF4/1.5.4) released]. Now requires 
-numpy >= 1.9.
+12/01/2020: Version [1.5.5](https://pypi.python.org/pypi/netCDF4/1.5.5) released.
+Update license wording to be consistent with MIT license. 
+
+07/23/2020: Version [1.5.4](https://pypi.python.org/pypi/netCDF4/1.5.4) released. 
+Now requires numpy >= 1.9.
  
-10/27/2019: Version [1.5.3](https://pypi.python.org/pypi/netCDF4/1.5.3) released]. Fix for
+10/27/2019: Version [1.5.3](https://pypi.python.org/pypi/netCDF4/1.5.3) released. Fix for
 [issue #972](https://github.com/Unidata/netcdf4-python/issues/972), plus binary wheels for
 python 3.8.
 


=====================================
checkversion.py
=====================================
@@ -1,5 +1,5 @@
-import netCDF4, sys, numpy
-sys.stdout.write('netcdf4-python version: %s\n'%netCDF4.__version__)
-sys.stdout.write('HDF5 lib version:       %s\n'%netCDF4.__hdf5libversion__)
-sys.stdout.write('netcdf lib version:     %s\n'%netCDF4.__netcdf4libversion__)
-sys.stdout.write('numpy version           %s\n' % numpy.__version__)
+import netCDF4, numpy
+print('netcdf4-python version: %s'%netCDF4.__version__)
+print('HDF5 lib version:       %s'%netCDF4.__hdf5libversion__)
+print('netcdf lib version:     %s'%netCDF4.__netcdf4libversion__)
+print('numpy version           %s' % numpy.__version__)


=====================================
netCDF4/_netCDF4.pyx
=====================================
@@ -1,5 +1,5 @@
 """
-Version 1.5.5
+Version 1.5.5.1
 ---------------
 - - -
 
@@ -1204,7 +1204,7 @@ except ImportError:
     # python3: zip is already python2's itertools.izip
     pass
 
-__version__ = "1.5.5"
+__version__ = "1.5.5.1"
 
 # Initialize numpy
 import posixpath


=====================================
setup.py
=====================================
@@ -610,7 +610,7 @@ else:
 
 setup(name="netCDF4",
       cmdclass=cmdclass,
-      version="1.5.5",
+      version="1.5.5.1",
       long_description="netCDF version 4 has many features not found in earlier versions of the library, such as hierarchical groups, zlib compression, multiple unlimited dimensions, and new data types.  It is implemented on top of HDF5.  This module implements most of the new features, and can read and write netCDF files compatible with older versions of the library.  The API is modelled after Scientific.IO.NetCDF, and should be familiar to users of that module.\n\nThis project is hosted on a `GitHub repository <https://github.com/Unidata/netcdf4-python>`_ where you may access the most up-to-date source.",
       author="Jeff Whitaker",
       author_email="jeffrey.s.whitaker at noaa.gov",



View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/-/commit/b8b5162b53a23424cbbcbce73b01111e758205c3

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/-/commit/b8b5162b53a23424cbbcbce73b01111e758205c3
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20201219/d031d9cb/attachment-0001.html>


More information about the Pkg-grass-devel mailing list