[Python-modules-commits] [python-fisx] branch master updated (1df42e4 -> b5da38c)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Nov 25 17:05:56 UTC 2017


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

picca pushed a change to branch master
in repository python-fisx.

      from  1df42e4   release
       new  c5171af   Fix autopkgtest dependencies (Closes: #864697)
       new  696f105   update the watch file
       new  11014d2   New upstream version 1.1.4
       new  6a23c8a   Update upstream source from tag 'upstream/1.1.4'
       new  5dd1777   changelog and bump standards-version
       new  3367ca7   wrap-and-sort
       new  b5da38c   use https in copyright

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:
 PKG-INFO                                  |     4 +-
 changelog.txt                             |    19 +
 debian/changelog                          |     9 +
 debian/control                            |    30 +-
 debian/copyright                          |     3 +-
 debian/tests/control                      |     8 +-
 debian/watch                              |     6 +-
 python/cython/Detector.pxd                |    16 +-
 python/cython/Elements.pxd                |    23 +-
 python/cython/Layer.pxd                   |     4 +-
 python/cython/Math.pxd                    |     4 +-
 python/cython/PyDetector.pyx              |    23 +-
 python/cython/PyEPDL97.pyx                |     5 +-
 python/cython/PyElements.pyx              |    94 +-
 python/cython/PyLayer.pyx                 |    28 +-
 python/cython/PyMath.pyx                  |    18 +-
 python/cython/_fisx.pyx                   |   168 +-
 python/cython/default/_fisx.cpp           | 14744 +++++++++++++++-------------
 python/fisx.egg-info/PKG-INFO             |   150 -
 python/fisx.egg-info/SOURCES.txt          |   112 -
 python/fisx.egg-info/dependency_links.txt |     1 -
 python/fisx.egg-info/requires.txt         |     1 -
 python/fisx.egg-info/top_level.txt        |     1 -
 setup.cfg                                 |     5 -
 setup.py                                  |     4 +-
 src/fisx_detector.cpp                     |    12 +-
 src/fisx_detector.h                       |    13 +
 src/fisx_element.cpp                      |   313 +-
 src/fisx_element.h                        |    39 +
 src/fisx_elements.cpp                     |   275 +-
 src/fisx_elements.h                       |    81 +-
 src/fisx_multilayer.cpp                   |   136 +-
 src/fisx_version.h                        |     4 +-
 src/fisx_xrf.cpp                          |     8 +-
 src/fisx_xrf.h                            |    39 +-
 src/fisx_xrfconfig.cpp                    |     2 +-
 src/fisx_xrfconfig.h                      |     2 +-
 37 files changed, 9349 insertions(+), 7055 deletions(-)
 delete mode 100644 python/fisx.egg-info/PKG-INFO
 delete mode 100644 python/fisx.egg-info/SOURCES.txt
 delete mode 100644 python/fisx.egg-info/dependency_links.txt
 delete mode 100644 python/fisx.egg-info/requires.txt
 delete mode 100644 python/fisx.egg-info/top_level.txt
 delete mode 100644 setup.cfg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fisx.git



More information about the Python-modules-commits mailing list