[Python-modules-commits] [python-secretstorage] 03/04: Update depends from PyCrypto to python-cryptography.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Aug 23 18:54:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-secretstorage.
commit 41655175fa9ecc69ed5be62dfb0b8b7285bb61a1
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Aug 23 21:45:28 2016 +0300
Update depends from PyCrypto to python-cryptography.
---
debian/changelog | 1 +
debian/control | 2 +-
debian/pydist-overrides | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c47aa69..22015ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-secretstorage (2.3.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Update depends from PyCrypto to python-cryptography.
-- Dmitry Shachnev <mitya57 at debian.org> Tue, 23 Aug 2016 21:41:22 +0300
diff --git a/debian/control b/debian/control
index ec4a44d..0a67820 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python3-all (>= 3.1.2-7~),
- python3-crypto,
+ python3-cryptography,
python3-setuptools,
python3-sphinx (>= 1.3),
python3-dbus
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
index b04eae2..132b761 100644
--- a/debian/pydist-overrides
+++ b/debian/pydist-overrides
@@ -1,3 +1,3 @@
-crypto python-crypto
+cryptography python-cryptography
dbus python-dbus
dbus_python python-dbus
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-secretstorage.git
More information about the Python-modules-commits
mailing list