update to 5.0.5 [release 5.0.5-1mamba;Wed Jan 20 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:47:31 +01:00
parent 5a5d379f49
commit 35fa337312

View File

@ -1,7 +1,5 @@
%global srcname traitlets
Name: python-%{srcname}
Version: 4.3.3
Name: python-traitlets
Version: 5.0.5
Release: 1mamba
Summary: A lightweight, simple, pure Python derivative of Enthought Traits
Group: System/Libraries
@ -9,10 +7,11 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: https://github.com/ipython/traitlets
Source: https://github.com/ipython/traitlets/archive/%{version}.tar.gz
Source: https://pypi.debian.net/traitlets/traitlets-%{version}.tar.gz
#Source: https://github.com/ipython/traitlets/archive/%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
Requires: python-decorator
@ -21,8 +20,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This Python module is designed to provide a lightweight, simple, pure Python version of many of the capabilities of enthought.traits.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n %{srcname}-%{version}
%setup -q -n traitlets-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -38,11 +41,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%doc README.md
%changelog
* Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.5-1mamba
- update to 5.0.5
* Tue Oct 22 2019 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba
- automatic version update by autodist