[Python-modules-commits] [python-rsa] branch upstream updated (e3c62af -> b680e4b)

Takaki Taniguchi takaki at moszumanska.debian.org
Tue Oct 11 04:55:50 UTC 2016


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

takaki pushed a change to branch upstream
in repository python-rsa.

      from  e3c62af   Import python-rsa_3.2.3.orig.tar.gz
       new  b680e4b   New upstream version 3.4.2

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:
 CHANGELOG.txt                 | 142 +++++++++++++++
 LICENSE                       |   2 +-
 MANIFEST.in                   |   5 +-
 PKG-INFO                      |  10 +-
 README.md                     |  44 +++++
 README.rst                    |  31 ----
 create_timing_table.py        |  14 +-
 rsa.egg-info/PKG-INFO         |  10 +-
 rsa.egg-info/SOURCES.txt      |  11 +-
 rsa.egg-info/entry_points.txt |   8 +-
 rsa.egg-info/requires.txt     |   2 +-
 rsa/__init__.py               |  17 +-
 rsa/_compat.py                |  16 +-
 rsa/_version133.py            |  45 ++---
 rsa/_version200.py            |  46 +----
 rsa/asn1.py                   |  32 ++--
 rsa/bigfile.py                |  72 ++++++--
 rsa/cli.py                    | 138 +++++++-------
 rsa/common.py                 |  73 ++++----
 rsa/core.py                   |  19 +-
 rsa/key.py                    | 407 +++++++++++++++++++++++++++---------------
 rsa/parallel.py               |  52 +++---
 rsa/pem.py                    |  41 +++--
 rsa/pkcs1.py                  | 262 +++++++++++++--------------
 rsa/prime.py                  | 174 +++++++++---------
 rsa/randnum.py                |  35 ++--
 rsa/transform.py              |  42 +++--
 rsa/util.py                   |  36 ++--
 rsa/varblock.py               |  66 ++++---
 run_tests.py                  |  57 ------
 setup.py                      |  81 +++++----
 tests/constants.py            |  23 ---
 tests/private.pem             |   5 +
 tests/py2kconstants.py        |  17 --
 tests/py3kconstants.py        |  17 --
 tests/test_bigfile.py         |  17 +-
 tests/test_common.py          |  12 +-
 tests/test_compat.py          |   7 +-
 tests/test_integers.py        |  16 +-
 tests/test_key.py             |  42 +++++
 tests/test_load_save_keys.py  |  63 +++++--
 tests/test_parallel.py        |  20 +++
 tests/test_pem.py             |  57 +++++-
 tests/test_pkcs1.py           |  45 +++--
 tests/test_prime.py           |  44 +++++
 tests/test_strings.py         |  12 +-
 tests/test_transform.py       |   6 +-
 tests/test_varblock.py        |  18 +-
 48 files changed, 1407 insertions(+), 1004 deletions(-)
 create mode 100644 CHANGELOG.txt
 create mode 100644 README.md
 delete mode 100644 README.rst
 delete mode 100644 run_tests.py
 delete mode 100644 tests/constants.py
 create mode 100644 tests/private.pem
 delete mode 100644 tests/py2kconstants.py
 delete mode 100644 tests/py3kconstants.py
 create mode 100644 tests/test_key.py
 create mode 100644 tests/test_parallel.py
 create mode 100644 tests/test_prime.py

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



More information about the Python-modules-commits mailing list