Name: python-traitlets Version: 5.14.1 Release: 1 Summary: A lightweight Traits like module. License: BSD-3-Clause URL: https://github.com/ipython/traitlets Source0: https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-%{version}.tar.gz BuildArch: noarch %description A framework that lets Python classes have attributes with type checking, dynamically calculated default values, and callbacks. %package -n python3-traitlets Summary: A lightweight Traits like module. BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling BuildRequires: python3-pytest %python_provide python3-traitlets %description -n python3-traitlets A framework that lets Python classes have attributes with type checking, dynamically calculated default values, and callbacks. %prep %autosetup -n traitlets-%{version} -p1 %build %pyproject_build %install %pyproject_install %check py.test-3 -v traitlets/tests/ %files -n python3-traitlets %license LICENSE %doc README.md %{python3_sitelib}/traitlets/ %{python3_sitelib}/traitlets*.dist-info/ %changelog * Fri Mar 1 2024 Dongxing Wang - 5.14.1-1 - Upgrade package with version 5.14.1 Add option to load traitlets values from environement. Cleanup after remove Python 2 support. Add more project URLs, trove classifiers. Added type hints to HasTraits.observe() and friends. * Tue Apr 25 2023 yaoxin - 5.9.0-1 - Update to 5.9.0 * Thu Aug 04 2022 liqiuyu - 5.3.0-1 - Update to 5.3.0 * Wed Jun 01 2022 yangping - 5.1.1-1 - Update to v5.1.1 * Mon May 9 2022 yaoxin - 4.3.2-11 - License compliance rectification * Sat Jan 08 2022 xu_ping - 4.3.2-10 - Drop the python-nose dependency * Wed Oct 21 2020 zhanghua - 4.3.2-9 - remove python2 subpackage * Thu Mar 5 2020 chenli - 4.3.2-8 - Init Package.