Santiago Vila pushed to branch master at Debian Med / python-epimodels
Commits: 07d2b65d by Santiago Vila at 2026-01-30T19:04:00+01:00 Fix clean target. Closes: #1047829. - - - - - e3e2eb63 by Santiago Vila at 2026-01-30T19:05:00+01:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - 9c956424 by Santiago Vila at 2026-01-30T19:06:00+01:00 d/control: Drop "Priority: optional" (default). - - - - - 69aa43d4 by Santiago Vila at 2026-01-30T19:07:00+01:00 d/control: Update standards-version. - - - - - a7e289ac by Santiago Vila at 2026-01-30T19:08:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - cfcafbb9 by Santiago Vila at 2026-01-30T19:09:00+01:00 d/patches: Fix metadata. - - - - - 91aa1cf2 by Santiago Vila at 2026-01-30T19:10:00+01:00 Upload for unstable as 0.4.0-5 - - - - - 6 changed files: - debian/changelog - + debian/clean - debian/control - debian/patches/ignore_pyscaffold.patch - debian/patches/no_install_depends_cython.patch - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,20 @@ +python-epimodels (0.4.0-5) unstable; urgency=medium + + * Team upload. + + [ Alexandre Detiste ] + * trim d/rules with shorter syntax + + [ Santiago Vila ] + * Fix clean target. Closes: #1047829. + * d/control: Drop "Rules-Requires-Root: no" (default). + * d/control: Drop "Priority: optional" (default). + * d/control: Update standards-version. + * d/salsa-ci.yml: Use the simplified version. + * d/patches: Fix metadata. + + -- Santiago Vila <[email protected]> Fri, 30 Jan 2026 19:10:00 +0100 + python-epimodels (0.4.0-4) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +src/*.egg-info/ ===================================== debian/control ===================================== @@ -1,6 +1,5 @@ Source: python-epimodels Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Build-Depends: debhelper-compat (= 13), @@ -13,11 +12,10 @@ Build-Depends: debhelper-compat (= 13), python3-scipy <!nocheck>, python3-pytest <!nocheck>, python3-pytest-cov <!nocheck> -Standards-Version: 4.6.2 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/python-epimodels Vcs-Git: https://salsa.debian.org/med-team/python-epimodels.git Homepage: https://github.com/fccoelho/epimodels -Rules-Requires-Root: no Package: python3-epimodels Architecture: all ===================================== debian/patches/ignore_pyscaffold.patch ===================================== @@ -1,5 +1,5 @@ Author: Andreas Tille <[email protected]> -Last-Update: Sun, 21 Feb 2021 18:38:03 +0100 +Last-Update: 2021-02-21 Description: Avoid usage of pyscaffold Index: python-epimodels/setup.cfg ===================================== debian/patches/no_install_depends_cython.patch ===================================== @@ -1,7 +1,7 @@ Description: No runtime dependency from cython Bug-Debian: https://bugs.debian.org/1058002 Author: Andreas Tille <[email protected]> -Last-Update: Mon, 11 Dec 2023 10:10:25 +0100 +Last-Update: 2023-12-11 --- a/requirements.txt +++ b/requirements.txt ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,3 @@ --- 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 + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml View it on GitLab: https://salsa.debian.org/med-team/python-epimodels/-/compare/5eacb8877cd0b8c50bb5eda26b0d155e1c908881...91aa1cf211f285f1c6bb1eb63d9d2fc0a43556f7 -- View it on GitLab: https://salsa.debian.org/med-team/python-epimodels/-/compare/5eacb8877cd0b8c50bb5eda26b0d155e1c908881...91aa1cf211f285f1c6bb1eb63d9d2fc0a43556f7 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
