diff -Nru openpyxl-3.0.3/debian/changelog openpyxl-3.0.3/debian/changelog --- openpyxl-3.0.3/debian/changelog 2020-01-19 09:02:13.000000000 +0000 +++ openpyxl-3.0.3/debian/changelog 2020-02-02 04:24:16.000000000 +0000 @@ -1,15 +1,13 @@ -openpyxl (3.0.3-0ubuntu2) focal; urgency=medium +openpyxl (3.0.3-1) unstable; urgency=medium - * New upstream release. - * Stop building the Python2 package. + * New upstream release; Closes: #948841 + * debian/control + - update upstream copyright years + * debian/patches/up_no_lxml + - refresh patch + * Drop python2 support; Closes: #937210 - -- Matthias Klose Sun, 19 Jan 2020 10:02:13 +0100 - -openpyxl (2.4.9-1ubuntu1) focal; urgency=medium - - * Build-depend on dh-python, python-all. - - -- Matthias Klose Mon, 13 Jan 2020 22:34:03 +0100 + -- Sandro Tosi Sat, 01 Feb 2020 23:24:16 -0500 openpyxl (2.4.9-1) unstable; urgency=medium diff -Nru openpyxl-3.0.3/debian/control openpyxl-3.0.3/debian/control --- openpyxl-3.0.3/debian/control 2020-01-19 09:02:13.000000000 +0000 +++ openpyxl-3.0.3/debian/control 2020-02-02 04:24:16.000000000 +0000 @@ -12,13 +12,11 @@ python3-pil, python3-lxml (>= 3.3.4), python3-et-xmlfile, - python-jdcal, python3-jdcal Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/science-team/openpyxl.git Vcs-Git: https://salsa.debian.org/science-team/openpyxl.git Homepage: http://bitbucket.org/openpyxl/openpyxl/ -X-Python3-Version: >= 3.2 Package: python3-openpyxl Architecture: all diff -Nru openpyxl-3.0.3/debian/copyright openpyxl-3.0.3/debian/copyright --- openpyxl-3.0.3/debian/copyright 2018-01-12 10:57:28.000000000 +0000 +++ openpyxl-3.0.3/debian/copyright 2020-02-02 04:24:16.000000000 +0000 @@ -4,7 +4,7 @@ Source: https://bitbucket.org/openpyxl/openpyxl/ Files: * -Copyright: 2010-2015, openpyxl +Copyright: 2010-2019, openpyxl License: MIT Files: openpyxl/compat/odict.py diff -Nru openpyxl-3.0.3/debian/patches/up_no_lxml openpyxl-3.0.3/debian/patches/up_no_lxml --- openpyxl-3.0.3/debian/patches/up_no_lxml 2020-01-19 09:02:13.000000000 +0000 +++ openpyxl-3.0.3/debian/patches/up_no_lxml 2020-02-02 04:24:16.000000000 +0000 @@ -8,8 +8,6 @@ Applied-Upstream: 2017-01-17 Last-Update: 2017-02-07 -Index: b/openpyxl/xml/tests/test_functions.py -=================================================================== --- a/openpyxl/xml/tests/test_functions.py +++ b/openpyxl/xml/tests/test_functions.py @@ -6,6 +6,7 @@ from io import BytesIO diff -Nru openpyxl-3.0.3/debian/rules openpyxl-3.0.3/debian/rules --- openpyxl-3.0.3/debian/rules 2020-01-19 09:02:13.000000000 +0000 +++ openpyxl-3.0.3/debian/rules 2020-02-02 04:24:16.000000000 +0000 @@ -15,13 +15,10 @@ python-install%: python$* setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: ${PY3VERS:%=python-test%} python-test%: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) LC_ALL=C.UTF-8 python$* /usr/bin/py.test-3 openpyxl -else -override_dh_auto_test: - @echo nocheck in DEB_BUILD_OPTIONS. endif override_dh_installchangelogs: