File: changelog

package info (click to toggle)
php-phpspec-prophecy 1.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,376 kB
  • sloc: php: 9,909; makefile: 16
file content (428 lines) | stat: -rw-r--r-- 11,568 bytes parent folder | download
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
php-phpspec-prophecy (1.22.0-1) unstable; urgency=medium

  [ Alessandro Lai ]
  * Allow new major of sebastian/* packages to allow PHPUnit 12 for end users
  * Drop support to PHP below 7.4

 -- David Prévot <taffit@debian.org>  Thu, 01 May 2025 23:17:41 +0200

php-phpspec-prophecy (1.20.0-2) unstable; urgency=medium

  * Modernize PHPUnit syntax
  * Update Standards-Version to 4.7.2

 -- David Prévot <taffit@debian.org>  Mon, 03 Mar 2025 22:42:47 +0100

php-phpspec-prophecy (1.20.0-1) unstable; urgency=medium

  [ singin' whale ]
  * Fixed deprecation warning in DisableConstructorPatch.php

  [ Jacob Dreesen ]
  * Fix generation of enum default values with PHP 8.1

  [ David Prévot ]
  * Set Multi-Arch: foreign
  * Revert "Force system dependencies loading"
  * Drop now useless symlink at build time

  [ jrfnl ]
  * MagicCallPatch: prevent deprecation notice

  [ Christophe Coevoet ]
  * Update changelog

  [ Andy Postnikov ]
  * Declare PHP 8.4 compatibility

  [ W0rma ]
  * Make optional constructor parameters nullable explicitly

 -- David Prévot <taffit@debian.org>  Mon, 25 Nov 2024 08:01:51 +0100

php-phpspec-prophecy (1.19.0-2) unstable; urgency=medium

  * Update Standards-Version to 4.7.0
  * Use --require-file for phpabtl (Closes: #1073569)

 -- David Prévot <taffit@debian.org>  Sun, 14 Jul 2024 17:45:33 +0200

php-phpspec-prophecy (1.19.0-1) unstable; urgency=medium

  [ Alessandro Lai ]
  * Allow sebastian/comparator 6 (to allow PHPUnit 11)
  * Allow sebastian/recursion-context 6 (to allow PHPUnit 11)

  [ Christophe Coevoet ]
  * Update the changelog for 1.19.0

  [ David Prévot ]
  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Fri, 01 Mar 2024 12:54:03 +0100

php-phpspec-prophecy (1.18.0-1) unstable; urgency=medium

  [ Alessandro Lai ]
  * Allow sebastian/recursion-context 5 too
  * Allow PHPUnit 10 too (or other packages wont be allowed)

  [ Christophe Coevoet ]
  * Skip the Factory specs for sebastian/comparator 5+
  * Fix the CI on PHP 8.3 until phpspec supports it officially
  * Improve types for places dealing with class or interface names
  * Update the changelog for 1.18.0

  [ David Prévot ]
  * Build-depend on php-doctrine-instantiator (Closes: #1039818)

 -- David Prévot <taffit@debian.org>  Fri, 08 Dec 2023 07:58:53 +0100

php-phpspec-prophecy (1.17.0-1) unstable; urgency=medium

  [ Christophe Coevoet ]
  * Add support for doctrine/instantiator 2.0
  * Update changelog

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Fri, 03 Feb 2023 14:12:52 +0100

php-phpspec-prophecy (1.16.0-1) unstable; urgency=medium

  [ Tyson Andre ]
  * Remove workarounds for unsupported HHVM

  [ kschatzle ]
  * Support standalone and nullable types for true, false, and null.

  [ Gildas Quéméner ]
  * Support PHP 8.2
  * Support doubling readonly class

  [ Ciaran McNulty ]
  * Update changelog

  [ David Prévot ]
  * Drop now useless overrides

 -- David Prévot <taffit@debian.org>  Wed, 30 Nov 2022 06:00:20 +0100

php-phpspec-prophecy (1.15.0-2) unstable; urgency=medium

  * Build-depend on php-phpdocumentor-reflection-docblock (Closes: #1020014)
  * Revert "Workaround Enums not recognized by phpab"
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Sun, 18 Sep 2022 10:01:40 +0200

php-phpspec-prophecy (1.15.0-1) unstable; urgency=medium

  [ Dzianis Hrynko ]
  * #527 Fix. Add static type

  [ Christophe Coevoet ]
  * Add return types in comparator classes
  * Update the changelog for 1.15.0

  [ David Prévot ]
  * Adapt to new upstream tag scheme

 -- David Prévot <taffit@debian.org>  Sun, 12 Dec 2021 06:41:58 -0400

php-phpspec-prophecy (1.14.0-2) unstable; urgency=medium

  * Workaround Enums not recognized by phpab

 -- David Prévot <taffit@debian.org>  Thu, 25 Nov 2021 21:57:15 -0400

php-phpspec-prophecy (1.14.0-1) unstable; urgency=medium

  * Upload to unstable now that Bullseye has been released

  [ javer ]
  * Add PHP 8.1 support

  [ Ciaran McNulty ]
  * CHangelog update for 1.14.0

  [ David Prévot ]
  * Update standards version to 4.6.0, no changes needed.

 -- David Prévot <taffit@debian.org>  Sat, 09 Oct 2021 12:14:50 -0400

php-phpspec-prophecy (1.13.0-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Ciaran McNulty ]
  * Updating changelog for 1.13.0 release

  [ David Prévot ]
  * Simplify gbp import-orig
  * Generate phpabtpl at build time
  * Use dh-sequence-phpcomposer instead of pkg-php-tools

 -- David Prévot <taffit@debian.org>  Fri, 09 Apr 2021 08:30:02 -0400

php-phpspec-prophecy (1.12.2-1) unstable; urgency=medium

  [ Ciaran McNulty ]
  * Don't restrict PHPUnit version
  * Update CHANGES.md

  [ David Prévot ]
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1

 -- David Prévot <taffit@debian.org>  Wed, 23 Dec 2020 08:57:09 -0400

php-phpspec-prophecy (1.12.1-1) unstable; urgency=medium

  * Upload to unstable now that php-phpdocumentor-reflection-docblock has been
    updated in unstable.

  [ Ciaran McNulty ]
  * Update changelog for 1.12.1

  [ Graham Campbell ]
  * Bump minimum reflection-docblock

  [ Alexey Kopytko ]
  * Allow installing on PHP 8

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)

 -- David Prévot <taffit@debian.org>  Wed, 30 Sep 2020 14:32:56 -0400

php-phpspec-prophecy (1.11.1-1) experimental; urgency=medium

  * Upload to experimental because of recent version of
    php-phpdocumentor-reflection-docblock dependency

  [ Ciaran McNulty ]
  * Bump the supported PHP version
  * Update reflection-dockblock to latest version that passes CI
  * Update CHANGES.md

  [ David Prévot ]
  * Update gbp import-ref usage
  * Set Rules-Requires-Root: no.
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test

 -- David Prévot <taffit@debian.org>  Tue, 14 Jul 2020 11:50:01 -0400

php-phpspec-prophecy (1.10.3-1) unstable; urgency=medium

  [ Christophe Coevoet ]
  * Fix the handling of invalid phpdoc tags
  * Update changelog

 -- David Prévot <taffit@debian.org>  Sun, 08 Mar 2020 18:59:14 -1000

php-phpspec-prophecy (1.10.2-1) unstable; urgency=medium

  [ Ciaran McNulty ]
  * Update CHANGES.md

  [ David Prévot ]
  * Update gbp import-ref usage
  * Update Standards-Version to 4.5.0

 -- David Prévot <taffit@debian.org>  Sun, 02 Feb 2020 08:51:26 -1000

php-phpspec-prophecy (1.10.1-1) unstable; urgency=medium

  [ Ciaran McNulty ]
  * update changelog

  [ David Prévot ]
  * Set upstream metadata fields: Bug-Submit.

 -- David Prévot <taffit@debian.org>  Tue, 24 Dec 2019 06:11:37 +1100

php-phpspec-prophecy (1.10.0-1) unstable; urgency=medium

  [ Ciaran McNulty ]
  * Prepare for 1.10.0 release

  [ David Prévot ]
  * Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
  * Actually include local path for tests

 -- David Prévot <taffit@debian.org>  Mon, 23 Dec 2019 05:14:28 +1100

php-phpspec-prophecy (1.9.0-1) unstable; urgency=medium

  [ Ciaran McNulty ]
  * Update changeling for 1.9.0

  [ David Prévot ]
  * Set upstream metadata fields: Repository.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.4.1
  * Simplify testsuite calls

 -- David Prévot <taffit@debian.org>  Sat, 05 Oct 2019 15:31:00 -1000

php-phpspec-prophecy (1.8.1-2) unstable; urgency=medium

  * Upload to unstable now that buster has been released
  * Update standards version, no changes needed.
  * Set upstream metadata fields: Contact, Name.
  * Extend d/clean for PHPUnit 8

 -- David Prévot <taffit@debian.org>  Wed, 14 Aug 2019 12:31:54 -1000

php-phpspec-prophecy (1.8.1-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Ciaran McNulty ]
  * 1.8.1 changelog

  [ David Prévot ]
  * Use https in Format
  * Drop get-orig-source target
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0
  * Document gbp import-ref usage
  * Restore testsuite

 -- David Prévot <taffit@debian.org>  Mon, 17 Jun 2019 09:02:15 -1000

php-phpspec-prophecy (1.8.0-1) unstable; urgency=medium

  [ Ciaran McNulty ]
  * Prepare for 1.8 release

  [ David Prévot ]
  * Update Standards-Version to 4.2.0

 -- David Prévot <taffit@debian.org>  Thu, 09 Aug 2018 19:38:15 +0800

php-phpspec-prophecy (1.7.6-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Allow sebastian/comparator ^3.0

  [ David Prévot ]
  * Update Standards-Version to 4.1.4

 -- David Prévot <taffit@debian.org>  Fri, 20 Apr 2018 10:43:06 -1000

php-phpspec-prophecy (1.7.5-1) unstable; urgency=medium

  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3

 -- David Prévot <taffit@debian.org>  Tue, 06 Mar 2018 21:20:09 -1000

php-phpspec-prophecy (1.7.3-1) unstable; urgency=medium

  [ Loïc Faugeron ]
  * Added support to Symfony Finder SplFileInfo

  [ David Prévot ]
  * Update Standards-Version to 4.1.1

 -- David Prévot <taffit@debian.org>  Sun, 26 Nov 2017 16:22:14 -1000

php-phpspec-prophecy (1.7.2-1) unstable; urgency=medium

  [ Jon Dufresne ]
  * Add gitattributes file

  [ Graham Campbell ]
  * Allow reflection-docblock v4

  [ everzet ]
  * Bump changelog

  [ David Prévot ]
  * Drop testsuite removed upstream
  * Update Standards-Version to 4.1.0

 -- David Prévot <taffit@debian.org>  Wed, 06 Sep 2017 18:14:57 -1000

php-phpspec-prophecy (1.7.0-1) unstable; urgency=medium

  [ David Prévot ]
  * Add phpab dependency for ci tests
  * Update Standards-Version to 4.0.1

  [ Sebastian Bergmann ]
  * Allow sebastian/comparator ^2.0
  * Allow sebastian/recursion-context ^3.0

  [ Konstantin Kudryashov ]
  * Bump changelog

 -- David Prévot <taffit@debian.org>  Mon, 21 Aug 2017 17:26:32 -1000

php-phpspec-prophecy (1.6.2-1) unstable; urgency=medium

  [ Christophe Coevoet ]
  * Add the structure of the PHPUnit testsuite
  * Update the changelog for 1.6.2

  [ David Prévot ]
  * Add tests at build time
  * Add DEP-8 (ci) tests

 -- David Prévot <taffit@debian.org>  Wed, 25 Jan 2017 18:04:41 -1000

php-phpspec-prophecy (1.6.1-1) unstable; urgency=medium

  [ Kamil Kokot ]
  * Patched \SplFileObject constructor while using \SplFileInfo::openDir()

  [ ftrrtf ]
  * Ignore empty methods from phpdoc

  [ Kévin Dunglas ]
  * Upgrade to reflection-docblock 3

  [ David Prévot ]
  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Tue, 07 Jun 2016 22:12:54 -0400

php-phpspec-prophecy (1.6.0-2) unstable; urgency=medium

  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Sat, 12 Mar 2016 16:50:54 -0400

php-phpspec-prophecy (1.6.0-1) unstable; urgency=medium

  [ Jani Kärenaho ]
  * Updated ExportUtil to reflect the latest version of
    sebastianbergmann/exporter

  [ Konstantin Kudryashov ]
  * Update CHANGES.md

  [ David Prévot ]
  * Relax version dependency
  * Adapt package to new phpunit-recursion-context dependency
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Mon, 15 Feb 2016 23:17:26 -0400

php-phpspec-prophecy (1.5.0-1) unstable; urgency=medium

  [ Konstantin Kudryashov ]
  * Update CHANGES.md

 -- David Prévot <taffit@debian.org>  Sun, 25 Oct 2015 12:13:31 -0400

php-phpspec-prophecy (1.4.1-1) unstable; urgency=medium

  * Initial release

 -- David Prévot <taffit@debian.org>  Tue, 12 May 2015 16:47:29 -0400