2024-11-13 18:45:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 13 15:46:47 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
* Removed the "Programming Language :: Python :: Implementation :: PyPy"
|
|
|
|
|
classifier which was incorrect, because inline-snapshot can not fix
|
|
|
|
|
snapshots on pypy. inline-snapshot now enforces --inline-snapshot=disable
|
|
|
|
|
when used with an implementation other than cpython, which allows
|
|
|
|
|
it to be used in packages that want to support pypy.
|
|
|
|
|
* Command line shortcuts can be defined to simplify your workflows.
|
|
|
|
|
--review and --fix are defined by default. See the documentation
|
|
|
|
|
for details.
|
|
|
|
|
* --inline-snapshot=create/fix/trim/update will no longer show reports
|
|
|
|
|
for other categories. You can use --inline-snapshot=create,report
|
|
|
|
|
if you want to use the old behaviour.
|
|
|
|
|
- from version to 0.13.4
|
|
|
|
|
* Use tomli instead of toml
|
|
|
|
|
|
2024-10-29 08:12:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 29 08:12:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.13.3:
|
|
|
|
|
* removed non-optional dirty-equals dependency
|
|
|
|
|
* star-expressions in list or dicts where never valid and cause
|
|
|
|
|
a warning now.
|
|
|
|
|
* A snapshot which contains an dirty-equals expression can now
|
|
|
|
|
be compared multiple times.
|
|
|
|
|
* Use tomllib instead of PyPI toml on Python 3.11 and later
|
|
|
|
|
* added extra.prints
|
|
|
|
|
* 3.13 support
|
|
|
|
|
* strings with one line-break at the end become no multiline
|
|
|
|
|
strings
|
|
|
|
|
|
2024-09-06 09:51:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 5 16:19:43 UTC 2024 - Guang Yee <gyee@suse.com>
|
|
|
|
|
|
2024-10-29 08:12:58 +00:00
|
|
|
- Enable sle15_python_module_pythons.
|
2024-09-06 09:51:48 +00:00
|
|
|
|
2024-08-22 09:57:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 16 23:25:30 UTC 2024 - Guang Yee <gyee@suse.com>
|
|
|
|
|
|
|
|
|
|
- version 0.12.1
|
2024-10-29 08:12:58 +00:00
|
|
|
* add license to project metadata and some other fixes in pyproject.toml (#104)
|