[Python-modules-commits] [pyjwt] branch master updated (e405957 -> 952dbf4)
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Sat May 7 22:28:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a change to branch master
in repository pyjwt.
from e405957 Fixed VCS URL (https)
new 9a9bca4 record new upstream branch created by importing pyjwt_1.4.0.orig.tar.gz
new 77fff08 Import pyjwt_1.4.0.orig.tar.gz
new d26efd3 Bump Standards-Version to 3.9.8 (no changes needed)
new 30cf233 Add python{,3}-pytest and python{,3}-pytest-runner
new 524fb46 Run tests at build time
new cacf704 Add python{,3}-pytest-cov
new d402aaa Update copyright years
new 952dbf4 Update changelog
The 8 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 ++++++++++++++-----
debian/.git-dpm | 8 +--
debian/changelog | 16 ++++-
debian/control | 10 +++-
debian/copyright | 2 +-
debian/rules | 3 -
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
29 files changed, 285 insertions(+), 89 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