Andreas Tille pushed to branch master at Debian Med / python-colormap
Commits: b63ec270 by Andreas Tille at 2019-11-16T07:14:13Z Drop Python2 package - - - - - e90e0cd2 by Andreas Tille at 2019-11-16T07:14:34Z debhelper-compat 12 - - - - - a8b06d01 by Andreas Tille at 2019-11-16T07:14:41Z Standards-Version: 4.4.1 - - - - - 19ea8328 by Andreas Tille at 2019-11-16T07:14:42Z debian/copyright: Use spaces rather than tabs in continuation lines. - - - - - 475b1a44 by Andreas Tille at 2019-11-16T07:20:07Z Add myself to Uploaders - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +python-colormap (1.0.2-2) UNRELEASED; urgency=medium + + * Afif Elghraoui himself from Uploaders + * Add myself to Uploaders + * Drop Python2 package (addresses #937657) + * debhelper-compat 12 + * Standards-Version: 4.4.1 + * debian/copyright: Use spaces rather than tabs in continuation lines. + + -- Andreas Tille <[email protected]> Sat, 16 Nov 2019 08:12:48 +0100 + python-colormap (1.0.2-1) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -1,46 +1,23 @@ Source: python-colormap Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> Section: python Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-setuptools, - python-matplotlib, - python-numpy, - python-easydev, python3-all, python3-setuptools, python3-matplotlib, python3-numpy, python3-easydev, - python-tk <!nocheck>, - python-nose <!nocheck>, python3-tk <!nocheck>, python3-nose <!nocheck> -Standards-Version: 4.3.0 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/python-colormap Vcs-Git: https://salsa.debian.org/med-team/python-colormap.git Homepage: https://colormap.readthedocs.io/ -Package: python-colormap -Architecture: all -Depends: ${python:Depends}, - ${misc:Depends}, -# not sure why these didn't get added by dh-python - python-matplotlib, - python-numpy, - python-easydev -Description: ease manipulation of matplotlib colormaps and color codecs (Python 2) - The colormap package provides simple utilities to convert colors between RGB, - HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All - matplotlib colormaps and some R colormaps are available altogether. The - plot_colormap method (see below) is handy to quickly pick up a colormaps and - the test_colormap is useful to see test a new colormap. - . - This package installs the library for Python 2. - Package: python3-colormap Architecture: all Depends: ${python3:Depends}, ===================================== debian/copyright ===================================== @@ -7,10 +7,10 @@ Copyright: 2014 Thomas Cokelaer <[email protected]> License: BSD-3-Clause/colormap Files: - src/colormap/colors.py - src/colormap/__init__.py - src/colormap/xfree86.py - src/colormap/get_cmap.py + src/colormap/colors.py + src/colormap/__init__.py + src/colormap/xfree86.py + src/colormap/get_cmap.py Copyright: 2011-2014 Thomas Cokelaer <[email protected]> License: GPL-3.0 ===================================== debian/rules ===================================== @@ -10,4 +10,4 @@ export NOSE_VERBOSE=2 export MPLCONFIGDIR=$(CURDIR)/debian/matplotlib %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/med-team/python-colormap/compare/025acb26b26faff59e81816fc09bd4e5f2e3443e...475b1a442063dc2a479007ec84cfbef9960e004d -- View it on GitLab: https://salsa.debian.org/med-team/python-colormap/compare/025acb26b26faff59e81816fc09bd4e5f2e3443e...475b1a442063dc2a479007ec84cfbef9960e004d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
