[netcdf4-python] branch master updated (2092d3a -> 203b7a0)

Bas Couwenberg sebastic at debian.org
Tue Nov 29 18:36:23 UTC 2016


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

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

      from  2092d3a   Mark spelling-errors.patch as Applied-Upstream.
       new  dcdd8a6   Imported Upstream version 1.2.5
       new  e3efe70   Merge tag 'upstream/1.2.5'
       new  e698aaa   New upstream release.
       new  e3cb9bb   Drop spelling-errors.patch, applied upstream.
       new  961133d   Drop license & copyright for netcdftime.py, removed upstream.
       new  203b7a0   Set distribution to unstable.

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:
 Changelog                                     |    28 +
 MANIFEST.in                                   |     5 +-
 README.md                                     |     5 +-
 README.release                                |    23 +
 appveyor.yml                                  |    11 +-
 conda.recipe/meta.yaml                        |     7 +-
 debian/changelog                              |     8 +
 debian/copyright                              |    24 -
 debian/patches/series                         |     1 -
 debian/patches/spelling-errors.patch          |    66 -
 docs/netCDF4/index.html                       |   644 +-
 netCDF4/_netCDF4.c                            | 39056 ++++++++++++++----------
 netCDF4/_netCDF4.pyx                          |   345 +-
 netcdftime/__init__.py                        |    13 +-
 netcdftime/_datetime.c                        |  6201 ----
 netcdftime/_datetime.pyx                      |   136 -
 netcdftime/_netcdftime.c                      | 35225 +++++++++++++++++++++
 netcdftime/{netcdftime.py => _netcdftime.pyx} |   669 +-
 setup.py                                      |    13 +-
 test/tst_atts.py                              |    10 +-
 test/tst_dap.py                               |    23 +-
 test/tst_masked4.py                           |   108 +
 test/tst_multifile.py                         |     1 +
 test/tst_netcdftime.py                        |   343 +-
 test/tst_vlen.py                              |    43 +
 25 files changed, 60392 insertions(+), 22616 deletions(-)
 create mode 100644 README.release
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-errors.patch
 delete mode 100644 netcdftime/_datetime.c
 delete mode 100644 netcdftime/_datetime.pyx
 create mode 100644 netcdftime/_netcdftime.c
 rename netcdftime/{netcdftime.py => _netcdftime.pyx} (63%)
 create mode 100755 test/tst_masked4.py

-- 
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