Control: tags 938301 + patch
Dear maintainer, I've prepared an NMU for pywavelets (versioned as 0.5.1-1.2). The diff is attached to this message. Regards.
diff -Nru pywavelets-0.5.1/debian/changelog pywavelets-0.5.1/debian/changelog --- pywavelets-0.5.1/debian/changelog 2017-03-27 03:42:33.000000000 -0400 +++ pywavelets-0.5.1/debian/changelog 2019-12-13 13:37:57.000000000 -0500 @@ -1,3 +1,10 @@ +pywavelets (0.5.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938301 + + -- Sandro Tosi <mo...@debian.org> Fri, 13 Dec 2019 13:37:57 -0500 + pywavelets (0.5.1-1.1) unstable; urgency=medium [ Balint Reczey ] diff -Nru pywavelets-0.5.1/debian/control pywavelets-0.5.1/debian/control --- pywavelets-0.5.1/debian/control 2016-12-22 18:28:30.000000000 -0500 +++ pywavelets-0.5.1/debian/control 2019-12-13 13:36:16.000000000 -0500 @@ -4,15 +4,11 @@ Section: python Priority: optional Build-Depends: - cython (>=0.16), + cython3 (>=0.16), debhelper (>= 9), dh-python, - python-all-dev (>=2.6.6-3), - python-nose, - python-numpy (>= 1:0.9.8-2), - python-numpydoc, - python-setuptools (>= 0.6b3-1~), - python-sphinx (>= 1.0.7+dfsg), + python3-numpydoc, + python3-sphinx (>= 1.0.7+dfsg), python3-all-dev, python3-nose, python3-numpy, @@ -24,19 +20,6 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pywavelets.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pywavelets.git -Package: python-pywt -Architecture: any -Depends: - ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends}, - python-numpy (>= 1:0.9.8-2) -Description: Python extension implementing of wavelet transformations - PyWavelets implements the discrete wavelet transform (DWT) popular in - numerical harmonic analysis for numerous families of wavelets, including - Haar, Daubechies, Symlet, Coiflet, biorthogonal wavelets in one and two - dimensions. - Package: python3-pywt Architecture: any Depends: diff -Nru pywavelets-0.5.1/debian/rules pywavelets-0.5.1/debian/rules --- pywavelets-0.5.1/debian/rules 2017-03-27 03:42:33.000000000 -0400 +++ pywavelets-0.5.1/debian/rules 2019-12-13 13:37:28.000000000 -0500 @@ -11,7 +11,7 @@ SPHINXOPTS := -D html_last_updated_fmt="$(BUILD_DATE)" %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_clean: @@ -23,7 +23,7 @@ override_dh_auto_build: dh_auto_build - PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build $(SPHINXOPTS) -N -bhtml doc/source doc/build/html + PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx $(SPHINXOPTS) -N -bhtml doc/source doc/build/html override_dh_auto_install: dh_auto_install
_______________________________________________ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team