Up to [cvs.NetBSD.org] / pkgsrc / devel / py-traitlets
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 31 09:21:24 2023 UTC (4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
py-traitlets: updated to 5.9.0 5.9.0 Enhancements made - Polishing argcomplete support Maintenance and upkeep improvements - Test that name and description can be set via constructor.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 11 10:41:09 2023 UTC (4 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
py-traitlets: updated to 5.8.1 5.8.1 Bugs fixed - fix: mro_trait can be unbound when the class is not in mro Documentation improvements - Add more api docs
Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 8 11:22:01 2023 UTC (4 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (colored)
py-traitlets: updated to 5.8.0 5.8.0 Enhancements made -Shell command-line tab-completion via `argcomplete` - Define `trait.__doc__` = `trait.help` for better API Docs Maintenance and upkeep improvements - Expose more attributes for typing - Fix lint Documentation improvements - Additional `Application` examples and docs
Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 13 07:13:58 2022 UTC (5 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
py-traitlets: updated to 5.7.1 5.7.1 Bugs fixed - fix: some descriptors raise AttributeError
Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 9 09:25:10 2022 UTC (5 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
py-traitlets: updated to 5.7.0 5.7.0 Enhancements made - Performance: decrease runtime overhead for constructing HasTraits (up to 20x faster) Maintenance and upkeep improvements - Minor fixes for Application.aliases - Adopt ruff and address lint
Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 30 21:32:29 2022 UTC (6 months ago) by adam
Branch: MAIN
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
py-traitlets: updated to 5.6.0 5.6.0 Maintenance and upkeep improvements - Adopt jupyter releaser - Use base setup dependency type - More CI Cleanup - More maintenance cleanup - Add project description - Bump actions/setup-python from 2 to 4 - Bump actions/checkout from 2 to 3 - Bump pre-commit/action from 2.0.0 to 3.0.0 - Bump actions/upload-artifact from 2 to 3 - Add dependabot - Add more typings - Format changelog
Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 19 17:27:11 2022 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
py-traitlets: updated to 5.5.0 5.5.0 * Clean up application typing * Update tests and docs to use non-deprecated functions * Clean up version handling * Prep for jupyter releaser * Format the changelog
Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 13 08:02:36 2022 UTC (8 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
py-traitlets: updated to 5.4.0 5.4.0 - Fix version_info - Make generated config files more lintable - Fix union trait from string - Add security.md, and tidelift bage
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 2 08:01:07 2022 UTC (11 months ago) by adam
Branch: MAIN
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
py-traitlets: updated to 5.3.0 5.3.0 - Fix traitlet name in docstring - Re-support multiple-alias key for ArgParseConfigLoader
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 13 18:25:03 2022 UTC (11 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
py-traitlets: updated to 5.2.2.post1 5.2.2.post1: Fix build
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 9 15:49:25 2022 UTC (11 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
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.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 15 17:33:51 2021 UTC (18 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
py-traitlets: use BLAKE2s
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 08:34:06 2021 UTC (19 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
py-traitlets: updated to 5.1.1 5.1.1 fixes compatibility issues with Python 3.10
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:50 2021 UTC (19 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 1 18:22:05 2021 UTC (21 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
py-traitlets: updated to 5.1.0 Traitlets 5.1 ------------- Traitlets 5.1 brings a couple of updates and changes to traitlets, and is recommended for all users. What follow is a non-exhaustive list of changes: - Removal of the ``ipython_genutils`` dependency, this should remove any direct and indirect reliance on ``nose`` and prepare traitlets 5.1 for Python 3.10 and above compatibility, some test suite changes also accommodate Python 3.10 changes. If you package traitlets downstream, make sure to remove this dependency. - Removal of ``ipython_genutils`` may have change the default encoding detected for the command line argument parsing when not utf-8. We expect this to affect a small portion of older windows version. If you encounter issue let us know. - Stop recommendation of ``CUnicode`` in some circumstances as it's deprecated. - Our test suite is now using GitHub action instead of travis CI. If you are packaging downstream using the git repository, you may have to exclude the ``.github`` folder now, and can remove exclusion of - It fixes a parsing issue for list of one single element on the CLI. - We reserve the right to remove official support for Python 3.7 in subsequent minor revisions.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 10 05:47:11 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 19 17:01:54 2019 UTC (3 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-traitlets: updated to 4.3.3 4.3.3 backports some small bugfixes and improvements: - Adds :attr:`Application.loaded_config_files` property for accessing config files that have been loaded and makes the property idempotent on multiple loads.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 18 23:51:21 2017 UTC (6 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Import py-traitlets from pkgsrc-wip traitlets is a configuration system for Python applications. Packaged by Kamel Derouiche and updated by me.