2022-01-23 23:12:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 20 20:10:07 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to 2.0.0:
|
|
|
|
- Removed Python 3.6 support
|
|
|
|
- Support for text file objects as load input. Use binary file
|
|
|
|
objects instead.
|
|
|
|
- First argument of load and loads can no longer be passed by
|
|
|
|
keyword.
|
|
|
|
- Allow lower case "t" and "z" in datetimes
|
|
|
|
- Raise an error when dotted keys define values outside the
|
|
|
|
"current table". Technically speaking TOML v1.0.0 does allow
|
|
|
|
such assignments but that isn't intended by specification
|
|
|
|
writers, and will change in a future specification version
|
|
|
|
(see the pull request).
|
|
|
|
- Illegal characters in error messages were surrounded by two
|
|
|
|
pairs of quotation marks
|
|
|
|
- TOMLDecodeError.__module__ is now the public import path
|
|
|
|
(tomli) instead of private import path (tomli._parser)
|
|
|
|
- Eliminated an import cycle when typing.TYPE_CHECKING is
|
|
|
|
True. This allows sphinx-autodoc-typehints to resolve type
|
|
|
|
annotations.
|
|
|
|
|
2021-10-15 20:32:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 15 19:03:22 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Yet another dependency cycle to break: tomli - flit_core - tomli
|
|
|
|
https://flit.readthedocs.io/en/latest/bootstrap.html
|
|
|
|
|
2021-10-15 09:27:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 15 08:49:47 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- BuildIgnore ca-certificates: python-pip brings it in for regular
|
|
|
|
operation, but as we do not ever do https:// connections during a
|
|
|
|
build we do not depend on certificates. Allows us to break up a
|
|
|
|
build cycle.
|
|
|
|
|
2021-10-13 19:35:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 13 19:20:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Split build and tests in _multibuild in order to avoid depcycle
|
|
|
|
|
2021-10-03 22:15:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 3 19:30:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- initial specfile for version 1.2.1
|
|
|
|
- required by setuptools_scm
|