diff -Nru python-ofxhome-0.3.3/debian/changelog python-ofxhome-0.3.3/debian/changelog --- python-ofxhome-0.3.3/debian/changelog 2018-04-30 09:11:17.000000000 +0000 +++ python-ofxhome-0.3.3/debian/changelog 2019-12-17 12:53:05.000000000 +0000 @@ -1,3 +1,16 @@ +python-ofxhome (0.3.3-3build1) focal; urgency=medium + + * No-change rebuild to generate dependencies on python2. + + -- Matthias Klose Tue, 17 Dec 2019 12:53:05 +0000 + +python-ofxhome (0.3.3-3) unstable; urgency=medium + + * QA upload. + * Drop Python 2 support (Closes: #937966). + + -- Andrey Rahmatullin Thu, 05 Sep 2019 22:28:38 +0500 + python-ofxhome (0.3.3-2) unstable; urgency=medium * Support Python 3. diff -Nru python-ofxhome-0.3.3/debian/control python-ofxhome-0.3.3/debian/control --- python-ofxhome-0.3.3/debian/control 2018-04-30 09:11:17.000000000 +0000 +++ python-ofxhome-0.3.3/debian/control 2019-09-05 17:28:38.000000000 +0000 @@ -4,9 +4,7 @@ Maintainer: Debian QA Group Build-Depends: debhelper (>= 9) , dh-python - , python-all (>= 2.7~) , python3-all - , python-setuptools , python3-setuptools Standards-Version: 3.9.8 Homepage: https://github.com/captin411/ofxhome @@ -14,24 +12,6 @@ Vcs-Git: https://git.dgit.debian.org/python-ofxhome Vcs-Browser: https://browse.dgit.debian.org/python-ofxhome.git/ -Package: python-ofxhome -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -Description: ofxhome.com financial institution lookup REST client (Python 2.7) - ofxhome is a REST client for the web service provided by ofxhome.com. - . - ofxhome.com provides a way to discover the Open Financial Exchange - (OFX) URLs and financial institution IDs for banks and other - financial institutions. - . - ofxhome is a sort of "DNS" for financial institution OFX URLs and - IDs. - . - This client by itself is not all that useful unless you are coupling - it with software that needs this lookup capability. - . - This package is for Python 2.7. - Package: python3-ofxhome Architecture: all Depends: ${python3:Depends}, ${misc:Depends} diff -Nru python-ofxhome-0.3.3/debian/python-ofxhome.docs python-ofxhome-0.3.3/debian/python-ofxhome.docs --- python-ofxhome-0.3.3/debian/python-ofxhome.docs 2018-04-30 09:11:17.000000000 +0000 +++ python-ofxhome-0.3.3/debian/python-ofxhome.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -README diff -Nru python-ofxhome-0.3.3/debian/rules python-ofxhome-0.3.3/debian/rules --- python-ofxhome-0.3.3/debian/rules 2018-04-30 09:11:17.000000000 +0000 +++ python-ofxhome-0.3.3/debian/rules 2019-09-05 17:27:47.000000000 +0000 @@ -6,4 +6,4 @@ %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild