[med-svn] [Git][med-team/python-colormap][master] 8 commits: New upstream version 1.0.2
Andreas Tille
gitlab at salsa.debian.org
Wed Jan 30 14:31:58 GMT 2019
Andreas Tille pushed to branch master at Debian Med / python-colormap
Commits:
5f3af8ab by Andreas Tille at 2019-01-30T13:26:36Z
New upstream version 1.0.2
- - - - -
c3608a46 by Andreas Tille at 2019-01-30T13:26:36Z
Update upstream source from tag 'upstream/1.0.2'
Update to upstream version '1.0.2'
with Debian dir 18124a50e39e28b9287529dbb13e87a240ccc872
- - - - -
d865c4ef by Andreas Tille at 2019-01-30T13:26:37Z
New upstream version
- - - - -
5bdd513a by Andreas Tille at 2019-01-30T13:26:37Z
debhelper 12
- - - - -
c1e2e4ef by Andreas Tille at 2019-01-30T14:09:07Z
Standards-Version: 4.3.0, cme fix dpkg-control
- - - - -
d71fe455 by Andreas Tille at 2019-01-30T14:10:47Z
Testsuite: autopkgtest-pkg-python
- - - - -
a3471fb9 by Andreas Tille at 2019-01-30T14:10:47Z
Remove trailing whitespace in debian/copyright
- - - - -
24ac4a8d by Andreas Tille at 2019-01-30T14:16:07Z
Upload to unstable
- - - - -
9 changed files:
- PKG-INFO
- README.rst
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- 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: cokelaer at ebi.ac.uk
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
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+python-colormap (1.0.2-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * debhelper 12
+ * Standards-Version: 4.3.0
+ * cme fix dpkg-control
+ * Testsuite: autopkgtest-pkg-python
+ * Remove trailing whitespace in debian/copyright
+
+ -- Andreas Tille <tille at debian.org> Wed, 30 Jan 2019 15:10:47 +0100
+
python-colormap (1.0.1-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12
=====================================
debian/control
=====================================
@@ -2,38 +2,37 @@ Source: python-colormap
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif at debian.org>
Section: python
+Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends:
- debhelper (>= 11~),
- 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.1.4
-+Vcs-Browser: https://salsa.debian.org/med-team/python-colormap
-+Vcs-Git: https://salsa.debian.org/med-team/python-colormap.git
+Build-Depends: debhelper (>= 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
+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},
+Depends: ${python:Depends},
+ ${misc:Depends},
# not sure why these didn't get added by dh-python
- python-matplotlib,
- python-numpy,
- python-easydev,
+ 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
@@ -45,13 +44,12 @@ Description: ease manipulation of matplotlib colormaps and color codecs (Python
Package: python3-colormap
Architecture: all
-Depends:
- ${python3:Depends},
- ${misc:Depends},
+Depends: ${python3:Depends},
+ ${misc:Depends},
# not sure why these didn't get added by dh-python
- python3-matplotlib,
- python3-numpy,
- python3-easydev,
+ python3-matplotlib,
+ python3-numpy,
+ python3-easydev
Description: ease manipulation of matplotlib colormaps and color codecs (Python 3)
The colormap package provides simple utilities to convert colors between RGB,
HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All
=====================================
debian/copyright
=====================================
@@ -32,15 +32,15 @@ License: BSD-3-Clause/colormap
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: GPL-3.0
=====================================
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: cokelaer at ebi.ac.uk
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/compare/990e717b3dcc4e5db7eaad3982f10a125bb5927e...24ac4a8d121cf9629ddb5c1ea44fdc1426857a4e
--
View it on GitLab: https://salsa.debian.org/med-team/python-colormap/compare/990e717b3dcc4e5db7eaad3982f10a125bb5927e...24ac4a8d121cf9629ddb5c1ea44fdc1426857a4e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190130/c371b04f/attachment-0001.html>
More information about the debian-med-commit
mailing list