diff --git a/python-traitlets.changes b/python-traitlets.changes index 8838383..2201436 100644 --- a/python-traitlets.changes +++ b/python-traitlets.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Dec 25 21:51:35 UTC 2022 - Ben Greiner + +- 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) + ------------------------------------------------------------------- Sat Oct 22 03:47:08 UTC 2022 - Arun Persaud diff --git a/python-traitlets.rpmlintrc b/python-traitlets.rpmlintrc new file mode 100644 index 0000000..550cfe2 --- /dev/null +++ b/python-traitlets.rpmlintrc @@ -0,0 +1,2 @@ +# Leave examples as is +addFilter("env-script-interpreter .*examples") \ No newline at end of file diff --git a/python-traitlets.spec b/python-traitlets.spec index 81b06d7..30892c2 100644 --- a/python-traitlets.spec +++ b/python-traitlets.spec @@ -17,15 +17,18 @@ Name: python-traitlets -Version: 5.5.0 +Version: 5.8.0 Release: 0 Summary: Traitlets Python configuration system License: BSD-3-Clause URL: https://github.com/ipython/traitlets Source: https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-%{version}.tar.gz +Source99: python-traitlets.rpmlintrc +BuildRequires: %{python_module argcomplete >= 2.0} BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module hatchling >= 1.5} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: fdupes BuildRequires: python-rpm-macros diff --git a/traitlets-5.5.0.tar.gz b/traitlets-5.5.0.tar.gz deleted file mode 100644 index 74cf93e..0000000 --- a/traitlets-5.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b122f9ff2f2f6c1709dab289a05555be011c87828e911c0cf4074b85cb780a79 -size 131686 diff --git a/traitlets-5.8.0.tar.gz b/traitlets-5.8.0.tar.gz new file mode 100644 index 0000000..6857207 --- /dev/null +++ b/traitlets-5.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc57d6dc28c85d5365961726ffd19b538739347749e13ebe34e03323a0e8f84 +size 149460