Alexandre Detiste pushed to branch master at Debian Python Team / packages / python-easydev
Commits: d494ad7f by Alexandre Detiste at 2026-07-01T23:35:52+02:00 drop build-dep on python3-poetry, python3-poetry-core is enough - - - - - e1c294fe by Alexandre Detiste at 2026-07-01T22:36:07+01:00 Remove redundant Priority: optional from source stanza. Changes-By: lintian-brush Fixes: lintian: source: redundant-priority-optional-field See-also: https://lintian.debian.org/tags/redundant-priority-optional-field.html - - - - - d854a67d by Alexandre Detiste at 2026-07-01T22:36:07+01:00 Update standards version to 4.7.4, no changes needed. Upgrade checklist verified: 4.6.2 → 4.7.0: * Package does not use dpkg-divert 4.7.0 → 4.7.1: * Package does not install to non-/usr paths 4.7.3 → 4.7.4: * Package is not in non-free-firmware Changes-By: lintian-brush Fixes: lintian: source: ancient-standards-version 4.6.2 (released 2022-12-17) (current is 4.7.4.1) See-also: https://lintian.debian.org/tags/ancient-standards-version.html - - - - - fc8ee1f9 by Alexandre Detiste at 2026-07-01T23:36:41+02:00 drop "Rules-Requires-Root: no": it is the default now - - - - - 54872afb by Alexandre Detiste at 2026-07-01T23:37:18+02:00 rewrite d/watch in v5 format - - - - - c00c81fa by Alexandre Detiste at 2026-07-01T23:37:52+02:00 release - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +python-easydev (0.13.3+dfsg1-3) unstable; urgency=medium + + * Team upload. + * Drop build-dep on python3-poetry, python3-poetry-core is enough + * Remove redundant Priority: optional from source stanza. + * Update standards version to 4.7.4, no changes needed. + * Drop "Rules-Requires-Root: no": it is the default now + * Rewrite d/watch in v5 format + + -- Alexandre Detiste <[email protected]> Wed, 01 Jul 2026 23:37:35 +0200 + python-easydev (0.13.3+dfsg1-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -3,12 +3,10 @@ Maintainer: Debian Python Team <[email protected]> Uploaders: Olivier Sallou <[email protected]> Section: python Testsuite: autopkgtest-pkg-pybuild -Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, - python3-poetry, python3-poetry-core, python3-platformdirs, python3-colorlog, @@ -17,11 +15,10 @@ Build-Depends: debhelper-compat (= 13), python3-pytest, python3-pytest-cov, python3-pytest-mock, -Standards-Version: 4.6.2 +Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-easydev Vcs-Git: https://salsa.debian.org/python-team/packages/python-easydev.git Homepage: https://easydev-python.readthedocs.io/en/latest/ -Rules-Requires-Root: no Package: python3-easydev Architecture: all ===================================== debian/watch ===================================== @@ -1,3 +1,8 @@ -version=4 -opts="repacksuffix=+dfsg1,dversionmangle=auto,repack,compression=xz" \ - https://github.com/cokelaer/easydev/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz +Version: 5 + +Source: https://github.com/cokelaer/easydev/tags +Matching-Pattern: (?:.*?/)?v?(\d[\d.]*)\.tar\.gz +Compression: xz +Dversionmangle: auto +Repack: yes +Repacksuffix: +dfsg1 View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/compare/be2ca1bbd5b628d20c2755594b99be839a9b57ff...c00c81fa5a4d2f11f424220d089a268cf84831d7 -- View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/compare/be2ca1bbd5b628d20c2755594b99be839a9b57ff...c00c81fa5a4d2f11f424220d089a268cf84831d7 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
