2020-03-06 18:34:28 +08:00
|
|
|
|
Name: python-traitlets
|
2022-06-01 16:25:36 +08:00
|
|
|
|
Version: 5.1.1
|
|
|
|
|
|
Release: 1
|
2020-03-06 18:34:28 +08:00
|
|
|
|
Summary: A lightweight Traits like module.
|
|
|
|
|
|
|
2022-05-09 18:10:51 +08:00
|
|
|
|
License: BSD-3-Clause
|
2020-03-06 18:34:28 +08:00
|
|
|
|
URL: https://github.com/ipython/traitlets
|
2022-06-01 16:25:36 +08:00
|
|
|
|
Source0: https://github.com/ipython/traitlets/archive/refs/tags/%{version}.tar.gz
|
2020-03-06 18:34:28 +08:00
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
A framework that lets Python classes have attributes with type checking, dynamically calculated default values,
|
|
|
|
|
|
and ‘on change’ callbacks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python%{python3_pkgversion}-traitlets
|
|
|
|
|
|
Summary: A lightweight Traits like module.
|
2022-01-08 16:37:45 +08:00
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-pytest
|
2020-03-06 18:34:28 +08:00
|
|
|
|
BuildRequires: python%{python3_pkgversion}-decorator python%{python3_pkgversion}-six
|
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-ipython_genutils python%{python3_pkgversion}-six
|
|
|
|
|
|
Requires: python%{python3_pkgversion}-decorator python%{python3_pkgversion}-ipython_genutils python%{python3_pkgversion}-six
|
|
|
|
|
|
%python_provide python%{python3_pkgversion}-traitlets
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-traitlets
|
|
|
|
|
|
A framework that lets Python classes have attributes with type checking, dynamically calculated default values,
|
|
|
|
|
|
and ‘on change’ callbacks.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
%autosetup -n traitlets-%{version} -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
py.test-%{python3_version} -v traitlets/tests/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python%{python3_pkgversion}-traitlets
|
|
|
|
|
|
%doc README.md COPYING.md
|
|
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-06-01 16:25:36 +08:00
|
|
|
|
* Wed Jun 01 2022 yangping <yangping69@h-partners.com> - 5.1.1-1
|
|
|
|
|
|
- Update to v5.1.1
|
|
|
|
|
|
|
2022-05-09 18:10:51 +08:00
|
|
|
|
* Mon May 9 2022 yaoxin <yaoxin30@h-partners.com> - 4.3.2-11
|
|
|
|
|
|
- License compliance rectification
|
|
|
|
|
|
|
2022-01-08 16:37:45 +08:00
|
|
|
|
* Sat Jan 08 2022 xu_ping <xuping33@huawei.com> - 4.3.2-10
|
|
|
|
|
|
- Drop the python-nose dependency
|
|
|
|
|
|
|
2020-10-29 15:28:17 +08:00
|
|
|
|
* Wed Oct 21 2020 zhanghua <zhanghua40@huawei.com> - 4.3.2-9
|
|
|
|
|
|
- remove python2 subpackage
|
|
|
|
|
|
|
2020-03-06 18:34:28 +08:00
|
|
|
|
* Thu Mar 5 2020 chenli <chenli147@huawei.com> - 4.3.2-8
|
|
|
|
|
|
- Init Package.
|