1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
php-league-csv (9.23.0+dfsg-1) unstable; urgency=medium
* New upstream version
* remove patch which was merged upstream
* Build-Depend on php-sqlite3 (for tests)
* Update Standards-Version to 4.7.2 (no change required)
* run phpunit with 'XDEBUG_MODE=debug'
-- Fab Stz <fabstz-it@yahoo.fr> Sat, 29 Mar 2025 06:48:21 +0100
php-league-csv (9.20.1+dfsg-2) unstable; urgency=medium
* Team upload
* Drop version from build-dependencies
-- David Prévot <taffit@debian.org> Wed, 15 Jan 2025 11:14:42 +0100
php-league-csv (9.20.1+dfsg-1) unstable; urgency=medium
* Team upload to unstable in sync with PHPUnit 11
* Revert "gbp.conf: Use debian/experimental"
-- David Prévot <taffit@debian.org> Fri, 10 Jan 2025 13:36:02 +0100
php-league-csv (9.20.1+dfsg-1~exp2) experimental; urgency=medium
* Team upload
* Use recent PHPUnit for debci
-- David Prévot <taffit@debian.org> Sat, 04 Jan 2025 18:07:22 +0100
php-league-csv (9.20.1+dfsg-1~exp1) experimental; urgency=medium
* Team upload to experimental to use recent PHPUnit
[ Fab Stz ]
* new upstream version (Closes: #1070561, #1039787)
* remove patch 0001-Revert-to-phpunit-9.patch
* build dep on phpunit (>= 10.5.16~)
* refresh patches
* remove patch 0003-Drop-broken-test-with-PHP-8.4.patch
* run phpunit without coverage
[ David Prévot ]
* gbp.conf: Use debian/experimental
* Exclude docs/assets without sources
* PHPUnit: Update Group syntax
* *TestCase.php files are part of the testsuite
-- David Prévot <taffit@debian.org> Fri, 27 Dec 2024 15:12:42 +0100
php-league-csv (9.9.0-3) unstable; urgency=medium
* drop support for building with pkg-php-tools < 1.41
* add patch to drop failing test with php 8.4. Closes: #1082451
-- Fab Stz <fabstz-it@yahoo.fr> Sat, 07 Dec 2024 09:52:34 +0100
php-league-csv (9.9.0-2) unstable; urgency=medium
* Fix compatibility with pkg-php-tools 1.45 (Closes: #1074199)
-- Fab Stz <fabstz-it@yahoo.fr> Sun, 21 Jul 2024 09:14:31 +0200
php-league-csv (9.9.0-1) unstable; urgency=medium
[ Fab Stz ]
* Update to latest upstream
* Refresh patches, and patch to use phpunit 9
* add test dependency to php-doctrine-collections
[ David Prévot ]
* d/patches: Drop unused file
* Don’t duplicate autoload tests entries
* d/clean: Drop now useless entry
* d/control: Drop now useless entry
[ Fab Stz ]
* add php-doctrine-collections dependency for autopkgtest
* d/control: add <!nocheck> to test related build-deps
-- Fab Stz <fabstz-it@yahoo.fr> Wed, 21 Jun 2023 08:39:19 +0200
php-league-csv (9.8.0-1) unstable; urgency=medium
* Initial release. Closes: #1006319
-- Fab Stz <fabstz-it@yahoo.fr> Sat, 04 Jun 2022 19:47:23 +0200
|