[netcdf4-python] branch master updated (ebc4200 -> fa92505)

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


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

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

      from  ebc4200   Set distribution to unstable.
       new  03c57f9   Imported Upstream version 1.2.8
       new  a1c63a2   Merge tag 'upstream/1.2.8'
       new  ebd7969   New upstream release.
       new  d2b3eea   Enable PIE hardening buildflags.
       new  1e0bb12   Add cython3 to build dependencies.
       new  fa92505   Set distribution to experimental.

The 6 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 +-
 debian/changelog         |     8 +
 debian/control           |     1 +
 debian/rules             |     5 +-
 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
 33 files changed, 906 insertions(+), 121287 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