2022-06-13 20:25:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.2.2.post1
5.2.2.post1:
Fix build
|
2022-06-09 17:49:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-traitlets: updated to 5.2.2
5.2.2
- Make ``traitlets.__all__`` explicit and validate in test.
- Fix ``KeyError`` in ``Application.get_default_logging_config``.
5.2.1
- logging: Don't attempt to close handlers unless they have been opened.
Fixes ``ValueError: Unable to configure formatter 'console'`` traceback.
5.2.0
Traitlets 5.2 brings a couple of updates and changes to traitlets, and is
recommended for all users. What follows is a non-exhaustive list of changes:
- Application: add logging_config trait.
- Disambiguate the use of the term value in the example.
- Add mypy typing support.
- DOC: Add log example.
- Internal cleanup: linters, autoformatters, CI.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2022-01-01 17:22:51 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
py-traitlets: Use egg.mk to fix packaging
Bump PKGREVISION.
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-11-15 18:33:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-traitlets: use BLAKE2s
|
2021-10-26 10:34:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.1.1
5.1.1 fixes compatibility issues with Python 3.10
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-29 10:34:19 by Nia Alarie | Files touched by this commit (5) |
Log message:
py-traitlets: doesn't support Python 3.6 in version 5
|
2021-06-10 07:47:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-traitlets: updated to 5.0.5
5.0.5
*****
- Support deprecated literals for sets, tuples on the command-line: ``nbconvert \
--TagRemovePreprocessor.remove_cell_tags='{"tag"}'``
- Fix ``from_string_list`` for Tuples in general
- Fix support for ``List(default_value=None, allow_none=True)`` and other \
Container traits
- Fix help output for nested aliases and tuple traits
5.0.4
*****
- Support deprecated use of byte-literals for bytes on the command-line: \
``ipython kernel --Session.key="b'abc'"``. The `b` prefix is no longer \
needed in traitlets 5.0, but is supported for backward-compatibility
- Improve output of configuration errors, especially when help output would make \
it hard to find the helpful error message
5.0.3
*****
- Fix regression in handling `--opt=None` on the CLI for configurable traits
with `allow_none=True`
5.0.2
*****
- Fix casting bytes to unicode
5.0.0
*****
Traitlets 5.0 is a new version of traitlets that accumulate changes over a \
period of more close to four years; A number of
internal refactoring made the internal code structure cleaner and simpler, and \
greatly improved the diagnostic error
messages as well has help and documentation generation.
|