libphp-swiftmailer (6.3.0-8)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/6.3.0-8 tag
- Git: https://salsa.debian.org/php-team/pear/php-swiftmailer.git -b debian/latest
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 765952
- Browser: https://salsa.debian.org/php-team/pear/php-swiftmailer
- Last scan: 2025-11-10 03:38:08+00
- Next scan: 2025-11-18 19:11:00+00
- CI pipeline status: failed
- Debian changelog in Git:
libphp-swiftmailer (6.3.0-8) unstable; urgency=medium
[ Joseph Nahmias ]
* omit creation/cleaning of PHPUnit cache
* show PHP & PHPUnit deprecations during tests
* use static functions for PHPUnit data providers
* add myself to uploaders
* update tests for deprecation of withConsecutive()
Using WithConsecutiveRector
https://getrector.com/rule-detail/with-consecutive-rector
Thanks to William Desportes <williamdes@wdes.fr> for introducing me to rector!
* use PHPUnit 11.5 XML configuration schema
* more fixes for current versions of PHPUnit
do not use addToAssertionCount() in empty tests
switch to using createMock()
use Group attribute instead of deprecated group doc-comment
switch to willReturnCallback()
simplify createHeader()
* fix closures in mock willReturnCallback()
* fix remaining issues running tests with PHPUnit 11.5
* rename and load abstract TestCase classes properly (Closes: #1070511)
* add myself to copyright; point to FSF web address
* bump std-ver to 4.7.2; no changes needed
[ Robin Gustafsson ]
* Remove self from Uploaders
-- Joseph Nahmias <jello@debian.org> Sun, 14 Sep 2025 23:32:47 -0400
- This branch is 4 commits ahead of tag debian/6.3.0-8
- Git log:
commit 3a5f97dc11855ffb221eb3cddf41241431141c55
Author: Joe Nahmias <jello@debian.org>
Date: Sun Oct 26 22:40:55 2025 -0400
run SMTP acceptance tests
commit 5aa085d238216eb88ed33ab1f4b59abd413729e3
Author: Joe Nahmias <jello@debian.org>
Date: Sun Oct 26 22:40:07 2025 -0400
display skipped tests
commit 6db1db24a9d0aefd25edb42115466acaf0b0bb5a
Author: Joe Nahmias <jello@debian.org>
Date: Wed Oct 15 21:29:26 2025 -0400
run tests without symfony deprecations helper
commit 126d44a73ad16836b819cd91a0ffb3820c06ab18
Author: Joe Nahmias <jello@debian.org>
Date: Wed Oct 15 20:48:03 2025 -0400
run php-swiftmailer smoke tests during build & autopkgtest
in addition to the unit tests