File: changelog

package info (click to toggle)
php-mockery 1.6.12-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 34,552 kB
  • sloc: php: 12,390; xml: 1,716; makefile: 204; sh: 47; python: 43
file content (347 lines) | stat: -rw-r--r-- 9,344 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
php-mockery (1.6.12-4) unstable; urgency=medium

  * Actually ignore tests failing with PHPUnit 11 and coverage
  * Revert "Force system dependencies loading"
  * Drop useless (in Debian) lib-pcre dependency

 -- David Prévot <taffit@debian.org>  Sat, 04 Jan 2025 19:14:56 +0100

php-mockery (1.6.12-3) unstable; urgency=medium

  * Set Multi-Arch: foreign
  * Ignore tests failing with PHPUnit 11 (Closes: #1039800)

 -- David Prévot <taffit@debian.org>  Sat, 12 Oct 2024 14:58:08 +0100

php-mockery (1.6.12-2) unstable; urgency=medium

  * Do not depend on obsolete pcre3 library (Closes: #1071686)

 -- David Prévot <taffit@debian.org>  Fri, 26 Jul 2024 17:12:02 +0900

php-mockery (1.6.12-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Fix mocking anonymous classes (#1415)
  * Changelog v1.6.12 (#1418)

  [ Rolands Usāns ]
  * Fix PHP Doc Comments (#1410)

  [ David Prévot ]
  * Don’t import upstream tools/
  * Update Standards-Version to 4.7.0

 -- David Prévot <taffit@debian.org>  Fri, 17 May 2024 07:25:04 +0200

php-mockery (1.6.11-2) unstable; urgency=medium

  * Allow stderr during CI

 -- David Prévot <taffit@debian.org>  Tue, 26 Mar 2024 08:21:04 +0000

php-mockery (1.6.11-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Refactor
  * Changelog v1.6.11 (#1408)

  [ Ruud Kamphuis ]
  * Add PHPUnit 10+ attributes

  [ sakarikl ]
  * fix mock method $args parameter type

  [ Ayesh Karunaratne ]
  * [PHP 8.4] Fixes for implicit nullability deprecation

 -- David Prévot <taffit@debian.org>  Fri, 22 Mar 2024 07:54:19 +0100

php-mockery (1.6.9-1) unstable; urgency=medium

  * No-op upstream bump

 -- David Prévot <taffit@debian.org>  Thu, 14 Mar 2024 08:00:56 +0100

php-mockery (1.6.7-2) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Wed, 06 Mar 2024 16:12:08 +0100

php-mockery (1.6.7-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Add factory methods for `IsEqual` and `IsSame` matchers (#1336)
  * Fix test namespaces
  * Update CHANGELOG.md

  [ Oleksandr Prypkhan ]
  * Support PHPUnit constraints as matchers

  [ David Prévot ]
  * Drop .phive content from source

 -- David Prévot <taffit@debian.org>  Tue, 12 Dec 2023 23:43:59 +0100

php-mockery (1.6.6-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Replace `+` with `array_merge`
  * Keep the file that caused an error for inspection
  * Update CHANGELOG.md

  [ David Prévot ]
  * Set upstream metadata fields: Security-Contact.

 -- David Prévot <taffit@debian.org>  Sun, 03 Sep 2023 04:29:42 +0530

php-mockery (1.6.4-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Update LICENSE
  * Create COPYRIGHT.md
  * Update CHANGELOG.md

  [ David Prévot ]
  * Update copyright

 -- David Prévot <taffit@debian.org>  Sat, 22 Jul 2023 10:37:05 +0200

php-mockery (1.6.2-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Create IsSame.php
  * Create IsEqual.php
  * Update CHANGELOG.md

 -- David Prévot <taffit@debian.org>  Wed, 07 Jun 2023 19:14:29 +0200

php-mockery (1.6.1-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Update CHANGELOG.md

 -- David Prévot <taffit@debian.org>  Mon, 05 Jun 2023 19:44:02 +0200

php-mockery (1.5.1-2) unstable; urgency=medium

  * Mark package as Multi-Arch: foreign
  * Drop tests failing with PHP 8.2 (Closes: #1028859)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.2, no changes needed.
  * Update source URL

 -- David Prévot <taffit@debian.org>  Sat, 14 Jan 2023 20:01:19 +0100

php-mockery (1.5.1-1) unstable; urgency=medium

  [ Kai Dederichs ]
  * Add __toString to array of methods to be removed in pass

  [ Keith Brink ]
  * Support PHP8.1 intersection types

  [ jrfnl ]
  * PHP 8.2: fix "Use of "parent" in callables is deprecated" notice
  * PHP 8.2 | Various tests: explicitly declare properties

  [ David Prévot ]
  * Drop d/pkg-php-tools-* entries
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Fri, 09 Sep 2022 09:47:11 -0400

php-mockery (1.5.0-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Update CHANGELOG.md

  [ David Prévot ]
  * Run all tests

 -- David Prévot <taffit@debian.org>  Thu, 20 Jan 2022 12:40:25 -0400

php-mockery (1.4.4-3) unstable; urgency=medium

  * Drop PHP80 tests that confuses PHPUnit on buildd

 -- David Prévot <taffit@debian.org>  Thu, 13 Jan 2022 04:01:01 -0400

php-mockery (1.4.4-2) unstable; urgency=medium

  * Upload to unstable now that Bulseye has been released
  * Revert "Drop PHP80 tests that confuse PHPUnit"

 -- David Prévot <taffit@debian.org>  Wed, 12 Jan 2022 11:25:10 -0400

php-mockery (1.4.4-1) experimental; urgency=medium

  [ Graham Campbell ]
  * More fixes for PHP 8.1 and setup CI again

  [ Dave Marshall ]
  * Fixes badge url
  * Adds a couple of change notes

  [ David Prévot ]
  * Compatibility with Python 3
  * Generate phpabtpl at build time
  * Drop lib-pcre from composer.json
  * Update standards version to 4.6.0, no changes needed.
  * Drop Php81 testsuite for now

 -- David Prévot <taffit@debian.org>  Sat, 09 Oct 2021 15:28:24 -0400

php-mockery (1.4.3-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze

  [ Graham Campbell ]
  * Release 1.3.3

  [ Anders Jenbo ]
  * Allow shouldIgnoreMissing() to behave in a recursive fashion

  [ Thomas Gerbet ]
  * Fix crash on a union type including null

  [ martinjonas ]
  * Custom object formatters

  [ Daniel Rudolf ]
  * Fix Mockery::fetchMock() without initialized container

  [ David Prévot ]
  * Simplify gbp import-orig
  * Rename main branch to debian/latest (DEP-14)
  * Update Standards-Version to 4.5.1
  * Use dh-sequence-phpcomposer instead of pkg-php-tools

 -- David Prévot <taffit@debian.org>  Wed, 24 Feb 2021 07:35:49 -0400

php-mockery (1.4.2-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Improved PHP 8.0 support
  * Release 1.4.2

  [ David Prévot ]
  * Drop PHP80 tests that confuse PHPUnit

 -- David Prévot <taffit@debian.org>  Mon, 17 Aug 2020 19:01:26 +0200

php-mockery (1.4.1-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Completed PHP 8 support :tada:
  * Bumped minimum hamcrest/hamcrest-php version
  * Release 1.3.2

  [ David Prévot ]
  * Set Rules-Requires-Root: no.

 -- David Prévot <taffit@debian.org>  Sun, 12 Jul 2020 12:36:44 -0400

php-mockery (1.4.0-1) unstable; urgency=medium

  [ Dave Marshall ]
  * Drops support for older versions of PHP and PHPUnit

  [ David Prévot ]
  * Document gbp import-ref usage
  * Use secure URI in Homepage field.
  * Update standards version to 4.5.0, no changes needed.
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test

 -- David Prévot <taffit@debian.org>  Sat, 30 May 2020 10:08:02 -1000

php-mockery (1.3.1-1) unstable; urgency=medium

  [ Robert Basic ]
  * Revert "Improve exception debugging"
  * Add changelog

  [ David Prévot ]
  * Set upstream metadata fields: Bug-Database, Repository, Bug-Submit
  * Revert "Adapt package to new phpunit-comparator dependency"

 -- David Prévot <taffit@debian.org>  Sun, 29 Dec 2019 17:33:02 +1100

php-mockery (1.3.0-1) unstable; urgency=medium

  [ Robert Basic ]
  * Prepare changelog for 1.3 release

  [ David Prévot ]
  * Adapt package to new phpunit-comparator dependency
  * Set upstream metadata fields: Repository-Browse.
  * Fix typo in php-mockery-doc description

 -- David Prévot <taffit@debian.org>  Tue, 26 Nov 2019 07:30:11 -1000

php-mockery (1.2.4-1) unstable; urgency=medium

  [ lintaba ]
  * Bugfix: 'Add support for ! to blacklist methods' for empty methods

  [ Dave Marshall ]
  * Prepare 1.2.4 release

  [ David Prévot ]
  * Allow stderr for CI
  * Only install php-mockery for CI
  * Set upstream metadata fields: Repository.
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.4.1

 -- David Prévot <taffit@debian.org>  Fri, 04 Oct 2019 18:15:03 -1000

php-mockery (1.2.3-1) unstable; urgency=medium

  [ Dave Marshall ]
  * Update changelog

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

 -- David Prévot <taffit@debian.org>  Tue, 10 Sep 2019 04:09:27 -1000

php-mockery (1.2.2-1) unstable; urgency=medium

  [ Dave Marshall ]
  * Updates changelog with 1.2.2 release date

  [ David Prévot ]
  * Drop get-orig-source target
  * Update tests
  * Move repository to salsa.d.o
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0
  * Use Python3 version of Sphinx
  * Update copyright
  * Don’t ship examples not provided anymore
  * Move helpers into Mockery directory

 -- David Prévot <taffit@debian.org>  Sun, 30 Jun 2019 16:50:15 -1000

php-mockery (0.9.5-1) unstable; urgency=medium

  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Tue, 24 May 2016 09:09:34 -0400

php-mockery (0.9.4-2) unstable; urgency=medium

  * Update Standards-Version to 3.9.7
  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Sat, 12 Mar 2016 14:55:06 -0400

php-mockery (0.9.4-1) unstable; urgency=low

  * Initial release (new php-phpdocumentor-reflection-docblock
    build-dependency)

 -- David Prévot <taffit@debian.org>  Mon, 01 Feb 2016 20:34:59 -0400