automatic version update by autodist [release 3.8.0-1mamba;Fri Jan 24 2025]

This commit is contained in:
Automatic Build System 2025-01-25 09:38:58 +01:00
parent 489833a9db
commit 3bcfad6639

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-tablib Name: python-tablib
Version: 3.7.0 Version: 3.8.0
Release: 1mamba Release: 1mamba
Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV) Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV)
Group: System/Libraries Group: System/Libraries
@ -11,6 +11,7 @@ URL: https://pypi.org/project/tablib/
Source: https://pypi.debian.net/tablib/tablib-%{version}.tar.gz Source: https://pypi.debian.net/tablib/tablib-%{version}.tar.gz
Patch0: python-tablib-0.10.0-python2.7.patch Patch0: python-tablib-0.10.0-python2.7.patch
License: MIT License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -25,7 +26,6 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%prep %prep
%setup -q -n tablib-%{version} %setup -q -n tablib-%{version}
#%patch0 -p1
%build %build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
@ -50,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
%changelog %changelog
* Fri Jan 24 2025 Automatic Build System <autodist@openmamba.org> 3.8.0-1mamba
- automatic version update by autodist
* Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 3.7.0-1mamba * Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 3.7.0-1mamba
- automatic version update by autodist - automatic version update by autodist