[pyoperators] branch master updated (be18dab -> 1398bd9)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jun 8 14:23:20 UTC 2016


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

ghisvail-guest pushed a change to branch master
in repository pyoperators.

      from  be18dab   d/changelog: release to unstable
      adds  13743cd   Imported Upstream version 0.13.6
      adds  7079071   Imported Upstream version 0.13.10
       new  0dd9d58   Imported Upstream version 0.13.11
       new  6506802   Merge tag 'upstream/0.13.11'
       new  2da1eba   Add gbp.conf file.
       new  f51d36c   Use better patch for distutils setup requirements.
       new  2396c9e   cme fix d/control: - Wrap and sort Build-Depends. - Bump Standards-Version to 3.9.8, no changes required. - Use secure Vcs-Git URI.
       new  e31c84b   d/control: add missing Build-Depends on Cython and pkg-resources.
       new  bfc11c7   d/control: fix list of recommended / suggested dependencies: - Drop numexpr from Recommends, picked as Depends instead. - Add mpi4py, pyfftw, pywt to Suggests.
       new  42123cc   d/{clean,rules}: use auto-clean target.
       new  187031c   d/rules: move calls to dh_numpy to dh_python overrides.
       new  e1d1aca   d/rules: use standard formatting for DH_VERBOSE.
       new  ad69235   d/{control,rules}: disable testing due to upstream bug.
       new  1398bd9   Release to unstable.

The 12 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                                           |    2 +-
 debian/changelog                                   |   20 +
 debian/clean                                       |    1 +
 debian/control                                     |   26 +-
 debian/gbp.conf                                    |    9 +
 ...uirements.diff => Fix-setup-requirements.patch} |   14 +-
 debian/patches/series                              |    2 +-
 debian/rules                                       |   21 +-
 hooks.py                                           |  520 +-
 pyoperators/__init__.py                            |   15 +-
 pyoperators/core.py                                |   23 +-
 pyoperators/fft.py                                 |   14 +-
 pyoperators/iterative/optimize.py                  |   16 +-
 pyoperators/linear.py                              |    8 +-
 pyoperators/nonlinear.py                           |    2 +-
 pyoperators/operators_pywt.py                      |   46 +-
 pyoperators/rules.py                               |   18 +-
 pyoperators/utils/cythonutils.c                    | 5932 +++++++++++---------
 pyoperators/utils/misc.py                          |   54 +-
 setup.py                                           |    8 +-
 test/test_fft.py                                   |    5 +
 test/test_linear.py                                |    3 +-
 test/test_zero.py                                  |    4 +-
 23 files changed, 3901 insertions(+), 2862 deletions(-)
 create mode 100644 debian/clean
 create mode 100644 debian/gbp.conf
 rename debian/patches/{001-fix-requirements.diff => Fix-setup-requirements.patch} (53%)

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



More information about the debian-science-commits mailing list