[Pkg-freeipa-devel] [Git][freeipa-team/python-jwcrypto][master] 4 commits: compat, control: Bump compat to 12.
Timo Aaltonen
gitlab at salsa.debian.org
Wed Sep 11 22:07:22 BST 2019
Timo Aaltonen pushed to branch master at FreeIPA packaging / python-jwcrypto
Commits:
aeeaea12 by Timo Aaltonen at 2019-09-11T21:02:03Z
compat, control: Bump compat to 12.
- - - - -
ec4bf690 by Timo Aaltonen at 2019-09-11T21:04:05Z
Switch to python3 only. (Closes: #937862)
- - - - -
ffcd48d1 by Timo Aaltonen at 2019-09-11T21:04:31Z
control: Bump policy to 4.4.0.
- - - - -
31774556 by Timo Aaltonen at 2019-09-11T21:06:05Z
releasing package python-jwcrypto version 0.6.0-2
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+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 at 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
=====================================
@@ -1 +1 @@
-10
+12
=====================================
debian/control
=====================================
@@ -4,36 +4,22 @@ Uploaders: Timo Aaltonen <tjaalton at debian.org>
Section: python
Priority: optional
Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 12),
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 implementation of JOSE Web standards
This python module implements JWK,JWS,JWE specifications using
python-cryptography.
.
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/freeipa-team/python-jwcrypto/compare/12526e306eef74dd2d872472d1fb2f14e87208fa...31774556f1bbba46319b97fe6dcb2b5fe2a834d3
--
View it on GitLab: https://salsa.debian.org/freeipa-team/python-jwcrypto/compare/12526e306eef74dd2d872472d1fb2f14e87208fa...31774556f1bbba46319b97fe6dcb2b5fe2a834d3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20190911/f2247173/attachment-0001.html>
More information about the Pkg-freeipa-devel
mailing list