update to 5.0.5 [release 5.0.5-1mamba;Wed Jan 20 2021]
This commit is contained in:
parent
5a5d379f49
commit
35fa337312
@ -1,7 +1,5 @@
|
|||||||
%global srcname traitlets
|
Name: python-traitlets
|
||||||
|
Version: 5.0.5
|
||||||
Name: python-%{srcname}
|
|
||||||
Version: 4.3.3
|
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A lightweight, simple, pure Python derivative of Enthought Traits
|
Summary: A lightweight, simple, pure Python derivative of Enthought Traits
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -9,10 +7,11 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: https://github.com/ipython/traitlets
|
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
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
Requires: python-decorator
|
Requires: python-decorator
|
||||||
@ -21,8 +20,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
This Python module is designed to provide a lightweight, simple, pure Python version of many of the capabilities of enthought.traits.
|
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
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n traitlets-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py 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
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 22 2019 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user