[med-svn] [Git][med-team/python-matplotlib-venn][master] 6 commits: Drop Python2 support
Andreas Tille
gitlab at salsa.debian.org
Thu Sep 5 16:29:35 BST 2019
Andreas Tille pushed to branch master at Debian Med / python-matplotlib-venn
Commits:
d62d9b3c by Andreas Tille at 2019-09-05T15:18:30Z
Drop Python2 support
- - - - -
93bdc0d9 by Andreas Tille at 2019-09-05T15:18:45Z
debhelper-compat 12
- - - - -
23448f77 by Andreas Tille at 2019-09-05T15:18:50Z
Standards-Version: 4.4.0
- - - - -
e53b7a01 by Andreas Tille at 2019-09-05T15:18:50Z
Secure URI in copyright format
- - - - -
c0d483e4 by Andreas Tille at 2019-09-05T15:21:24Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
1affc0b2 by Andreas Tille at 2019-09-05T15:23:30Z
Upload to unstable
- - - - -
8 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/python-matplotlib-venn.docs
- − debian/python3-matplotlib-venn.docs
- + debian/python3-matplotlib-venn.docs
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+python-matplotlib-venn (0.11.5-6) unstable; urgency=medium
+
+ * Drop Python2 support
+ Closes: #937908
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+ * Secure URI in copyright format
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
+
+ -- Andreas Tille <tille at debian.org> Thu, 05 Sep 2019 17:21:25 +0200
+
python-matplotlib-venn (0.11.5-5) unstable; urgency=medium
* Testsuite: autopkgtest-pkg-python
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,42 +4,21 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
dh-python,
- python,
- python-setuptools,
- python-matplotlib,
- python-scipy,
- python-pytest,
- python-tk,
python3,
python3-setuptools,
python3-matplotlib,
python3-scipy,
python3-pytest,
python3-tk,
- xauth,
- xvfb
-Standards-Version: 4.1.4
+ xauth <!nocheck>,
+ xvfb <!nocheck>
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-matplotlib-venn
Vcs-Git: https://salsa.debian.org/med-team/python-matplotlib-venn.git
Homepage: https://pypi.python.org/pypi/matplotlib-venn
-Package: python-matplotlib-venn
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-tk
-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
- be accessed either via a functional interface familiar to Matlab
- users or an object oriented interface familiar to Python users.
- .
- This module provides routines for plotting area-weighted two- and
- three-circle venn diagrams.
-
Package: python3-matplotlib-venn
Architecture: all
Depends: ${misc:Depends},
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: matplotlib-venn
Upstream-Contact: Konstantin Tretyakov <kt at ut.ee>
Source: https://pypi.python.org/pypi/matplotlib-venn
=====================================
debian/python-matplotlib-venn.docs deleted
=====================================
@@ -1 +0,0 @@
-README.rst
=====================================
debian/python3-matplotlib-venn.docs deleted
=====================================
@@ -1 +0,0 @@
-python-matplotlib-venn.docs
\ No newline at end of file
=====================================
debian/python3-matplotlib-venn.docs
=====================================
@@ -0,0 +1 @@
+README.rst
=====================================
debian/rules
=====================================
@@ -4,7 +4,9 @@ export DH_VERBOSE := 1
export PYBUILD_NAME=matplotlib-venn
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" dh_auto_test
+endif
View it on GitLab: https://salsa.debian.org/med-team/python-matplotlib-venn/compare/e3578f253eb6ac9d169d817bdf0b5aa957bd73b1...1affc0b2df6b3b7dcb6650f9d58bd106f9cb99c4
--
View it on GitLab: https://salsa.debian.org/med-team/python-matplotlib-venn/compare/e3578f253eb6ac9d169d817bdf0b5aa957bd73b1...1affc0b2df6b3b7dcb6650f9d58bd106f9cb99c4
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/20190905/d2aa9839/attachment-0001.html>
More information about the debian-med-commit
mailing list