Andreas Tille pushed to branch master at Debian Med / python-biom-format
Commits: 8a6e0236 by Andreas Tille at 2024-01-05T21:55:53+01:00 Drop python3-future from Build-Depends - - - - - d44dd63f by Andreas Tille at 2024-01-05T21:56:14+01:00 routine-update: Build-Depends: s/dh-python/dh-sequence-python3/ - - - - - 7de41b27 by Andreas Tille at 2024-01-05T21:58:55+01:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/fix_future_import.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-biom-format (2.1.15.2-2) unstable; urgency=medium + + * Drop python3-future from Build-Depends + Closes: #1059948 + * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) + + -- Andreas Tille <[email protected]> Fri, 05 Jan 2024 21:56:52 +0100 + python-biom-format (2.1.15.2-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -6,13 +6,12 @@ Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, help2man, bash-completion, cython3, python3-all-dev, python3-click, - python3-future, python3-h5py, python3-numpy, python3-numpydoc, ===================================== debian/patches/fix_future_import.patch ===================================== @@ -1,16 +1,10 @@ Author: Andreas Tille <[email protected]> -Last-Update: Sat, 24 Oct 2015 18:07:11 +0200 -Description: "from __future__ import" needs to be the first line of code +Last-Update: Fri, 05 Jan 2024 21:52:13 +0100 +Description: future is not needed any more ---- python-biom-format.orig/biom/__init__.py -+++ python-biom-format/biom/__init__.py -@@ -48,12 +48,12 @@ - # The full license is in the file COPYING.txt, distributed with this software. - # ---------------------------------------------------------------------------- - -+from __future__ import absolute_import -+ - from .table import Table +--- a/biom/__init__.py ++++ b/biom/__init__.py +@@ -52,8 +52,6 @@ from .table import Table from .parse import parse_biom_table as parse_table, load_table, save_table from .util import __format_version__, __version__ @@ -19,3 +13,19 @@ Description: "from __future__ import" needs to be the first line of code __author__ = "Daniel McDonald" __copyright__ = "Copyright 2011-2020, The BIOM Format Development Team" __credits__ = ["Daniel McDonald", "Jai Ram Rideout", "Greg Caporaso", +--- a/doc/sphinxext/numpydoc/numpydoc/__init__.py ++++ b/doc/sphinxext/numpydoc/numpydoc/__init__.py +@@ -1,3 +1 @@ +-from __future__ import division, absolute_import, print_function +- + from .numpydoc import setup +--- a/doc/sphinxext/numpydoc/numpydoc/linkcode.py ++++ b/doc/sphinxext/numpydoc/numpydoc/linkcode.py +@@ -9,7 +9,6 @@ + :license: BSD, see LICENSE for details. + + """ +-from __future__ import division, absolute_import, print_function + + import warnings + import collections ===================================== debian/rules ===================================== @@ -16,7 +16,7 @@ export PYBUILD_BEFORE_TEST=cp -r {dir}/examples {build_dir} export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow %: - dh $@ --with python3,bash-completion,sphinxdoc --buildsystem=pybuild + dh $@ --with bash-completion,sphinxdoc --buildsystem=pybuild override_dh_auto_build: # arch View it on GitLab: https://salsa.debian.org/med-team/python-biom-format/-/compare/9e16fa9ec172f54384fe647f0497347940d2edea...7de41b27960ac73ede32397f30f5e897ef2c12e0 -- View it on GitLab: https://salsa.debian.org/med-team/python-biom-format/-/compare/9e16fa9ec172f54384fe647f0497347940d2edea...7de41b27960ac73ede32397f30f5e897ef2c12e0 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
