[Python-modules-commits] [dkimpy] 01/01: Add missing depends on python/python3-nacl (Ed25519 verification support will be an RFC MUST requirement)
Scott Kitterman
kitterman at moszumanska.debian.org
Thu Feb 8 05:25:45 UTC 2018
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch debian/master
in repository dkimpy.
commit df94f715590b62f4496971888b2615a7f83264fc
Author: Scott Kitterman <scott at kitterman.com>
Date: Thu Feb 8 00:19:39 2018 -0500
Add missing depends on python/python3-nacl (Ed25519 verification support will be an RFC MUST requirement)
* Add missing depends on python/python3-nacl (Ed25519 verification support
will be an RFC MUST requirement)
* Update package descriptions to mention both RSA and Ed25519
---
debian/changelog | 8 ++++++++
debian/control | 12 ++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 58e0aa8..6dead05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dkimpy (0.7.0-2) unstable; urgency=medium
+
+ * Add missing depends on python/python3-nacl (Ed25519 verification support
+ will be an RFC MUST requirement)
+ * Update package descriptions to mention both RSA and Ed25519
+
+ -- Scott Kitterman <scott at kitterman.com> Thu, 08 Feb 2018 00:17:28 -0500
+
dkimpy (0.7.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 2cb7cea..16609b5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,21 +13,25 @@ Homepage: https://launchpad.net/dkimpy
Package: python-dkim
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-dns|python-dnspython
+Depends: ${python:Depends}, ${misc:Depends}, python-dns|python-dnspython,
+ python-nacl
Description: Python module for DKIM and ARC signing and verification
Python module that implements DKIM (DomainKeys Identified Mail) email signing
and verification as well as ARC (Authenticated Received Chain) signing and
verification. It also provides helper scripts for key generation and command
- line signing and verification.
+ line signing and verification. Supports both RSA and Ed25519 signing and
+ verification.
.
This is the Python (2) version of the package.
Package: python3-dkim
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-dns|python3-dnspython
+Depends: ${python3:Depends}, ${misc:Depends}, python3-dns|python3-dnspython,
+ python3-nacl
Description: Python 3 module for DKIM and ARC signing and verification
Python 3 module that implements DKIM (DomainKeys Identified Mail) email
signing and verification as well as ARC (Authenticated Received Chain)
- signing and verification.
+ signing and verification. Supports both RSA and Ed25519 signing and
+ verification.
.
This is the Python 3 version of the package.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dkimpy.git
More information about the Python-modules-commits
mailing list