[segyio] branch master updated (7a304e0 -> 1b05cb8)

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Tue Nov 21 13:24:27 UTC 2017


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

jokva-guest pushed a change to branch master
in repository segyio.

      from  7a304e0   Fix name of shared library package in .symbols file.
       new  3ed4794   New upstream version 1.3.7
       new  43dcb95   Merge tag 'upstream/1.3.7'
       new  1b05cb8   Upgrade symbols, build rules for 1.3.7

The 3 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:
 .gitmodules                             |   3 -
 .pyup.yml                               |   4 +
 .travis.yml                             |  34 +-
 CMakeLists.txt                          | 130 ++++-
 README.md                               |  15 +-
 applications/CMakeLists.txt             |  77 ++-
 applications/segyio-catb.c              |   4 +-
 applications/segyio-crop.c              |  30 +-
 applications/test/catb.py               |  30 --
 applications/test/cath.py               |  18 -
 applications/test/catr.py               |  32 +-
 appveyor.yml                            |  25 +-
 changelog.md                            |  34 +-
 cmake/check_includes.cmake              |  40 --
 cmake/default_warnings.cmake            |   9 -
 cmake/segyio_testing.cmake              |  32 --
 config.sh                               |  25 +-
 debian/changelog                        |   6 +
 debian/libsegyio1.symbols               | 104 ++--
 debian/python3-segyio.install           |   4 +-
 debian/rules                            |   1 +
 lib/CMakeLists.txt                      |  28 +-
 lib/src/segy.c                          |  14 +-
 lib/test/segy.c                         |   3 +-
 mex/CMakeLists.txt                      |   2 +-
 {cmake => mex}/matlab.cmake             |   0
 pycmake/.travis.yml                     |  21 -
 pycmake/CMakeLists.txt                  |  10 -
 pycmake/FindPythonModule.cmake          | 168 -------
 pycmake/LICENSE                         | 674 --------------------------
 pycmake/PythonPackage.cmake             | 817 --------------------------------
 pycmake/README.md                       | 132 ------
 pycmake/test/CMakeLists.txt             |  31 --
 python/CMakeLists.txt                   | 162 ++++---
 python/examples/write.py                |   2 +-
 python/segyio/__init__.py               |   6 +-
 python/segyio/_gather.py                |  41 +-
 python/segyio/{_segyio.c => segyio.cpp} |  52 +-
 python/segyio/version.py                |   1 +
 python/setup.py.in                      |  78 ---
 python/test/__init__.py                 |   0
 python/test/context.py                  |  11 +-
 python/test/segy.py                     |  11 +-
 python/test/segyio_c.py                 |  10 +-
 python/test/tools.py                    |  10 +-
 requirements.txt                        |   1 +
 requires.txt                            |   1 -
 setup.py                                |  78 ++-
 48 files changed, 622 insertions(+), 2399 deletions(-)
 create mode 100644 .pyup.yml
 delete mode 100644 cmake/check_includes.cmake
 delete mode 100644 cmake/default_warnings.cmake
 delete mode 100644 cmake/segyio_testing.cmake
 rename {cmake => mex}/matlab.cmake (100%)
 delete mode 100644 pycmake/.travis.yml
 delete mode 100644 pycmake/CMakeLists.txt
 delete mode 100644 pycmake/FindPythonModule.cmake
 delete mode 100644 pycmake/LICENSE
 delete mode 100644 pycmake/PythonPackage.cmake
 delete mode 100644 pycmake/README.md
 delete mode 100644 pycmake/test/CMakeLists.txt
 rename python/segyio/{_segyio.c => segyio.cpp} (96%)
 create mode 100644 python/segyio/version.py
 delete mode 100644 python/setup.py.in
 create mode 100644 python/test/__init__.py
 create mode 100644 requirements.txt
 delete mode 100644 requires.txt

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



More information about the debian-science-commits mailing list