[Python-modules-commits] [pyjwt] branch upstream updated (ec312a6 -> 339a054)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sat May 7 22:28:05 UTC 2016


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

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

      from  ec312a6   Imported Upstream version 1.3.0
       new  339a054   Import pyjwt_1.4.0.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                                       |  14 +++++
 MANIFEST.in                                        |   2 +
 PKG-INFO                                           |  63 +++++++++++++++-----
 PyJWT.egg-info/PKG-INFO                            |  63 +++++++++++++++-----
 PyJWT.egg-info/SOURCES.txt                         |  12 +---
 README.md                                          |  61 ++++++++++++++-----
 jwt/__init__.py                                    |   5 +-
 jwt/api_jws.py                                     |   2 +-
 jwt/api_jwt.py                                     |  23 ++++++--
 jwt/exceptions.py                                  |   8 +++
 tests/__init__.pyc                                 | Bin 144 -> 0 bytes
 .../test_algorithms.cpython-27-PYTEST.pyc          | Bin 14156 -> 0 bytes
 .../__pycache__/test_api_jws.cpython-27-PYTEST.pyc | Bin 41476 -> 0 bytes
 .../__pycache__/test_api_jwt.cpython-27-PYTEST.pyc | Bin 25197 -> 0 bytes
 .../__pycache__/test_compat.cpython-27-PYTEST.pyc  | Bin 3447 -> 0 bytes
 tests/__pycache__/test_jwt.cpython-27-PYTEST.pyc   | Bin 1593 -> 0 bytes
 tests/compat.pyc                                   | Bin 338 -> 0 bytes
 tests/contrib/__init__.pyc                         | Bin 152 -> 0 bytes
 .../test_algorithms.cpython-27-PYTEST.pyc          | Bin 10845 -> 0 bytes
 tests/test_api_jws.py                              |  10 ++++
 tests/test_api_jwt.py                              |  65 +++++++++++++++++----
 tests/test_exceptions.py                           |   7 +++
 tests/test_jwt.pyc                                 | Bin 28933 -> 0 bytes
 tests/utils.pyc                                    | Bin 1264 -> 0 bytes
 24 files changed, 258 insertions(+), 77 deletions(-)
 delete mode 100644 tests/__init__.pyc
 delete mode 100644 tests/__pycache__/test_algorithms.cpython-27-PYTEST.pyc
 delete mode 100644 tests/__pycache__/test_api_jws.cpython-27-PYTEST.pyc
 delete mode 100644 tests/__pycache__/test_api_jwt.cpython-27-PYTEST.pyc
 delete mode 100644 tests/__pycache__/test_compat.cpython-27-PYTEST.pyc
 delete mode 100644 tests/__pycache__/test_jwt.cpython-27-PYTEST.pyc
 delete mode 100644 tests/compat.pyc
 delete mode 100644 tests/contrib/__init__.pyc
 delete mode 100644 tests/contrib/__pycache__/test_algorithms.cpython-27-PYTEST.pyc
 create mode 100644 tests/test_exceptions.py
 delete mode 100644 tests/test_jwt.pyc
 delete 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