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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 14 18:57:13 GMT 2019


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


Commits:
846a7822 by Bas Couwenberg at 2019-03-09T07:28:17Z
New upstream version 1.4.3.2
- - - - -


5 changed files:

- Changelog
- MANIFEST.in
- README.md
- netCDF4/_netCDF4.pyx
- setup.py


Changes:

=====================================
Changelog
=====================================
@@ -1,4 +1,8 @@
- version 1.4.3.1 (tag v1.4.3.1 rel)
+ version 1.4.3.2 (tag v1.4.3.2rel)
+==================================
+ * include missing membuf.pyx file in release source tarball.
+
+ version 1.4.3.1 (tag v1.4.3.1)
 ===================================
  * fix bug in implementation of NETCDF4_CLASSIC support for parallel IO
    in v1.4.3 release.


=====================================
MANIFEST.in
=====================================
@@ -17,3 +17,4 @@ include netCDF4/_netCDF4.pyx
 include netCDF4/utils.py
 include include/netCDF4.pxi
 include include/mpi-compat.h
+include include/membuf.pyx


=====================================
README.md
=====================================
@@ -9,6 +9,9 @@
 ## News
 For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog).
 
+03/08/2019: Version [1.4.3.2](https://pypi.python.org/pypi/netCDF4/1.4.3.2) released. 
+Include missing membuf.pyx file in source tarball.
+
 03/07/2019: Version [1.4.3.1](https://pypi.python.org/pypi/netCDF4/1.4.3.1) released. 
 Fixes bug in implementation of NETCDF4_CLASSIC parallel IO support in 1.4.3.
 


=====================================
netCDF4/_netCDF4.pyx
=====================================
@@ -1185,7 +1185,7 @@ except ImportError:
     # python3: zip is already python2's itertools.izip
     pass
 
-__version__ = "1.4.3.1"
+__version__ = "1.4.3.2"
 
 # Initialize numpy
 import posixpath


=====================================
setup.py
=====================================
@@ -570,7 +570,7 @@ else:
 
 setup(name="netCDF4",
       cmdclass=cmdclass,
-      version="1.4.3.1",
+      version="1.4.3.2",
       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/846a7822df336ee74cd4c5852d85d79339d728bc

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/commit/846a7822df336ee74cd4c5852d85d79339d728bc
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/20190314/b7baaf42/attachment-0001.html>


More information about the Pkg-grass-devel mailing list