[Python-modules-commits] [pyjwt] branch upstream updated (e684bf6 -> c7ff765)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 24 22:40:43 UTC 2017


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

eriol-guest pushed a change to branch upstream
in repository pyjwt.

      from  e684bf6   Import pyjwt_1.4.2.orig.tar.gz
       new  c7ff765   Import pyjwt_1.5.3.orig.tar.gz

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.md                                       |  84 +++++-
 MANIFEST.in                                        |   2 +-
 PKG-INFO                                           | 106 +++++---
 PyJWT.egg-info/PKG-INFO                            | 106 +++++---
 PyJWT.egg-info/SOURCES.txt                         |  20 +-
 PyJWT.egg-info/entry_points.txt                    |   2 +-
 PyJWT.egg-info/requires.txt                        |   4 +-
 README.md                                          |  48 ----
 README.rst                                         |  74 ++++++
 jwt/__init__.py                                    |  10 +-
 jwt/__main__.py                                    | 205 ++++++++-------
 jwt/algorithms.py                                  | 225 ++++++++++++----
 jwt/api_jws.py                                     |  52 ++--
 jwt/api_jwt.py                                     |  30 ++-
 jwt/compat.py                                      |  28 +-
 jwt/utils.py                                       |  52 +++-
 setup.cfg                                          |   3 +-
 setup.py                                           |  18 +-
 tests/__init__.pyc                                 | Bin 0 -> 144 bytes
 .../test_algorithms.cpython-27-PYTEST.pyc          | Bin 0 -> 37431 bytes
 .../__pycache__/test_api_jws.cpython-27-PYTEST.pyc | Bin 0 -> 48805 bytes
 .../__pycache__/test_api_jwt.cpython-27-PYTEST.pyc | Bin 0 -> 29388 bytes
 tests/__pycache__/test_cli.cpython-27-PYTEST.pyc   | Bin 0 -> 9498 bytes
 .../__pycache__/test_compat.cpython-27-PYTEST.pyc  | Bin 0 -> 3445 bytes
 .../test_exceptions.cpython-27-PYTEST.pyc          | Bin 0 -> 1379 bytes
 tests/__pycache__/test_jwt.cpython-27-PYTEST.pyc   | Bin 0 -> 1593 bytes
 tests/__pycache__/test_utils.cpython-27-PYTEST.pyc | Bin 0 -> 2833 bytes
 tests/compat.pyc                                   | Bin 0 -> 338 bytes
 tests/contrib/__init__.pyc                         | Bin 0 -> 152 bytes
 .../test_algorithms.cpython-27-PYTEST.pyc          | Bin 0 -> 10838 bytes
 tests/contrib/test_algorithms.py                   |  36 +--
 tests/keys/__init__.py                             |  31 +--
 tests/keys/__init__.pyc                            | Bin 0 -> 2845 bytes
 tests/keys/testkey_ec_ssh.pub                      |   1 +
 tests/keys/testkey_pkcs1.pub.pem                   |   5 +
 tests/test_algorithms.py                           | 284 +++++++++++++++++++--
 tests/test_api_jws.py                              |  79 ++++--
 tests/test_api_jwt.py                              |  32 ++-
 tests/test_cli.py                                  | 127 +++++++++
 tests/test_compat.py                               |   9 +-
 tests/test_utils.py                                |  40 +++
 tests/utils.py                                     |  17 +-
 tests/utils.pyc                                    | Bin 0 -> 1330 bytes
 tox.ini                                            |   2 +-
 44 files changed, 1289 insertions(+), 443 deletions(-)
 delete mode 100644 README.md
 create mode 100644 README.rst
 create mode 100644 tests/__init__.pyc
 create mode 100644 tests/__pycache__/test_algorithms.cpython-27-PYTEST.pyc
 create mode 100644 tests/__pycache__/test_api_jws.cpython-27-PYTEST.pyc
 create mode 100644 tests/__pycache__/test_api_jwt.cpython-27-PYTEST.pyc
 create mode 100644 tests/__pycache__/test_cli.cpython-27-PYTEST.pyc
 create mode 100644 tests/__pycache__/test_compat.cpython-27-PYTEST.pyc
 create mode 100644 tests/__pycache__/test_exceptions.cpython-27-PYTEST.pyc
 create mode 100644 tests/__pycache__/test_jwt.cpython-27-PYTEST.pyc
 create mode 100644 tests/__pycache__/test_utils.cpython-27-PYTEST.pyc
 create mode 100644 tests/compat.pyc
 create mode 100644 tests/contrib/__init__.pyc
 create mode 100644 tests/contrib/__pycache__/test_algorithms.cpython-27-PYTEST.pyc
 create mode 100644 tests/keys/__init__.pyc
 create mode 100644 tests/keys/testkey_ec_ssh.pub
 create mode 100644 tests/keys/testkey_pkcs1.pub.pem
 create mode 100644 tests/test_cli.py
 create mode 100644 tests/test_utils.py
 create mode 100644 tests/utils.pyc

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



More information about the Python-modules-commits mailing list