[med-svn] [Git][med-team/python-multipletau][master] 4 commits: Drop Python2 support
Andreas Tille
gitlab at salsa.debian.org
Wed Sep 4 15:46:52 BST 2019
Andreas Tille pushed to branch master at Debian Med / python-multipletau
Commits:
fa11fbac by Andreas Tille at 2019-09-04T14:40:08Z
Drop Python2 support
- - - - -
35aedbac by Andreas Tille at 2019-09-04T14:40:51Z
debhelper-compat 12
- - - - -
8ebfccb2 by Andreas Tille at 2019-09-04T14:41:06Z
Standards-Version: 4.4.0
- - - - -
526050cd by Andreas Tille at 2019-09-04T14:43:29Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/python-multipletau-doc.doc-base
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+python-multipletau (0.3.3+ds-2) unstable; urgency=medium
+
+ * Team upload.
+ * Drop Python2 support
+ Closes: #937934
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+
+ -- Andreas Tille <tille at debian.org> Wed, 04 Sep 2019 16:41:07 +0200
+
python-multipletau (0.3.3+ds-1) unstable; urgency=medium
* New upstream version 0.3.3+ds
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -3,16 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Alexandre Mestiashvili <mestia at debian.org>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
dh-python,
- python-all,
- python-mock,
- python-numpy,
- python-numpydoc,
- python-pytest,
- python-pytest-runner,
- python-setuptools,
- python-sphinx,
python3-all,
python3-mock,
python3-numpy,
@@ -21,31 +13,17 @@ Build-Depends: debhelper (>= 11~),
python3-pytest-runner,
python3-setuptools,
python3-sphinx
-Standards-Version: 4.2.1
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-multipletau
Vcs-Git: https://salsa.debian.org/med-team/python-multipletau.git
Homepage: https://github.com/FCS-analysis/multipletau
-Package: python-multipletau
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends}
-Description: multiple-tau algorithm for Python/NumPy
- Multipe-tau correlation is computed on a logarithmic scale (less
- data points are computed) and is thus much faster than conventional
- correlation on a linear scale such as `numpy.correlate`
- .
- An online reference is available
- at http://paulmueller.github.io/multipletau
- .
- This is the Python 2 version of the package
-
Package: python3-multipletau
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: multiple-tau algorithm for Python3/NumPy
- Multipe-tau correlation is computed on a logarithmic scale (less
+ Multiple-tau correlation is computed on a logarithmic scale (less
data points are computed) and is thus much faster than conventional
correlation on a linear scale such as `numpy.correlate`
.
=====================================
debian/python-multipletau-doc.doc-base
=====================================
@@ -7,5 +7,5 @@ Abstract: This is the documentation of multipletau
Section: Programming/Python
Format: HTML
-Index: /usr/share/doc/python-multipletau/html/index.html
-Files: /usr/share/doc/python-multipletau/html/*
+Index: /usr/share/doc/python-multipletau-doc/html/index.html
+Files: /usr/share/doc/python-multipletau-doc/html/*
=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@ export PYBUILD_TEST_PYTEST=1
export LC_ALL=C.UTF-8
%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
View it on GitLab: https://salsa.debian.org/med-team/python-multipletau/compare/7b6a8daf2539ac652997dfeddf21dc3a86093562...526050cd191ed8b1ea3ed750ed669033fbf25e60
--
View it on GitLab: https://salsa.debian.org/med-team/python-multipletau/compare/7b6a8daf2539ac652997dfeddf21dc3a86093562...526050cd191ed8b1ea3ed750ed669033fbf25e60
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/20190904/a274eeaf/attachment-0001.html>
More information about the debian-med-commit
mailing list