[Python-modules-commits] [cloudpickle] 01/01: Forgot to update substvar for the Python 2 package (Closes: #884686)
Diane Trout
diane at moszumanska.debian.org
Mon Dec 18 18:45:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch master
in repository cloudpickle.
commit 89d7adca099b5f4599ba6e3f6e713eee4a154426
Author: Diane Trout <diane at ghic.org>
Date: Mon Dec 18 10:44:23 2017 -0800
Forgot to update substvar for the Python 2 package (Closes: #884686)
- Thanks: Mattia Rizzolo
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2581f06..d015f62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cloudpickle (0.5.2-2) unstable; urgency=medium
+
+ * Forgot to update substvar for the Python 2 package (Closes: #884686)
+ - Thanks: Mattia Rizzolo
+
+ -- Diane Trout <diane at ghic.org> Mon, 18 Dec 2017 10:32:39 -0800
+
cloudpickle (0.5.2-1) unstable; urgency=medium
* New upstream version. (Closes: #883782)
diff --git a/debian/control b/debian/control
index 8f11db9..e09e3b6 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Description: Extended pickling support for Python 3 objects
Package: python-cloudpickle
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: Extended pickling support for Python 2 objects
cloudpickle makes it possible to serialize Python constructs not supported
by the default `pickle` module from the Python standard library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cloudpickle.git
More information about the Python-modules-commits
mailing list