- Update to 5.14.0
* Add option to load traitlets values from environment. #856 (@Carreau) - Release 5.13.0 * Use passed-in info argument for TraitType.error() #884 (@kylebarron) - Release 5.12.0 * Pass **kwds in MetaHasDescriptors new and init #881 (@fleming79) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=32
This commit is contained in:
parent
a95ee339ae
commit
0a552a3fdd
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 28 16:09:18 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 5.14.0
|
||||||
|
* Add option to load traitlets values from environment. #856
|
||||||
|
(@Carreau)
|
||||||
|
- Release 5.13.0
|
||||||
|
* Use passed-in info argument for TraitType.error() #884
|
||||||
|
(@kylebarron)
|
||||||
|
- Release 5.12.0
|
||||||
|
* Pass **kwds in MetaHasDescriptors new and init #881
|
||||||
|
(@fleming79)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 7 13:37:09 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sat Oct 7 13:37:09 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-traitlets
|
Name: python-traitlets
|
||||||
Version: 5.11.2
|
Version: 5.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Traitlets Python configuration system
|
Summary: Traitlets Python configuration system
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -41,7 +41,7 @@ A configuration system for Python applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n traitlets-%{version}
|
%autosetup -p1 -n traitlets-%{version}
|
||||||
sed -i 's/--color yes//' pyproject.toml
|
sed -i 's/"--color=yes,"//' pyproject.toml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@ -51,7 +51,8 @@ sed -i 's/--color yes//' pyproject.toml
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
# no mypy testing in Ring1
|
||||||
|
%pytest --ignore tests/test_typing.py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e
|
|
||||||
size 157726
|
|
3
traitlets-5.14.0.tar.gz
Normal file
3
traitlets-5.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fcdaa8ac49c04dfa0ed3ee3384ef6dfdb5d6f3741502be247279407679296772
|
||||||
|
size 160561
|
Loading…
x
Reference in New Issue
Block a user