- Update to 5.10.0
* Added type hints to HasTraits.observe() and friends. #834 (@scholer) * feat: trait typing #818 (@maartenbreddels) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=28
This commit is contained in:
parent
6f57296865
commit
0de86e1290
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 24 18:19:30 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 5.10.0
|
||||
* Added type hints to HasTraits.observe() and friends. #834
|
||||
(@scholer)
|
||||
* feat: trait typing #818 (@maartenbreddels)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:37:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,19 +18,19 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-traitlets
|
||||
Version: 5.9.0
|
||||
Version: 5.10.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 argcomplete >= 3.0.3}
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module hatchling >= 1.5}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest >= 7}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@ -56,7 +56,7 @@ sed -i 's/--color yes//' pyproject.toml
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%doc examples/
|
||||
%license COPYING.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/traitlets/
|
||||
%{python_sitelib}/traitlets-%{version}*-info
|
||||
|
||||
|
3
traitlets-5.10.0.tar.gz
Normal file
3
traitlets-5.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f584ea209240466e66e91f3c81aa7d004ba4cf794990b0c775938a1544217cd1
|
||||
size 153836
|
BIN
traitlets-5.9.0.tar.gz
(Stored with Git LFS)
BIN
traitlets-5.9.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user