Up to [cvs.NetBSD.org] / pkgsrc / devel / py-traitlets
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 13 18:25:03 2022 UTC (13 days, 13 hours ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
py-traitlets: updated to 5.2.2.post1 5.2.2.post1: Fix build
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 9 15:49:25 2022 UTC (2 weeks, 3 days ago) by adam
Branch: MAIN
Changes since 1.13: +6 -5
lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Tue Jan 4 20:53:45 2022 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 1 16:22:51 2022 UTC (5 months, 3 weeks ago) by ryoon
Branch: MAIN
Changes since 1.11: +3 -2
lines
Diff to previous 1.11 (colored)
py-traitlets: Use egg.mk to fix packaging Bump PKGREVISION.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 30 13:05:31 2021 UTC (5 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Forget about Python 3.6
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 26 08:34:06 2021 UTC (8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
py-traitlets: updated to 5.1.1 5.1.1 fixes compatibility issues with Python 3.10
Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 1 18:22:05 2021 UTC (9 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.8: +2 -4
lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Tue Jun 29 08:34:19 2021 UTC (11 months, 4 weeks ago) by nia
Branch: MAIN
Changes since 1.7: +4 -2
lines
Diff to previous 1.7 (colored)
py-traitlets: doesn't support Python 3.6 in version 5
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 10 05:47:11 2021 UTC (12 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.6: +5 -10
lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:03 2020 UTC (2 years, 5 months ago) by rillig
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
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 19 17:01:54 2019 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.4: +8 -8
lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Mon Oct 16 12:11:56 2017 UTC (4 years, 8 months ago) by adam
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
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Added python to CATEGORIES
Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 23 04:18:47 2017 UTC (5 years, 2 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.2: +7 -3
lines
Diff to previous 1.2 (colored)
python27 version requires py-enum34.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 20 19:19:09 2017 UTC (5 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Use python/distutils.mk rather than python/extention.mk Bump PKGREVISION for PLIST change
Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 18 23:51:21 2017 UTC (5 years, 3 months ago) by minskim
Branch: MAIN
Import py-traitlets from pkgsrc-wip traitlets is a configuration system for Python applications. Packaged by Kamel Derouiche and updated by me.