[Python-modules-commits] [fpylll] 02/03: record new upstream branch created by importing fpylll_0.2.4+ds.orig.tar.xz and merge it

Jerome Benoit calculus-guest at moszumanska.debian.org
Fri Jun 16 07:31:42 UTC 2017


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

calculus-guest pushed a commit to branch master
in repository fpylll.

commit 50efe168a73da2c47e6406d80ac9f4d4d684e95b
Merge: 966b200 387266c
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Fri Jun 16 08:52:02 2017 +0400

    record new upstream branch created by importing fpylll_0.2.4+ds.orig.tar.xz and merge it

 LICENSE                              | 340 ++++++++++++++
 PKG-INFO                             |  21 +-
 README.rst                           |  19 +-
 debian/.git-dpm                      |  14 +-
 setup.py                             |   2 +-
 src/fpylll/__init__.py               |   2 +-
 src/fpylll/algorithms/bkz.py         |  72 ++-
 src/fpylll/algorithms/bkz2.py        |  51 ++-
 src/fpylll/algorithms/bkz_stats.py   | 839 ++++++++++++++++++++++++++++-------
 src/fpylll/algorithms/pbkz.py        | 180 ++++++++
 src/fpylll/algorithms/simple_bkz.py  |   6 +-
 src/fpylll/algorithms/simple_dbkz.py |   3 +-
 src/fpylll/fplll/bkz.pyx             |  79 ++--
 src/fpylll/fplll/bkz_param.pxd       |   8 +-
 src/fpylll/fplll/bkz_param.pyx       | 293 +++++++++---
 src/fpylll/fplll/decl.pxd            |   6 +-
 src/fpylll/fplll/enumeration.pyx     | 219 ++++++---
 src/fpylll/fplll/fplll.pxd           | 175 ++++++--
 src/fpylll/fplll/gso.pyx             | 119 +++++
 src/fpylll/fplll/integer_matrix.pyx  |  19 +-
 src/fpylll/fplll/lll.pyx             |  52 +--
 src/fpylll/fplll/pruner.pyx          | 274 ++++--------
 src/fpylll/fplll/svpcvp.pyx          |  30 +-
 src/fpylll/tools/benchmark.py        |   2 +-
 src/fpylll/util.pxd                  |   3 +-
 src/fpylll/util.pyx                  |  35 +-
 tests/test_bkz.py                    |   4 +-
 tests/test_cvp.py                    |  28 ++
 tests/test_gso.py                    |  24 +-
 tests/test_multisol_enum.py          |  73 +++
 tests/test_numpy.py                  |   2 +-
 tests/test_pruner.py                 |  96 ++--
 tests/test_util.py                   |  30 ++
 33 files changed, 2412 insertions(+), 708 deletions(-)

diff --cc debian/.git-dpm
index 20e01de,0000000..26faa98
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 51c07eecbd45c663b8c1f800e2c1b70ccc2e31b5
- 51c07eecbd45c663b8c1f800e2c1b70ccc2e31b5
- 51c07eecbd45c663b8c1f800e2c1b70ccc2e31b5
- 51c07eecbd45c663b8c1f800e2c1b70ccc2e31b5
- fpylll_0.2.3+ds.orig.tar.xz
- 50575ee975be9262cef9b63120bb9857fa928795
- 46828
++387266caf83d7888ffaf765c5d5d50dd350e6b99
++387266caf83d7888ffaf765c5d5d50dd350e6b99
++387266caf83d7888ffaf765c5d5d50dd350e6b99
++387266caf83d7888ffaf765c5d5d50dd350e6b99
++fpylll_0.2.4+ds.orig.tar.xz
++a1716f85515da2a7d9538cad9b28bffdb686e5b9
++61432
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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



More information about the Python-modules-commits mailing list