[Python-modules-commits] [python-fisx] branch upstream updated (fe656bd -> 11014d2)

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


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

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

      from  fe656bd   New upstream version 1.1.2
       new  11014d2   New upstream version 1.1.4

The 1 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 +
 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 +-
 32 files changed, 9317 insertions(+), 7031 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