[Python-modules-commits] [python-rsa] branch master updated (61ca5fc -> a17eade)

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


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

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

      from  61ca5fc   Fixed VCS URL (https)
       new  69772a4   Use pypi.debian.net
       new  6a5e4b4   Merge branch 'master' of git+ssh://git.debian.org/git/python-modules/packages/python-rsa
       new  b680e4b   New upstream version 3.4.2
       new  a87a840   Merge tag 'upstream/3.4.2'
       new  0b51414   Bump Standard Version.
       new  f661ec1   update changelog
       new  b4ea5a0   debian/patches: removed
       new  1e09ea1   debian/docs: removed
       new  a17eade   prepare release

The 9 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 +-
 debian/changelog               |  12 +-
 debian/control                 |   2 +-
 debian/docs                    |   1 -
 debian/patches/fix_tests.patch |  26 ---
 debian/patches/series          |   1 -
 debian/watch                   |   2 +-
 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 +-
 54 files changed, 1419 insertions(+), 1036 deletions(-)
 create mode 100644 CHANGELOG.txt
 create mode 100644 README.md
 delete mode 100644 README.rst
 delete mode 100644 debian/docs
 delete mode 100644 debian/patches/fix_tests.patch
 delete mode 100644 debian/patches/series
 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