[Python-modules-commits] r34227 - in packages/python-softlayer/trunk/debian (4 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Sep 11 12:22:42 UTC 2015
Date: Friday, September 11, 2015 @ 12:22:40
Author: kitterman
Revision: 34227
* New upstream release
* Add myself to debian/copyright for Debian packaging
* Add python{3}-prompt-toolkit to Depends as the package uses it now
Modified:
packages/python-softlayer/trunk/debian/changelog
packages/python-softlayer/trunk/debian/control
packages/python-softlayer/trunk/debian/copyright
packages/python-softlayer/trunk/debian/patches/1001-rename_sl.patch
Modified: packages/python-softlayer/trunk/debian/changelog
===================================================================
--- packages/python-softlayer/trunk/debian/changelog 2015-09-10 21:22:45 UTC (rev 34226)
+++ packages/python-softlayer/trunk/debian/changelog 2015-09-11 12:22:40 UTC (rev 34227)
@@ -1,3 +1,11 @@
+python-softlayer (4.1.1-1) unstable; urgency=medium
+
+ * New upstream release
+ * Add myself to debian/copyright for Debian packaging
+ * Add python{3}-prompt-toolkit to Depends as the package uses it now
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 11 Sep 2015 08:09:24 -0400
+
python-softlayer (4.0.4-1) unstable; urgency=medium
* New upstream release
Modified: packages/python-softlayer/trunk/debian/control
===================================================================
--- packages/python-softlayer/trunk/debian/control 2015-09-10 21:22:45 UTC (rev 34226)
+++ packages/python-softlayer/trunk/debian/control 2015-09-11 12:22:40 UTC (rev 34227)
@@ -23,6 +23,7 @@
python-mock,
python-nose,
python-prettytable,
+ python-prompt-toolkit,
python-requests,
python-six,
${misc:Depends},
@@ -43,6 +44,7 @@
python3-mock,
python3-nose,
python3-prettytable,
+ python3-propmpt-toolkit,
python3-requests,
python3-six,
${misc:Depends},
Modified: packages/python-softlayer/trunk/debian/copyright
===================================================================
--- packages/python-softlayer/trunk/debian/copyright 2015-09-10 21:22:45 UTC (rev 34226)
+++ packages/python-softlayer/trunk/debian/copyright 2015-09-11 12:22:40 UTC (rev 34227)
@@ -4,11 +4,12 @@
Source: https://github.com/softlayer/softlayer-api-python-client/releases
Files: *
-Copyright: 2014-5 SoftLayer Technologies, Inc. All rights reserved.
+Copyright: 2014-2015 SoftLayer Technologies, Inc. All rights reserved.
License: Expat
Files: debian/*
Copyright: 2013 Alessio Treglia <alessio at debian.org>
+ 2015 Scott Kitterman <scott at kitterman.com>
License: Expat
License: Expat
Modified: packages/python-softlayer/trunk/debian/patches/1001-rename_sl.patch
===================================================================
--- packages/python-softlayer/trunk/debian/patches/1001-rename_sl.patch 2015-09-10 21:22:45 UTC (rev 34226)
+++ packages/python-softlayer/trunk/debian/patches/1001-rename_sl.patch 2015-09-11 12:22:40 UTC (rev 34227)
@@ -5,11 +5,11 @@
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: python-softlayer-4.0.3/setup.py
+Index: python-softlayer-4.1.1/setup.py
===================================================================
---- python-softlayer-4.0.3.orig/setup.py 2015-06-22 22:57:09.872020045 -0400
-+++ python-softlayer-4.0.3/setup.py 2015-06-22 22:57:46.760020831 -0400
-@@ -48,7 +48,7 @@
+--- python-softlayer-4.1.1.orig/setup.py 2015-09-03 19:16:06.190515696 -0400
++++ python-softlayer-4.1.1/setup.py 2015-09-03 19:16:06.186515696 -0400
+@@ -27,7 +27,7 @@
entry_points={
'console_scripts': [
'slcli = SoftLayer.CLI.core:main',
More information about the Python-modules-commits
mailing list