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 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
|
php-guzzlehttp-promises (2.3.0-1) unstable; urgency=medium
[ Graham Campbell ]
* [2.3] PHP 8.5 support (#183)
* Release 2.3.0
[ David Prévot ]
* Remove Rules-Requires-Root
-- David Prévot <taffit@debian.org> Sun, 24 Aug 2025 08:49:52 +0200
php-guzzlehttp-promises (2.2.0-1) unstable; urgency=medium
[ Graham Campbell ]
* Release 2.2.0
[ David Prévot ]
* Update Standards-Version to 4.7.2
-- David Prévot <taffit@debian.org> Mon, 31 Mar 2025 22:25:05 +0200
php-guzzlehttp-promises (2.0.4-3) unstable; urgency=medium
* Modernize PHPUnit syntax
* Simplify build
-- David Prévot <taffit@debian.org> Tue, 18 Feb 2025 19:02:33 +0100
php-guzzlehttp-promises (2.0.4-2) unstable; urgency=medium
* Upload to unstable now that everything is ready
-- David Prévot <taffit@debian.org> Tue, 17 Dec 2024 10:34:23 +0100
php-guzzlehttp-promises (2.0.4-1) experimental; urgency=medium
[ Graham Campbell ]
* Once settled, don't allow further rejection of additional promises (#173)
* Release 2.0.4 (#174)
-- David Prévot <taffit@debian.org> Wed, 23 Oct 2024 07:10:02 +0200
php-guzzlehttp-promises (2.0.3-1) experimental; urgency=medium
[ Graham Campbell ]
* PHP 8.4 support (#171)
* Release 2.0.3 (#172)
-- David Prévot <taffit@debian.org> Mon, 22 Jul 2024 20:26:03 +0900
php-guzzlehttp-promises (2.0.2-3) experimental; urgency=medium
* Use --require-file for phpabtl (Closes: #1074197)
-- David Prévot <taffit@debian.org> Sun, 14 Jul 2024 20:05:20 +0200
php-guzzlehttp-promises (2.0.2-2) experimental; urgency=medium
* Make provider functions static (PHPUnit 11 Fix) (Closes: #1070551)
* Update Standards-Version to 4.7.0
* Drop version from build-dependencies
-- David Prévot <taffit@debian.org> Sun, 19 May 2024 10:56:18 +0200
php-guzzlehttp-promises (2.0.2-1) experimental; urgency=medium
[ Graham Campbell ]
* Replaced `call_user_func*` with native calls (#165)
* Release 2.0.2 (#167)
-- David Prévot <taffit@debian.org> Mon, 04 Dec 2023 07:55:41 +0100
php-guzzlehttp-promises (2.0.1-1) experimental; urgency=medium
[ Graham Campbell ]
* PHP 8.3 support (#160)
* Release 2.0.1
-- David Prévot <taffit@debian.org> Sun, 06 Aug 2023 10:38:38 +0200
php-guzzlehttp-promises (2.0.0-1) experimental; urgency=medium
[ Graham Campbell ]
* Removed deprecated global function
* Removed support for PHP <7.2.5
* Update CHANGELOG.md
* All previously non-final non-exception classes have been marked as
soft-final
* Added PHP 7 type hints
[ David Prévot ]
* Revert "Stick to version 1 for now (Trixie?)"
-- David Prévot <taffit@debian.org> Mon, 22 May 2023 09:36:51 +0200
php-guzzlehttp-promises (1.5.3-1) experimental; urgency=medium
* Upload to experimental during the freeze
[ immeëmosol ]
* Fix typo in `expectedExceptionMessage` (#156)
[ Graham Campbell ]
* Removed remaining usage of deprecated function
* Release 1.5.3
[ David Prévot ]
* Stick to version 1 for now (Trixie?)
* Update standards version to 4.6.2, no changes needed.
-- David Prévot <taffit@debian.org> Mon, 22 May 2023 09:24:35 +0200
php-guzzlehttp-promises (1.5.2-1) unstable; urgency=medium
[ Graham Campbell ]
* Run tests on PHP 8.2 (#151)
* Release 1.5.2 (#153)
[ David Prévot ]
* Mark package as Multi-Arch: foreign
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Tue, 30 Aug 2022 15:22:14 +0200
php-guzzlehttp-promises (1.5.1-1) unstable; urgency=medium
[ Daniel Bartoníček ]
* Fix pool memory leak when empty array of promises provided (#144)
[ Graham Campbell ]
* Revert "Call handler when waiting on fulfilled/rejected Promise (#135)"
* Release 1.5.1
-- David Prévot <taffit@debian.org> Sun, 24 Oct 2021 07:42:43 -0400
php-guzzlehttp-promises (1.5.0-1) unstable; urgency=medium
* Upload to unstable now that Bullseye has been released
[ Graham Campbell ]
* Support PHP 8.1 (#140)
* Release 1.5.0
[ David Prévot ]
* Update copyright
* Update standards version to 4.6.0, no changes needed.
-- David Prévot <taffit@debian.org> Mon, 11 Oct 2021 21:16:33 -0400
php-guzzlehttp-promises (1.4.1-1) experimental; urgency=medium
* Upload to experimental during the freeze
[ Keith Maika ]
* Use incrementing counter to generate pending indexes. (#134)
[ Graham Campbell ]
* Release 1.4.1 (#137)
[ David Prévot ]
* Simplify gbp import-orig
* Generate phpabtpl at build time
* Use dh-sequence-phpcomposer instead of pkg-php-tools
* Update Standards-Version to 4.5.1
-- David Prévot <taffit@debian.org> Tue, 09 Mar 2021 15:18:23 -0400
php-guzzlehttp-promises (1.4.0-2) unstable; urgency=medium
* Fix CI call
-- David Prévot <taffit@debian.org> Tue, 06 Oct 2020 11:53:36 -0400
php-guzzlehttp-promises (1.4.0-1) unstable; urgency=medium
[ Tobias Nyholm ]
* Test on PHP8 (#122)
* Prepare for 1.4.0 (#123)
[ David Prévot ]
* Rename main branch to debian/latest (DEP-14)
* Update gbp import-ref usage
* Drop patches not needed anymore
* Update standards version to 4.5.0, no changes needed.
* Set Rules-Requires-Root: no.
* Use debhelper-compat 13
* Update testsuite call
-- David Prévot <taffit@debian.org> Thu, 01 Oct 2020 16:36:13 -0400
php-guzzlehttp-promises (1.3.1-2) unstable; urgency=medium
* Set upstream metadata fields:
Bug-Database, Repository, Repository-Browse, Bug-Submit
-- David Prévot <taffit@debian.org> Fri, 27 Dec 2019 09:16:12 +1100
php-guzzlehttp-promises (1.3.1-1) unstable; urgency=medium
* New symfony build-dependency
[ David Prévot ]
* d/copyright:
+ Use secure copyright file specification URI
+ Update copyright (years)
* d/upstream: Set upstream metadata fields: Repository
* d/rules: Drop get-orig-source target
* d/control:
+ Bump debhelper from old 9 to 12
+ Update Vcs-* headers to use salsa repository
+ Drop versioned dependency satisfied in (old)stable
+ Update Standards-Version to 4.4.1
* Document gbp import-ref usage
* Simplify test suite handling
* Move to namespaced PHPUnit versions
-- David Prévot <taffit@debian.org> Sun, 03 Nov 2019 17:36:00 -1000
php-guzzlehttp-promises (1.1.0-1) unstable; urgency=medium
[ Jonathan Eskew ]
* Allow recursive waiting without unwrapping exceptions
* 1.1.0 release
[ Michael Dowling ]
* Adding a mutex lock to advancing the iterator
[ David Prévot ]
* Build with recent pkg-php-tools for the PHP 7.0 transition
* Update Standards-Version to 3.9.7
-- David Prévot <taffit@debian.org> Thu, 17 Mar 2016 21:10:24 -0400
php-guzzlehttp-promises (1.0.3-1) unstable; urgency=medium
[ Jonathan Eskew ]
* Immediately resolve each promises that are passed an empty iterator
* 1.0.3 release
-- David Prévot <taffit@debian.org> Fri, 23 Oct 2015 16:51:05 -0400
php-guzzlehttp-promises (1.0.2-1) unstable; urgency=medium
[ Mark Trapp ]
* Conditionally require functions.php
[ Michael Dowling ]
* 1.0.2 release
-- David Prévot <taffit@debian.org> Fri, 28 Aug 2015 12:32:04 -0400
php-guzzlehttp-promises (1.0.1-1) unstable; urgency=medium
[ Michael Dowling ]
* 1.0.1 release
-- David Prévot <taffit@debian.org> Sun, 28 Jun 2015 10:01:33 -0400
php-guzzlehttp-promises (1.0.0-1) unstable; urgency=medium
* Initial release
-- David Prévot <taffit@debian.org> Thu, 28 May 2015 13:30:19 -0400
|