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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
php-nesbot-carbon (2.73.0-2) unstable; urgency=medium
* Disable build tests on 32-bit systems (Closes: #1103070)
-- Robin Gustafsson <rgson@debian.org> Fri, 18 Apr 2025 14:01:02 +0200
php-nesbot-carbon (2.73.0-1) unstable; urgency=medium
* New upstream version 2.73.0
* Rebase patches
* Fix overflow issue for `is` month on the 31st (Closes: #1101844)
-- Robin Gustafsson <rgson@debian.org> Sat, 05 Apr 2025 12:50:37 +0200
php-nesbot-carbon (2.72.6-2) unstable; urgency=medium
[ David Prévot ]
* Update d/changelog with security fix upstream
[ Robin Gustafsson ]
* Fix PHPUnit 12 compatibility
-- Robin Gustafsson <rgson@debian.org> Wed, 12 Mar 2025 22:33:55 +0100
php-nesbot-carbon (2.72.6-1) unstable; urgency=medium
* Team upload
* Track version 2 for now (Trixie?)
* New upstream version 2.72.6.
- Fix CVE-2025-22145 (Closes: #1092680)
* Adapt phpab call
* Declare current DBAL version in tests
* Revert "Force system dependencies loading"
* Adapt packaging to new php-carbon-doctrine-types dependency
* Update Standards-Version to 4.7.0
* Ship php-carbon-doctrine-types in NEW processing
* Don’t test on 32-bit architectures
-- David Prévot <taffit@debian.org> Sun, 26 Jan 2025 13:45:13 +0100
php-nesbot-carbon (2.69.0-5) unstable; urgency=medium
* Fix PHP 8.4 compatibility (Closes: #1082457)
-- Robin Gustafsson <rgson@debian.org> Wed, 01 Jan 2025 20:55:36 +0100
php-nesbot-carbon (2.69.0-4) unstable; urgency=medium
* Fix PHPUnit 11 compatibility (Closes: #1070577)
* Fix pkg-php-tools 1.45 compatibility
-- Robin Gustafsson <rgson@debian.org> Thu, 06 Jun 2024 22:35:49 +0200
php-nesbot-carbon (2.69.0-3) unstable; urgency=medium
* Team upload
* Force system dependencies loading
-- David Prévot <taffit@debian.org> Thu, 07 Mar 2024 19:47:23 +0100
php-nesbot-carbon (2.69.0-2) unstable; urgency=medium
* Fix test failures due to legacy timezones (Closes: #1052778)
-- Robin Gustafsson <rgson@debian.org> Thu, 19 Oct 2023 09:56:55 +0200
php-nesbot-carbon (2.69.0-1) unstable; urgency=medium
* New upstream version 2.69.0
* Set upstream metadata fields: Repository.
* Use my debian.org e-mail address in Uploaders
* Add new dependency for tests
* Refresh patches
* Fix PHPUnit 10 compatibility (Closes: #1039806)
* Fix lintian override
-- Robin Gustafsson <rgson@debian.org> Fri, 04 Aug 2023 23:13:11 +0200
php-nesbot-carbon (2.65.0-1) unstable; urgency=medium
* New upstream version 2.65.0
- Fix timezone-related test failure (Closes: #1028860)
* Update standards version to 4.6.2, no changes needed.
* Combine related patches
* Fix upstream's test suite
* Remove unfinished upstream test case
-- Robin Gustafsson <robin@rgson.se> Sat, 14 Jan 2023 22:52:26 +0100
php-nesbot-carbon (2.63.0-1) unstable; urgency=medium
* New upstream version 2.63.0
- Fix test failures with PHP 8.2 (Closes: #1022227)
* Remove obsolete patch
* Set upstream metadata fields: Bug-Database, Bug-Submit.
-- Robin Gustafsson <robin@rgson.se> Sun, 06 Nov 2022 17:31:01 +0100
php-nesbot-carbon (2.59.1-2) unstable; urgency=medium
* Adapt precision for recent phpunit-comparator
-- David Prévot <taffit@debian.org> Thu, 22 Sep 2022 08:48:58 +0200
php-nesbot-carbon (2.59.1-1) unstable; urgency=medium
* New upstream version 2.59.1
- Fix test failures in PHP 8.1 (Closes: #1015075)
* Install new lazy-loaded classes
-- Robin Gustafsson <robin@rgson.se> Thu, 21 Jul 2022 19:22:08 +0200
php-nesbot-carbon (2.58.0-1) unstable; urgency=medium
* Team upload (fixing an issue with latest PHPUnit)
* New upstream version 2.58.0
* Refresh patches
* Adapt packaging to new directory
* Drop currently failing test
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Thu, 26 May 2022 17:01:19 +0200
php-nesbot-carbon (2.55.2-2) unstable; urgency=medium
* Improve float comparison precision in tests (Closes: #1006733)
-- Robin Gustafsson <robin@rgson.se> Wed, 09 Mar 2022 22:22:09 +0100
php-nesbot-carbon (2.55.2-1) unstable; urgency=medium
* New upstream version 2.55.2
- Fix support for PHP 8.1 (Closes: #1000654)
* Avoid the Symfony < 5 polyfill used for tests (Closes: #1002234)
* Bump Standards-Version
* Increase debhelper-compat level
* Remove Salsa CI config
* Replace git attributes with uscan's gitexport=all
* Rename main branch to debian/latest (DEP-14)
* Mark test dependencies with build profile spec
* Set field Upstream-Name in debian/copyright
* Install a pkg-php-tools autoloader file
* Generate phpab templates at build time
* Build-Depend on dh-sequence-phpcomposer
-- Robin Gustafsson <robin@rgson.se> Sat, 1 Jan 2022 16:09:16 +0100
php-nesbot-carbon (2.32.2-1) unstable; urgency=medium
* Fix homepage URL
* Drop obsolete version constraint
* Use upstream's license for debian/* again
* Include upstream's readme
* Sign tags
* Test with locales-all
* Test during build
* New upstream version 2.32.2
* Clean up additional files
* Drop php-cli dependency
-- Robin Gustafsson <robin@rgson.se> Wed, 15 Apr 2020 22:13:07 +0200
php-nesbot-carbon (2.30.0-1) unstable; urgency=medium
* New maintainer
* New upstream release (Closes: #951603)
* Include an autoloader (Closes: #947966)
* Reformat copyright and upstream metadata
* Import upstream's git tags instead of their releases to keep tests
* Set up automated testing
* Remove patch for versioned Symfony dependency
* Update standards version
* Filter out upstream's .gitattributes
* Remove .gitattributes
* Enable Salsa CI
* Update package info for team maintenance
-- Robin Gustafsson <robin@rgson.se> Sun, 12 Apr 2020 20:58:10 +0200
php-nesbot-carbon (1.27.0-2) unstable; urgency=medium
* debian/patches/pkg-php-tools-deficiency-workaround.diff:
switch over to requiring symfony 4.x (Closes: #939193), cf. #765899
* modernise packaging
-- Thorsten Glaser <tg@mirbsd.de> Wed, 20 Nov 2019 00:39:56 +0100
php-nesbot-carbon (1.27.0-1) unstable; urgency=medium
* Initial release
-- Thorsten Glaser <tg@mirbsd.de> Thu, 17 May 2018 22:13:03 +0200
|