[med-svn] r23828 - in trunk/packages/python-matplotlib-venn/branches/jessie-backports: . 0.11.5-1~bpo8+1
Andreas Tille
tille at moszumanska.debian.org
Fri Jun 16 08:40:21 UTC 2017
Author: tille
Date: 2017-06-16 08:40:20 +0000 (Fri, 16 Jun 2017)
New Revision: 23828
Added:
trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/
Modified:
trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/changelog
trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/compat
trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/control
trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/watch
Log:
Tagged 0.11.5-1~bpo8+1
Modified: trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/changelog
===================================================================
--- trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11-1~bpo8+1/changelog 2017-06-16 08:39:22 UTC (rev 23827)
+++ trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/changelog 2017-06-16 08:40:20 UTC (rev 23828)
@@ -1,3 +1,43 @@
+python-matplotlib-venn (0.11.5-1~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+
+ -- Andreas Tille <tille at debian.org> Fri, 16 Jun 2017 10:03:41 +0200
+
+python-matplotlib-venn (0.11.5-1) unstable; urgency=medium
+
+ * New upstream version
+ * Fix typo in Vcs fields
+
+ -- Andreas Tille <tille at debian.org> Tue, 24 Jan 2017 08:16:33 +0100
+
+python-matplotlib-venn (0.11.4-1) unstable; urgency=medium
+
+ * New upstream version
+ * d/watch:
+ - Fixed
+ - version=4
+ * debhelper 10
+ * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Thu, 01 Dec 2016 14:22:34 +0100
+
+python-matplotlib-venn (0.11.2-1) unstable; urgency=medium
+
+ * New upstream version (patch applied upstream)
+ Closes: #813782
+ * Force xz compression in watch file
+
+ -- Andreas Tille <tille at debian.org> Sat, 13 Feb 2016 17:17:35 +0100
+
+python-matplotlib-venn (0.11-2) unstable; urgency=medium
+
+ * Fix setup.py (Thanks to Tomasz Buchert <tomasz at buchert.pl> for the patch)
+ Closes: #802354
+ * Different short descriptions
+
+ -- Andreas Tille <tille at debian.org> Fri, 23 Oct 2015 08:10:50 +0200
+
python-matplotlib-venn (0.11-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
Modified: trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/compat
===================================================================
--- trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11-1~bpo8+1/compat 2017-06-16 08:39:22 UTC (rev 23827)
+++ trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/compat 2017-06-16 08:40:20 UTC (rev 23828)
@@ -1 +1 @@
-9
+10
Modified: trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/control
===================================================================
--- trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11-1~bpo8+1/control 2017-06-16 08:39:22 UTC (rev 23827)
+++ trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/control 2017-06-16 08:40:20 UTC (rev 23828)
@@ -1,9 +1,9 @@
Source: python-matplotlib-venn
-Section: python
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9),
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 10),
dh-python,
python,
python-setuptools,
@@ -19,18 +19,18 @@
python3-tk,
xauth,
xvfb
-XS-Python-Version: all
-X-Python3-Version: >= 3.2
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-mathplotlib-venn/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-mathplotlib-venn/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-matplotlib-venn/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-matplotlib-venn/trunk/
Homepage: https://pypi.python.org/pypi/matplotlib-venn
+X-Python-Version: all
+X-Python3-Version: >= 3.2
Package: python-matplotlib-venn
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
-Description: plotting area-proportional two- and three-way Venn diagrams in matplotlib
+Description: Python plotting area-proportional two- and three-way Venn diagrams
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
@@ -44,7 +44,7 @@
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
-Description: plotting area-proportional two- and three-way Venn diagrams in matplotlib
+Description: Python 3 plotting area-proportional two- and three-way Venn diagrams
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
@@ -55,4 +55,3 @@
three-circle venn diagrams.
.
This package contains the Python 3 version of matplotlib.
-
Modified: trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/watch
===================================================================
--- trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11-1~bpo8+1/watch 2017-06-16 08:39:22 UTC (rev 23827)
+++ trunk/packages/python-matplotlib-venn/branches/jessie-backports/0.11.5-1~bpo8+1/watch 2017-06-16 08:40:20 UTC (rev 23828)
@@ -1,3 +1,4 @@
-version=3
+version=4
-https://pypi.python.org/pypi/matplotlib-venn .*/m/matplotlib-venn/matplotlib-venn-([.\d]+)\.zip
+opts=compression=xz \
+https://pypi.debian.net/matplotlib-venn/matplotlib-venn-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the debian-med-commit
mailing list