[Python-modules-commits] r34240 - in packages/python-softlayer/trunk/debian (changelog control)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Sep 14 03:45:20 UTC 2015
Date: Monday, September 14, 2015 @ 03:45:18
Author: kitterman
Revision: 34240
Fix package depends for python3-softlayer (spell python3-prompt-toolkit
correctly)
Modified:
packages/python-softlayer/trunk/debian/changelog
packages/python-softlayer/trunk/debian/control
Modified: packages/python-softlayer/trunk/debian/changelog
===================================================================
--- packages/python-softlayer/trunk/debian/changelog 2015-09-14 01:18:02 UTC (rev 34239)
+++ packages/python-softlayer/trunk/debian/changelog 2015-09-14 03:45:18 UTC (rev 34240)
@@ -1,3 +1,10 @@
+python-softlayer (4.1.1-2) unstable; urgency=medium
+
+ * Fix package depends for python3-softlayer (spell python3-prompt-toolkit
+ correctly)
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 13 Sep 2015 23:42:48 -0400
+
python-softlayer (4.1.1-1) unstable; urgency=medium
* New upstream release
Modified: packages/python-softlayer/trunk/debian/control
===================================================================
--- packages/python-softlayer/trunk/debian/control 2015-09-14 01:18:02 UTC (rev 34239)
+++ packages/python-softlayer/trunk/debian/control 2015-09-14 03:45:18 UTC (rev 34240)
@@ -44,7 +44,7 @@
python3-mock,
python3-nose,
python3-prettytable,
- python3-propmpt-toolkit,
+ python3-prompt-toolkit,
python3-requests,
python3-six,
${misc:Depends},
More information about the Python-modules-commits
mailing list