automatic version update by autodist [release 5.10.1-1mamba;Wed Sep 27 2023]
This commit is contained in:
parent
2d9f436be8
commit
ab8d5e6bf4
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-traitlets
|
Name: python-traitlets
|
||||||
Version: 5.9.0
|
Version: 5.10.1
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,7 +11,7 @@ URL: https://github.com/ipython/traitlets
|
|||||||
Source: https://pypi.debian.net/traitlets/traitlets-%{version}.tar.gz
|
Source: https://pypi.debian.net/traitlets/traitlets-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,9 +37,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
%dir %{python_sitelib}/%{pkgname}
|
%dir %{python_sitelib}/%{pkgname}
|
||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
%doc COPYING.md
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 5.10.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-2mamba
|
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user