Andreas Tille pushed to branch master at Debian Med / patsy
Commits: 5db8673b by Andreas Tille at 2020-02-26T14:18:33+01:00 routine-update: Standards-Version: 4.5.0 - - - - - bfa9ae24 by Andreas Tille at 2020-02-26T14:18:33+01:00 routine-update: debhelper-compat 12 - - - - - db1ff5d6 by Andreas Tille at 2020-02-26T14:18:58+01:00 routine-update: Secure URI in copyright format - - - - - 7e5102f2 by Andreas Tille at 2020-02-26T14:18:58+01:00 R-U: Trailing whitespace in debian/changelog - - - - - 4ae684ef by Andreas Tille at 2020-02-26T14:18:58+01:00 R-U: Trailing whitespace in debian/rules - - - - - b8e369ec by Andreas Tille at 2020-02-26T14:20:07+01:00 routine-update: Do not parse d/changelog - - - - - a2ddf511 by Andreas Tille at 2020-02-26T14:20:07+01:00 routine-update: Add salsa-ci file - - - - - 14ed5a22 by Andreas Tille at 2020-02-26T14:20:10+01:00 Use secure URI in Homepage field. Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html - - - - - 25815eef by Andreas Tille at 2020-02-26T14:20:20+01:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html - - - - - 079cca5d by Andreas Tille at 2020-02-26T14:26:49+01:00 Uplaod to unstable - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules - + debian/salsa-ci.yml - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -patsy (0.5.1-1) UNRELEASED; urgency=medium +patsy (0.5.1-1) unstable; urgency=medium * Team upload. @@ -9,8 +9,18 @@ patsy (0.5.1-1) UNRELEASED; urgency=medium [ Andreas Tille ] * Package maintained by Debian Med team * debian/gbp.conf: Removed since converted to default branch layout - - -- Andreas Tille <[email protected]> Wed, 26 Feb 2020 14:01:06 +0100 + * Standards-Version: 4.5.0 (routine-update) + * debhelper-compat 12 (routine-update) + * Secure URI in copyright format (routine-update) + * Remove trailing whitespace in debian/changelog (routine-update) + * Remove trailing whitespace in debian/rules (routine-update) + * Do not parse d/changelog (routine-update) + * Add salsa-ci file (routine-update) + * Use secure URI in Homepage field. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Andreas Tille <[email protected]> Wed, 26 Feb 2020 14:20:20 +0100 patsy (0.5.1-0.2) unstable; urgency=medium @@ -79,7 +89,7 @@ patsy (0.3.0-2) unstable; urgency=medium patsy (0.3.0-1) unstable; urgency=medium - * New upstream release + * New upstream release - addresses FTBFS due to API breakage in IPython 2.0 (Closes: #751045) * debian/patches -- all CPed changesets dropped * debian/control ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -1,9 +1,10 @@ Source: patsy +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Yaroslav Halchenko <[email protected]>, + Michael Hanke <[email protected]> Section: python Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Yaroslav Halchenko <[email protected]>, Michael Hanke <[email protected]> -Build-Depends: debhelper (>= 7.0.50), +Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, @@ -15,17 +16,18 @@ Build-Depends: debhelper (>= 7.0.50), python3-matplotlib, python3-sphinx, ipython3, - ipython3 (>= 1.0) | ipython1x, -Standards-Version: 3.9.4 + ipython3 | ipython1x +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/patsy Vcs-Git: https://salsa.debian.org/med-team/patsy.git -Homepage: http://github.com/pydata/patsy +Homepage: https://github.com/pydata/patsy Package: python3-patsy Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, - python3-numpy, -Recommends: python3-pandas, +Depends: ${misc:Depends}, + ${python3:Depends}, + python3-numpy +Recommends: python3-pandas Suggests: python-patsy-doc Description: statistical models in Python using symbolic formulas patsy is a Python library for describing statistical models @@ -37,7 +39,9 @@ Description: statistical models in Python using symbolic formulas Package: python-patsy-doc Architecture: all Section: doc -Depends: ${misc:Depends}, libjs-jquery, libjs-underscore +Depends: ${misc:Depends}, + libjs-jquery, + libjs-underscore Suggests: python3-patsy Description: documentation and examples for patsy This package contains documentation and example scripts for ===================================== 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: patsy Upstream-Contact: Nathaniel J. Smith <[email protected]> Source-Location: http://github.com/pydata/patsy ===================================== debian/rules ===================================== @@ -12,12 +12,10 @@ PYVER = $(shell pyversions -vd) PY3VERS = $(shell py3versions -vr) PY3VER = $(shell py3versions -vd) -UVER := $(shell LC_ALL=C dpkg-parsechangelog | awk '/^Version:/{print $$2;}' | sed -e 's,-[^-]*$$,,g') - # Some unittests might need to be excluded for different Python versions -EXCLUDE_TESTS3.2 := +EXCLUDE_TESTS3.2 := #--exclude "test_bootstrap_plot" -EXCLUDE_TESTS3.3 := +EXCLUDE_TESTS3.3 := #--exclude "test_(bootstrap_plot|quoting|cant_compare_tz_naive_w_aware|more_flexible_frame_multi_function|yahoo)" # MPLVER := $(shell dpkg -l python-matplotlib | awk '/^ii/{print $$3;}' || echo 0) ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/pydata/patsy/issues +Bug-Submit: https://github.com/pydata/patsy/issues/new +Repository: https://github.com/pydata/patsy.git +Repository-Browse: https://github.com/pydata/patsy View it on GitLab: https://salsa.debian.org/med-team/patsy/-/compare/8a57b60bc54152b3ded42e52820a54b51eb8ea1b...079cca5dcecd56fc8484e3f79705de866fa94e2c -- View it on GitLab: https://salsa.debian.org/med-team/patsy/-/compare/8a57b60bc54152b3ded42e52820a54b51eb8ea1b...079cca5dcecd56fc8484e3f79705de866fa94e2c 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
