Andreas Tille pushed to branch upstream at Debian Med / python-colormap
Commits: 5f3af8ab by Andreas Tille at 2019-01-30T13:26:36Z New upstream version 1.0.2 - - - - - 5 changed files: - PKG-INFO - README.rst - setup.cfg - setup.py - src/colormap.egg-info/PKG-INFO Changes: ===================================== PKG-INFO ===================================== @@ -1,12 +1,13 @@ Metadata-Version: 1.1 Name: colormap -Version: 1.0.1 +Version: 1.0.2 Summary: Utilities to ease manipulation of matplotlib colormaps and color codecs (e.g., hex2rgb) Home-page: ['http://packages.python.org/colormap/'] Author: Thomas Cokelaer Author-email: [email protected] License: LGPL Download-URL: ['http://pypi.python.org/pypi/colormap'] +Description-Content-Type: UNKNOWN Description: ############################# COLORMAP documentation ############################# @@ -64,7 +65,7 @@ Description: ############################# * Even simpler if the colormap is linear:: c = Colormap() - mycmap = c.cmap_linear('red', 'black', 'green') + mycmap = c.cmap_linear('red', 'white', 'green(w3c)') cmap = c.test_colormap(mycmap) .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png ===================================== README.rst ===================================== @@ -55,7 +55,7 @@ Example * Even simpler if the colormap is linear:: c = Colormap() - mycmap = c.cmap_linear('red', 'black', 'green') + mycmap = c.cmap_linear('red', 'white', 'green(w3c)') cmap = c.test_colormap(mycmap) .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png ===================================== setup.cfg ===================================== @@ -1,25 +1,17 @@ -[sdist] - -[egg_info] -tag_build = -tag_date = 0 -tag_svn_revision = 0 +[upload_docs] +upload_dir = doc/build/html/ -[global] +[sdist] [build_sphinx] source_dir = doc/source build_dir = doc/build all_files = 1 -[nosetests] -where = test -with_coverage = True -cover_package = colormap -cover_erase = True -verbosity = 2 -logging_level = ERROR +[tool:pytest] +addopts = --durations=10 --verbose -n 1 --cov fitter --cov-report term-missing -[upload_docs] -upload_dir = doc/build/html/ +[egg_info] +tag_build = +tag_date = 0 ===================================== setup.py ===================================== @@ -7,7 +7,7 @@ import glob _MAJOR = 1 _MINOR = 0 -_MICRO = 1 +_MICRO = 2 version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO) release = '%d.%d' % (_MAJOR, _MINOR) ===================================== src/colormap.egg-info/PKG-INFO ===================================== @@ -1,12 +1,13 @@ Metadata-Version: 1.1 Name: colormap -Version: 1.0.1 +Version: 1.0.2 Summary: Utilities to ease manipulation of matplotlib colormaps and color codecs (e.g., hex2rgb) Home-page: ['http://packages.python.org/colormap/'] Author: Thomas Cokelaer Author-email: [email protected] License: LGPL Download-URL: ['http://pypi.python.org/pypi/colormap'] +Description-Content-Type: UNKNOWN Description: ############################# COLORMAP documentation ############################# @@ -64,7 +65,7 @@ Description: ############################# * Even simpler if the colormap is linear:: c = Colormap() - mycmap = c.cmap_linear('red', 'black', 'green') + mycmap = c.cmap_linear('red', 'white', 'green(w3c)') cmap = c.test_colormap(mycmap) .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png View it on GitLab: https://salsa.debian.org/med-team/python-colormap/commit/5f3af8aba3d9728305fea236fc7d999765795a11 -- View it on GitLab: https://salsa.debian.org/med-team/python-colormap/commit/5f3af8aba3d9728305fea236fc7d999765795a11 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
