automatic version update by autodist [release 2.0.2-1mamba;Fri Dec 10 2021]

This commit is contained in:
Automatic Build System 2024-01-05 16:52:56 +01:00
parent 72467eaf98
commit 12453eeb75

View File

@ -1,23 +1,26 @@
Name: python-werkzeug
Version: 1.0.1
Version: 2.0.2
Release: 1mamba
Summary: The Swiss Army knife of Python web development
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://werkzeug.pocoo.org/
URL: https://werkzeug.palletsprojects.com/en/2.0.x/
Source: https://pypi.debian.net/Werkzeug/Werkzeug-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep
%setup -q -n Werkzeug-%{version}
@ -33,12 +36,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
#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)
%dir %{python_sitearch}/Werkzeug-%{version}-py*.egg-info
%{python_sitearch}/Werkzeug-%{version}-py*.egg-info/*
%changelog
* Fri Dec 10 2021 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
- automatic version update by autodist
* Mon Apr 06 2020 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
- automatic version update by autodist