rebuilt with python3 3.7.4 [release 2.19-2mamba;Fri Aug 09 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 16:24:13 +01:00
parent 901629a890
commit e65460412a

View File

@ -1,6 +1,6 @@
Name: python-pycparser Name: python-pycparser
Version: 2.19 Version: 2.19
Release: 1mamba Release: 2mamba
Summary: A parser for the C language, written in pure Python Summary: A parser for the C language, written in pure Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,9 +10,9 @@ URL: https://pypi.python.org/pypi/pycparser
Source: https://pypi.debian.net/pycparser/pycparser-%{version}.tar.gz Source: https://pypi.debian.net/pycparser/pycparser-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 python-pycparser' to get the list of build requirements.
## AUTOBUILDREQ-END
BuildRequires: libpython-devel BuildRequires: libpython-devel
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -48,6 +48,9 @@ chmod +r %{buildroot}%{python_sitearch}/pycparser-%{version}-*/*
%doc LICENSE %doc LICENSE
%changelog %changelog
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19-2mamba
- rebuilt with python3 3.7.4
* Wed Sep 26 2018 Automatic Build System <autodist@mambasoft.it> 2.19-1mamba * Wed Sep 26 2018 Automatic Build System <autodist@mambasoft.it> 2.19-1mamba
- automatic version update by autodist - automatic version update by autodist