[Python-modules-commits] [pyjwt] 03/13: record new upstream branch created by importing pyjwt_1.5.3.orig.tar.gz and merge it
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Sun Sep 24 22:40:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a commit to branch master
in repository pyjwt.
commit 7d70f4e95e53e7e028d35cb38edc342abc04a3ed
Merge: 628cc05 c7ff765
Author: Daniele Tricoli <eriol at mornie.org>
Date: Sun Sep 24 20:18:50 2017 +0200
record new upstream branch created by importing pyjwt_1.5.3.orig.tar.gz and merge it
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 ++++++
debian/.git-dpm | 14 +-
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 +-
45 files changed, 1296 insertions(+), 450 deletions(-)
diff --cc debian/.git-dpm
index e5e416b,0000000..83dc521
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- e684bf651d7184285933061dcce292b7695428a4
- e684bf651d7184285933061dcce292b7695428a4
- e684bf651d7184285933061dcce292b7695428a4
- e684bf651d7184285933061dcce292b7695428a4
- pyjwt_1.4.2.orig.tar.gz
- de685de2bb762315a7f1d2c83cd68da0230093b1
- 30486
++c7ff76533842ea5d4fd0de18893dbf5a0586ec1b
++c7ff76533842ea5d4fd0de18893dbf5a0586ec1b
++c7ff76533842ea5d4fd0de18893dbf5a0586ec1b
++c7ff76533842ea5d4fd0de18893dbf5a0586ec1b
++pyjwt_1.5.3.orig.tar.gz
++bd3c97f807ec6a0d2adfaa0cef1044e9c33c0e4a
++73044
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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