[Python-modules-commits] [pyjwt] branch master updated (9228db9 -> b7c8f2d)
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Sun Sep 24 22:40:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a change to branch master
in repository pyjwt.
from 9228db9 s/UNRELEASED/unstable/
new 628cc05 New upstream release
new c7ff765 Import pyjwt_1.5.3.orig.tar.gz
new 7d70f4e record new upstream branch created by importing pyjwt_1.5.3.orig.tar.gz and merge it
new c120ad2 Ignore precompiled bytecode.
new 3fad362 Add version version constraint on python{,3}-pytest
new 1982673 Add version version constraint on python{,3}-cryptography
new 9857b25 Rename commandline script to follow upstream naming
new 8c00108 Bump Standards-Version to 4.1.0 (no changes needed)
new 31a5459 Remove testsuite autopkgtest header since debian/tests/control file exists
new 80e9f75 Remove egg-info
new a7330e2 Add debian/NEWS
new 877f36f Update copyright years
new b7c8f2d Update changelog
The 13 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:
.gitignore | 2 +
CHANGELOG.md | 84 ++++++++++-
MANIFEST.in | 2 +-
PKG-INFO | 106 +++++++++-----
PyJWT.egg-info/PKG-INFO | 70 ---------
PyJWT.egg-info/SOURCES.txt | 49 -------
PyJWT.egg-info/dependency_links.txt | 1 -
PyJWT.egg-info/entry_points.txt | 3 -
PyJWT.egg-info/requires.txt | 13 --
PyJWT.egg-info/top_level.txt | 1 -
README.md | 48 ------
README.rst | 74 ++++++++++
debian/.git-dpm | 14 +-
debian/NEWS | 7 +
debian/changelog | 20 +++
debian/clean | 1 +
debian/control | 11 +-
debian/copyright | 2 +-
debian/{jwt.1 => pyjwt.1} | 0
debian/python-jwt.manpages | 2 +-
debian/python3-jwt.manpages | 2 +-
debian/rules | 6 +-
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/contrib/test_algorithms.py | 36 ++---
tests/keys/__init__.py | 31 +---
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 +--
tox.ini | 2 +-
43 files changed, 1248 insertions(+), 556 deletions(-)
create mode 100644 .gitignore
delete mode 100644 PyJWT.egg-info/PKG-INFO
delete mode 100644 PyJWT.egg-info/SOURCES.txt
delete mode 100644 PyJWT.egg-info/dependency_links.txt
delete mode 100644 PyJWT.egg-info/entry_points.txt
delete mode 100644 PyJWT.egg-info/requires.txt
delete mode 100644 PyJWT.egg-info/top_level.txt
delete mode 100644 README.md
create mode 100644 README.rst
create mode 100644 debian/NEWS
rename debian/{jwt.1 => pyjwt.1} (100%)
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
--
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