[Git][debian-gis-team/netcdf4-python][master] 4 commits: New upstream version 1.4.3.2

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


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


Commits:
846a7822 by Bas Couwenberg at 2019-03-09T07:28:17Z
New upstream version 1.4.3.2
- - - - -
df4db14a by Bas Couwenberg at 2019-03-09T07:28:19Z
Merge tag 'upstream/1.4.3.2'

Upstream version 1.4.3.2

- - - - -
2cc81a55 by Bas Couwenberg at 2019-03-09T07:28:35Z
New upstream release.

- - - - -
5c836b56 by Bas Couwenberg at 2019-03-09T07:29:21Z
Set distribution to experimental.

- - - - -


6 changed files:

- Changelog
- MANIFEST.in
- README.md
- debian/changelog
- 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.
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+netcdf4-python (1.4.3.2-1~exp1) experimental; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 09 Mar 2019 08:29:04 +0100
+
 netcdf4-python (1.4.3.1-1~exp1) experimental; urgency=medium
 
   * New upstream release.


=====================================
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/compare/af7d80bbe3b6117eccd75f3ce0f6453630c0fb36...5c836b569af81e659f7b4af05c6ae777b9add589

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/compare/af7d80bbe3b6117eccd75f3ce0f6453630c0fb36...5c836b569af81e659f7b4af05c6ae777b9add589
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/b8b792f5/attachment-0001.html>


More information about the Pkg-grass-devel mailing list