[netcdf4-python] branch upstream updated (fc878dd -> 03c57f9)

Bas Couwenberg sebastic at debian.org
Sun May 28 07:20:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository netcdf4-python.

      from  fc878dd   Imported Upstream version 1.2.7
       new  03c57f9   Imported Upstream version 1.2.8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml              |     8 +-
 Changelog                |    25 +
 MANIFEST.in              |     4 +-
 PKG-INFO                 |    56 +-
 README.md                |    34 +-
 README.release           |     8 +-
 appveyor.yml             |    46 +-
 conda.recipe/meta.yaml   |    66 +-
 conda.recipe/run_test.py |    12 +-
 docs/netCDF4/index.html  |   264 +-
 examples/tutorial.py     |     4 +-
 include/constants.pyx    |     4 -
 include/netCDF4.pxi      |     5 +
 netCDF4/__init__.py      |     2 +-
 netCDF4/_netCDF4.c       | 85723 ---------------------------------------------
 netCDF4/_netCDF4.pyx     |   447 +-
 netCDF4/utils.py         |     4 +-
 netcdftime/_netcdftime.c | 35225 -------------------
 setup.py                 |    66 +-
 test/tst_Unsigned.py     |    27 +
 test/tst_compoundatt.py  |    11 +-
 test/tst_multifile.py    |     2 +-
 test/tst_multifile2.py   |     2 +-
 test/tst_netcdftime.py   |     7 +
 test/tst_open_mem.py     |    32 +
 test/tst_stringarr.py    |    56 +-
 test/tst_unicode.py      |     2 -
 test/tst_unicode3.py     |     2 -
 test/tst_unicodeatt.py   |    35 +
 test/ubyte.nc            |   Bin 0 -> 152 bytes
 30 files changed, 895 insertions(+), 121284 deletions(-)
 delete mode 100644 include/constants.pyx
 delete mode 100644 netCDF4/_netCDF4.c
 delete mode 100644 netcdftime/_netcdftime.c
 create mode 100644 test/tst_Unsigned.py
 create mode 100644 test/tst_open_mem.py
 create mode 100644 test/tst_unicodeatt.py
 create mode 100644 test/ubyte.nc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf4-python.git



More information about the Pkg-grass-devel mailing list