26 Commits

Author SHA256 Message Date
6801bef5fa Accepting request 1045326 from devel:languages:python:jupyter
- Update to 5.8.0
  * Shell command-line tab-completion via argcomplete #811 (@azjps)
  * Define trait.__doc__ = trait.help for better API Docs #816
    (@minrk)
  * Expose more attributes for typing #817 (@blink1073)
  * Fix lint #814 (@blink1073)
  * Additional Application examples and docs #811 (@azjps)
- Release 5.7.1
  * fix: some descriptors raise AttributeError #812
    (@maartenbreddels)
- Release 5.7.0
  * Performance: decrease runtime overhead for constructing
    HasTraits (up to 20x faster) #777 (@maartenbreddels)
  * Minor fixes for Application.aliases #810 (@azjps)
  * Adopt ruff and address lint #809 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1045326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=14
2022-12-28 09:54:14 +00:00
042585af01 - Update to 5.8.0
* Shell command-line tab-completion via argcomplete #811 (@azjps)
  * Define trait.__doc__ = trait.help for better API Docs #816
    (@minrk)
  * Expose more attributes for typing #817 (@blink1073)
  * Fix lint #814 (@blink1073)
  * Additional Application examples and docs #811 (@azjps)
- Release 5.7.1
  * fix: some descriptors raise AttributeError #812
    (@maartenbreddels)
- Release 5.7.0
  * Performance: decrease runtime overhead for constructing
    HasTraits (up to 20x faster) #777 (@maartenbreddels)
  * Minor fixes for Application.aliases #810 (@azjps)
  * Adopt ruff and address lint #809 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=20
2022-12-25 21:56:28 +00:00
7c1c4f44ed Accepting request 1030492 from devel:languages:python:jupyter
- update to version 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

OBS-URL: https://build.opensuse.org/request/show/1030492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=13
2022-10-23 14:33:04 +00:00
023a10ffd0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=18 2022-10-22 08:42:16 +00:00
d6ec7e073f Accepting request 1030469 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1030469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=17
2022-10-22 08:41:00 +00:00
4ed90465dd Accepting request 1003061 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1003061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=12
2022-09-15 20:57:35 +00:00
635fb60268 Accepting request 1002997 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1002997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=15
2022-09-13 00:50:17 +00:00
0e1f10e1ea Accepting request 984517 from devel:languages:python:jupyter
- Update to 5.3.0
  * Fix traitlet name in docstring by @fcollonval in #745
  * Re-support multiple-alias key for ArgParseConfigLoader by
    @azjps in #687
- Drop traitlets-pr739-fixversion.patch

OBS-URL: https://build.opensuse.org/request/show/984517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=11
2022-06-24 06:45:17 +00:00
bd888c138b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=13 2022-06-22 14:06:37 +00:00
c980bbe40f Accepting request 984514 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 5.3.0
  * Fix traitlet name in docstring by @fcollonval in #745
  * Re-support multiple-alias key for ArgParseConfigLoader by
    @azjps in #687
- Drop traitlets-pr739-fixversion.patch

OBS-URL: https://build.opensuse.org/request/show/984514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=12
2022-06-22 14:04:49 +00:00
7376d7111a Accepting request 980913 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/980913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=10
2022-06-07 09:44:51 +00:00
6eae1f4da1 Accepting request 980912 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 5.2.2
  * Make all explicit and validate in test by @blink1073 in #737
  * Fix KeyError in Application.get_default_logging_config by
    @tonyroberts in #724
- Release 5.2.1
  * Switch to hatch backend by @blink1073 in #728
  * logging: don't attempt to close handlers unless they have been
    opened by @oliver-sanders in #727
- Release 5.2.0
  * Add mypy support by @blink1073 in #705
  * Disambiguate the use of the term value in the example. by
    @metaperl in #694
  * Correct spelling and grammar errors. by @metaperl in #695
  * DOC: Add log example by @Carreau in #693
  * Put description of signature_has_traits after the header for
    it. by @metaperl in #711
  * Application: add logging_config trait by @oliver-sanders in
    #698
  * [DOC] Give explicit list of private symbols for 5.0 by @vidartf
    in #692
  * Add pre-commit and run auto-formatters by @blink1073 in #699
  * Fix downstream test by @blink1073 in #701
  * Add docs on pre-commit and use manual hooks where appropriate
    by @blink1073 in #700
  * Set up flake8 by @blink1073 in #703
  * Typing: tell mypy we have type, update all. by @Carreau in #713
  * Improve CI by @blink1073 in #706
  * Fix typing errors by @blink1073 in #718
  * Use flit build backend by @blink1073 in #720
  * Add Changelog Entry for 5.2.0 by @blink1073 in #717

OBS-URL: https://build.opensuse.org/request/show/980912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=10
2022-06-05 17:06:21 +00:00
bb9e14c745 Accepting request 944210 from devel:languages:python:jupyter
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/944210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=9
2022-01-07 11:45:15 +00:00
468393d730 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=9 2022-01-06 10:53:18 +00:00
05656d12a2 Accepting request 944201 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 5.1.1
  * 5.1.1 fixes compatibility issues with Python 3.10 (rc2).
- Release 5.1.0
  * 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.
- Releases 5.0.2 to 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
  * 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
  * Fix regression in handling `--opt=None` on the CLI for configurable traits
    with `allow_none=True`
  * Fix casting bytes to unicode
- Traitlets 5.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.
  * We expect no code change needed for any consumer of the Python
    API (ipywidgets, and alike), though CLI argument parsing have
    seen a complete rewrite, so if you have an application that
    does use the parsing logic of traitlets you may see changes in
    behavior, and now have access to more features.
  * Major changes are:
    - Removal of Python 2 support,
    - Removal of Python 3.0-3.6 support
    - we now follow NEP 29, and are thus Python 3.7+ only.
    - remove ``six`` as a dependency
    - remove ``funcsig`` as a dependency.
- Fix build without python2
- Update to version 4.3.3
  * Adds Application.loaded_config_files property for accessing
    config files that have been loaded and makes the property
    idempotent on multiple loads.
- Add missing python-six BuildRequires
- Add missing python-six Requires
- Implement single-spec version.
- Update to 4.3.2
  * using :meth:`_traitname_default()` without the ``@default``
    decorator is no longer deprecated.
  * Passing ``config=True`` in traitlets constructors is no longer
    deprecated.
- Update to 4.3.1
  * Compatibility fix for Python 3.6a1
  * Fix bug in Application.classes getting extra entries when
    multiple Applications are instantiated in the same process.
- Update to 4.3.0
  * Improve the generated config file output.
  * Allow TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR env to
    override :attr:`Application.raise_config_file_errors`,
    so that config file errors can result in exiting immediately.
  * Avoid using root logger. If no application logger is registered,
    the ``'traitlets'`` logger will be used instead of the root
    logger.
  * Change/Validation arguments are now Bunch objects, allowing
    attribute-access, in addition to dictionary access.
  * Reduce number of common deprecation messages in certain cases.
  * Ensure command-line options always have higher priority than
    config files.
  * Add bounds on numeric traits.
  * Improves various error messages.
- Update to 4.2.2
  * Partially revert a change in 4.1 that prevented IPython's
    command-line options from taking priority over config files.
- Update to 4.2.1
  * Demotes warning about unused arguments in ``HasTraits.__init__``
    introduced in 4.2.0 to DeprecationWarning.
- Update to 4.2.0
  * :class:`JSONFileConfigLoader` can be used as a context manager
    for updating configuration.
  * If a value in config does not map onto a configurable trait,
    a message is displayed that the value will have no effect.
  * Unused arguments are passed to ``super()`` in
    ``HasTraits.__init__``, improving support for multiple
    inheritance.
  * Various bugfixes and improvements in the new API introduced
    in 4.1.
  * Application subclasses may specify
    ``raise_config_file_errors = True``
    to exit on failure to load config files,
    instead of the default of logging the failures.
- Update to 4.1
  * Decorators are used, rather than magic method names, for
    registering trait-related methods. See :doc:`using_traitlets`
    and :doc:`migration` for more info.
  * Deprecate ``Trait(config=True)`` in favor of
    ``Trait().tag(config=True)``. In general, metadata is added
    via ``tag`` instead of the constructor.
  * Trait attributes initialized with ``read_only=True`` can only
    be set with the ``set_trait`` method.
    Attempts to directly modify a read-only trait attribute raises
    a ``TraitError``.
  * The directional link now takes an optional `transform`
    attribute allowing the modification of the value.
  * Various fixes and improvements to config-file generation
    (fixed ordering, Undefined showing up, etc.)
  * Warn on unrecognized traits that aren't configurable, to avoid
    silently ignoring mistyped config.
- Update to version 
- Fix package naming consistency
- Update dependency names
- Initial version

OBS-URL: https://build.opensuse.org/request/show/944201
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=8
2022-01-06 10:38:58 +00:00
1a7c5ec354 Revert to 4.x, compatible with python36; unblockrngs
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=8
2021-01-16 12:55:36 +00:00
OBS User buildservice-autocommit
3c3dc5b15d Updating link to change in openSUSE:Factory/python-traitlets revision 8.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=f69aa317bc6f6a803a78a7b3b50a5c21
2021-01-16 12:55:36 +00:00
09e265b997 Accepting request 862132 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/862132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=7
2021-01-15 18:44:05 +00:00
09adb35cee Accepting request 862027 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/862027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=6
2021-01-10 15:38:15 +00:00
6da6bcaec0 Accepting request 784174 from devel:languages:python:jupyter
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/784174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=6
2020-03-26 23:21:18 +00:00
Tomáš Chvátal
3ca5c6d8b8 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=4
2020-03-12 07:59:26 +00:00
fc222bc8b3 Accepting request 747883 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/747883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=5
2019-11-22 09:23:42 +00:00
3ea79a81d1 Accepting request 508368 from devel:languages:python
- Add missing python-six BuildRequires

- Add missing python-six Requires

OBS-URL: https://build.opensuse.org/request/show/508368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=4
2017-07-07 08:16:26 +00:00
22c35d6736 Accepting request 487997 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/487997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=3
2017-04-29 08:52:37 +00:00
1633e07766 Accepting request 483952 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/483952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=2
2017-04-14 11:34:39 +00:00
Stephan Kulow
87a93d4d58 Accepting request 322888 from devel:languages:python
This is needed by the newest version of IPython, which is already in openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/322888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=1
2015-09-30 03:49:24 +00:00