The NetBSD Project

CVS log for pkgsrc/devel/py-traitlets/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-traitlets

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 8 11:22:01 2023 UTC (2 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Wed Aug 31 05:50:12 2022 UTC (6 months, 3 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

(devel/py-traitlets) regen PLIST

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 9 15:49:25 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.5: +12 -37 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Sat Jan 1 16:22:51 2022 UTC (14 months, 3 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.4: +6 -2 lines
Diff to previous 1.4 (colored)

py-traitlets: Use egg.mk to fix packaging

Bump PKGREVISION.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 1 18:22:05 2021 UTC (18 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.3: +4 -1 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 (21 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.2: +59 -47 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], Mon Mar 20 19:19:09 2017 UTC (6 years ago) by minskim
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, 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
Changes since 1.1: +1 -0 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 (6 years 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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>