Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
compat, control: Bump compat to 12.
· aeeaea12
Timo Aaltonen
authored
Sep 12, 2019
aeeaea12
Switch to python3 only. (Closes: #937862)
· ec4bf690
Timo Aaltonen
authored
Sep 12, 2019
ec4bf690
control: Bump policy to 4.4.0.
· ffcd48d1
Timo Aaltonen
authored
Sep 12, 2019
ffcd48d1
releasing package python-jwcrypto version 0.6.0-2
· 31774556
Timo Aaltonen
authored
Sep 12, 2019
31774556
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
31774556
python-jwcrypto (0.6.0-2) unstable; urgency=medium
* compat, control: Bump compat to 12.
* Switch to python3 only. (Closes: #937862)
* control: Bump policy to 4.4.0.
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Sep 2019 00:04:33 +0300
python-jwcrypto (0.6.0-1) unstable; urgency=medium
* New upstream release. (Closes: #925457)
...
...
debian/compat
View file @
31774556
1
0
1
2
debian/control
View file @
31774556
...
...
@@ -4,36 +4,22 @@ Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 1
0
),
debhelper (>= 1
2
),
dh-python,
python-all (>= 2.6.6-3),
python-cryptography,
python-nose,
python-setuptools (>= 0.6b3),
python3-all,
python3-cryptography,
python3-nose,
python3-setuptools,
Standards-Version: 4.
1.2
Standards-Version: 4.
4.0
Homepage: https://github.com/latchset/jwcrypto
Vcs-Git: https://salsa.debian.org/freeipa-team/python-jwcrypto.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/python-jwcrypto
Package: python-jwcrypto
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-cryptography,
Description: Python implementation of JOSE Web standards
This python module implements JWK,JWS,JWE specifications using
python-cryptography.
.
This package includes the python2 version.
Package: python3-jwcrypto
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-cryptography,
Description: Python3 mplementation of JOSE Web standards
Description: Python3
i
mplementation of JOSE Web standards
This python module implements JWK,JWS,JWE specifications using
python-cryptography.
.
...
...
debian/rules
View file @
31774556
...
...
@@ -4,7 +4,7 @@
# Fri, 02 Oct 2015 09:24:49 +0300
export PYBUILD_NAME=jwcrypto
%:
dh $@ --with
python2,
python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install
...
...