diff -Nru python-launchpadlib-1.10.5/debian/changelog python-launchpadlib-1.10.6/debian/changelog --- python-launchpadlib-1.10.5/debian/changelog 2017-09-05 11:36:21.000000000 +0000 +++ python-launchpadlib-1.10.6/debian/changelog 2018-03-08 11:43:11.000000000 +0000 @@ -1,3 +1,17 @@ +python-launchpadlib (1.10.6-1) unstable; urgency=medium + + [ Colin Watson ] + * Team upload. + * New upstream release: + - Fix saving of credentials in python3 with gnome-keyring (closes: + #882166, LP: #1685962). + * Move VCS to salsa.debian.org. + + [ Ondřej Nový ] + * d/copyright: Use https protocol in Format field + + -- Colin Watson Thu, 08 Mar 2018 11:43:11 +0000 + python-launchpadlib (1.10.5-1) unstable; urgency=medium * Team upload. diff -Nru python-launchpadlib-1.10.5/debian/control python-launchpadlib-1.10.6/debian/control --- python-launchpadlib-1.10.5/debian/control 2017-09-05 11:30:03.000000000 +0000 +++ python-launchpadlib-1.10.6/debian/control 2018-03-08 11:40:18.000000000 +0000 @@ -10,7 +10,6 @@ python-all (>= 2.6.6-3~), python-keyring (>= 0.5), python-lazr.restfulclient (>= 0.11.2), - python-oauth, python-setuptools, python-simplejson, python-testresources, @@ -19,15 +18,14 @@ python3-all (>= 2.6.6-3~), python3-keyring (>= 0.5), python3-lazr.restfulclient (>= 0.11.2), - python3-oauth, python3-setuptools, python3-simplejson, python3-testresources, python3-wadllib, Standards-Version: 3.9.6 Homepage: https://launchpad.net/launchpadlib -Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-launchpadlib.git -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-launchpadlib.git +Vcs-Git: https://salsa.debian.org/python-team/modules/python-launchpadlib +Vcs-Browser: https://salsa.debian.org/python-team/modules/python-launchpadlib X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 @@ -38,7 +36,6 @@ python-keyring (>= 0.5), python-lazr.restfulclient (>= 0.11.2), python-lazr.uri (>= 1.0.2-4~), - python-oauth, python-simplejson, python-wadllib, ${misc:Depends}, @@ -66,7 +63,6 @@ python3-keyring (>= 0.5), python3-lazr.restfulclient (>= 0.11.2), python3-lazr.uri (>= 1.0.2-4~), - python3-oauth, python3-simplejson, python3-wadllib, ${misc:Depends}, diff -Nru python-launchpadlib-1.10.5/debian/copyright python-launchpadlib-1.10.6/debian/copyright --- python-launchpadlib-1.10.5/debian/copyright 2017-09-05 11:30:03.000000000 +0000 +++ python-launchpadlib-1.10.6/debian/copyright 2018-03-08 11:39:08.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: launchpadlib Source: https://launchpad.net/launchpadlib diff -Nru python-launchpadlib-1.10.5/debian/.git-dpm python-launchpadlib-1.10.6/debian/.git-dpm --- python-launchpadlib-1.10.5/debian/.git-dpm 2017-09-05 11:30:03.000000000 +0000 +++ python-launchpadlib-1.10.6/debian/.git-dpm 2018-03-08 11:39:08.000000000 +0000 @@ -1,11 +1,11 @@ # see git-dpm(1) from git-dpm package -cbdb8c9fc66ec9593ce764570439e77d76855d77 -cbdb8c9fc66ec9593ce764570439e77d76855d77 -058685f882beb7f51e2471bba15f11593f40a5db -058685f882beb7f51e2471bba15f11593f40a5db -python-launchpadlib_1.10.5.orig.tar.gz -368c24fdc0f2c5a3cb6b4a3d1b1efc23d0c6f228 -58180 +422cb71726698b7b338e4ab101388773679cdf05 +422cb71726698b7b338e4ab101388773679cdf05 +01d63d9cb3280c719fc479ac4225d7685793c9ac +01d63d9cb3280c719fc479ac4225d7685793c9ac +python-launchpadlib_1.10.6.orig.tar.gz +5c340f2ec1b5eabb667a64d1cd74df36019cf6ca +58795 debianTag="debian/%e%v" patchedTag="patched/%e%v" upstreamTag="upstream/%e%u" diff -Nru python-launchpadlib-1.10.5/debian/patches/no_package_data.patch python-launchpadlib-1.10.6/debian/patches/no_package_data.patch --- python-launchpadlib-1.10.5/debian/patches/no_package_data.patch 2017-09-05 11:30:03.000000000 +0000 +++ python-launchpadlib-1.10.6/debian/patches/no_package_data.patch 2018-03-08 11:39:08.000000000 +0000 @@ -1,4 +1,4 @@ -From cbdb8c9fc66ec9593ce764570439e77d76855d77 Mon Sep 17 00:00:00 2001 +From 422cb71726698b7b338e4ab101388773679cdf05 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Thu, 8 Oct 2015 12:22:11 -0700 Subject: Do not install documentation files in Python module directory @@ -12,10 +12,10 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py -index a1ff3f9..bdfa18e 100755 +index 5376415..dbe9547 100755 --- a/setup.py +++ b/setup.py -@@ -56,7 +56,7 @@ setup( +@@ -55,7 +55,7 @@ setup( version=__version__, packages=find_packages('src'), package_dir={'':'src'}, diff -Nru python-launchpadlib-1.10.5/PKG-INFO python-launchpadlib-1.10.6/PKG-INFO --- python-launchpadlib-1.10.5/PKG-INFO 2017-02-02 12:14:07.000000000 +0000 +++ python-launchpadlib-1.10.6/PKG-INFO 2018-03-08 11:32:47.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: launchpadlib -Version: 1.10.5 +Version: 1.10.6 Summary: Script Launchpad through its web services interfaces. Officially supported. Home-page: https://help.launchpad.net/API/launchpadlib Author: LAZR Developers @@ -31,6 +31,10 @@ NEWS for launchpadlib ===================== + 1.10.6 (2018-03-08) + =================== + - Fix saving of credentials in python3 with gnome-keyring. [bug=1685962] + 1.10.5 (2017-02-02) =================== - Fix AccessToken.from_string crash on Python 3. [bug=1471927] @@ -333,3 +337,5 @@ Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 3 diff -Nru python-launchpadlib-1.10.5/setup.py python-launchpadlib-1.10.6/setup.py --- python-launchpadlib-1.10.5/setup.py 2014-11-27 14:13:18.000000000 +0000 +++ python-launchpadlib-1.10.6/setup.py 2018-02-08 08:36:24.000000000 +0000 @@ -43,7 +43,6 @@ 'keyring', 'lazr.restfulclient>=0.9.19', 'lazr.uri', - 'oauth', 'setuptools', 'testresources', 'wadllib', @@ -75,6 +74,9 @@ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", - "Programming Language :: Python"], + "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3", + ], test_suite='launchpadlib.tests', ) diff -Nru python-launchpadlib-1.10.5/src/launchpadlib/credentials.py python-launchpadlib-1.10.6/src/launchpadlib/credentials.py --- python-launchpadlib-1.10.5/src/launchpadlib/credentials.py 2017-01-31 13:35:12.000000000 +0000 +++ python-launchpadlib-1.10.6/src/launchpadlib/credentials.py 2018-03-08 11:12:39.000000000 +0000 @@ -380,7 +380,7 @@ # this problem by base 64 encoding the serialized value. serialized = self.B64MARKER + b64encode(serialized) keyring.set_password( - 'launchpadlib', unique_key, serialized) + 'launchpadlib', unique_key, serialized.decode('utf-8')) def do_load(self, unique_key): """Retrieve credentials from the keyring.""" diff -Nru python-launchpadlib-1.10.5/src/launchpadlib/__init__.py python-launchpadlib-1.10.6/src/launchpadlib/__init__.py --- python-launchpadlib-1.10.5/src/launchpadlib/__init__.py 2017-02-02 12:07:29.000000000 +0000 +++ python-launchpadlib-1.10.6/src/launchpadlib/__init__.py 2018-03-08 11:32:44.000000000 +0000 @@ -14,4 +14,4 @@ # You should have received a copy of the GNU Lesser General Public License # along with launchpadlib. If not, see . -__version__ = '1.10.5' +__version__ = '1.10.6' diff -Nru python-launchpadlib-1.10.5/src/launchpadlib/NEWS.txt python-launchpadlib-1.10.6/src/launchpadlib/NEWS.txt --- python-launchpadlib-1.10.5/src/launchpadlib/NEWS.txt 2017-02-02 12:12:40.000000000 +0000 +++ python-launchpadlib-1.10.6/src/launchpadlib/NEWS.txt 2018-03-08 11:30:28.000000000 +0000 @@ -2,6 +2,10 @@ NEWS for launchpadlib ===================== +1.10.6 (2018-03-08) +=================== +- Fix saving of credentials in python3 with gnome-keyring. [bug=1685962] + 1.10.5 (2017-02-02) =================== - Fix AccessToken.from_string crash on Python 3. [bug=1471927] diff -Nru python-launchpadlib-1.10.5/src/launchpadlib.egg-info/PKG-INFO python-launchpadlib-1.10.6/src/launchpadlib.egg-info/PKG-INFO --- python-launchpadlib-1.10.5/src/launchpadlib.egg-info/PKG-INFO 2017-02-02 12:14:07.000000000 +0000 +++ python-launchpadlib-1.10.6/src/launchpadlib.egg-info/PKG-INFO 2018-03-08 11:32:47.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: launchpadlib -Version: 1.10.5 +Version: 1.10.6 Summary: Script Launchpad through its web services interfaces. Officially supported. Home-page: https://help.launchpad.net/API/launchpadlib Author: LAZR Developers @@ -31,6 +31,10 @@ NEWS for launchpadlib ===================== + 1.10.6 (2018-03-08) + =================== + - Fix saving of credentials in python3 with gnome-keyring. [bug=1685962] + 1.10.5 (2017-02-02) =================== - Fix AccessToken.from_string crash on Python 3. [bug=1471927] @@ -333,3 +337,5 @@ Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 3 diff -Nru python-launchpadlib-1.10.5/src/launchpadlib.egg-info/requires.txt python-launchpadlib-1.10.6/src/launchpadlib.egg-info/requires.txt --- python-launchpadlib-1.10.5/src/launchpadlib.egg-info/requires.txt 2017-02-02 12:14:07.000000000 +0000 +++ python-launchpadlib-1.10.6/src/launchpadlib.egg-info/requires.txt 2018-03-08 11:32:47.000000000 +0000 @@ -2,7 +2,6 @@ keyring lazr.restfulclient>=0.9.19 lazr.uri -oauth setuptools testresources -wadllib \ No newline at end of file +wadllib