automatic version update by autodist [release 2.5.6-1mamba;Wed Apr 28 2021]

This commit is contained in:
Automatic Build System 2024-01-06 10:46:04 +01:00
parent b33cc2aa5f
commit e5e257edbb

View File

@ -1,5 +1,5 @@
Name: python-astroid Name: python-astroid
Version: 2.5.3 Version: 2.5.6
Release: 1mamba Release: 1mamba
Summary: A common base representation of python source code Summary: A common base representation of python source code
Group: System/Libraries Group: System/Libraries
@ -10,18 +10,16 @@ URL: https://pypi.org/project/astroid/
Source: https://pypi.debian.net/astroid/astroid-%{version}.tar.gz Source: https://pypi.debian.net/astroid/astroid-%{version}.tar.gz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: python3 BuildRequires: libpython3-devel
BuildRequires: python3.7dist(lazy-object-proxy)
BuildRequires: python3.7dist(typed-ast)
BuildRequires: python3.7dist(wrapt)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
%description %description
%{summary}. %{summary}.
%if 0%{?with_pyver} %if "%{?with_pyver}"
%define py_requires_append \
Requires: python-lazy-object-proxy%{?pyappend:-%pyappend} \
Requires: python-wrapt%{?pyappend:-%pyappend}
%pyver_package %pyver_package
%endif %endif
@ -40,13 +38,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING COPYING.LESSER %dir %{python_sitearch}/astroid-%{version}-py*.egg-info
%{python_sitearch}/astroid-%{version}-py*.egg-info/*
%doc LICENSE
%changelog %changelog
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 2.5.6-1mamba
- automatic version update by autodist
* Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba * Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
- automatic version update by autodist - automatic version update by autodist