[gsw] branch debian/master updated (2ffc579 -> a4e22e7)

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Sep 20 15:36:36 UTC 2017


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

mckinstry pushed a change to branch debian/master
in repository gsw.

      from  2ffc579   Add gbp.conf to track branches
       new  e8890b0   Upstream 3.2.0
       new  e20a417   Merge tag 'upstream/3.2.0' into debian/master
       new  a087e7e   Standards-Version: 4.1.0; no changes required
       new  20428c1   New upstream release
       new  6af907b   remove __pycache__ in clean
       new  903c95e   new release 3.2.0-1
       new  a4e22e7   B-D on python3-dev-all, as C extension now built

The 7 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:
 MANIFEST.in                              |    2 +
 PKG-INFO                                 |    4 +-
 README.rst                               |    2 +
 debian/changelog                         |    8 +-
 debian/control                           |    4 +-
 debian/rules                             |    2 +-
 gsw/__init__.py                          |    6 +-
 gsw/_version.py                          |   21 +
 gsw/_wrapped_ufuncs.py                   |    2 +-
 gsw/geostrophy.py                        |   81 +-
 gsw/utility.py                           |   64 ++
 setup.cfg                                |    8 +
 setup.py                                 |   35 +-
 src/c_gsw/gsw_oceanographic_toolbox.c    |  625 +++++++++-
 src/c_gsw/gswteos-10.h                   |    8 +
 src/method_bodies.c                      |  150 ++-
 src/method_def_entries.c                 |    4 +
 src2/c_gsw/gsw_oceanographic_toolbox.cpp |  621 +++++++++-
 src2/c_gsw/gswteos-10.h                  |    8 +
 src2/c_gsw/gswteos-10_cpp.h              |    8 +
 src2/method_bodies.c                     |  150 ++-
 src2/method_def_entries.c                |    4 +
 versioneer.py                            | 1822 ++++++++++++++++++++++++++++++
 23 files changed, 3511 insertions(+), 128 deletions(-)
 create mode 100644 gsw/_version.py
 create mode 100644 gsw/utility.py
 create mode 100644 versioneer.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gsw.git



More information about the debian-science-commits mailing list