From d9f59563d0574eb9eff37d60b2cc9bd718c554e4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:06:12 +0100 Subject: [PATCH] automatic version update by autodist [release 0.8.8.7-1mamba;Wed Feb 08 2023] --- python-doxypypy.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/python-doxypypy.spec b/python-doxypypy.spec index 524787f..06fcf0c 100644 --- a/python-doxypypy.spec +++ b/python-doxypypy.spec @@ -1,5 +1,5 @@ Name: python-doxypypy -Version: 0.8.8.6 +Version: 0.8.8.7 Release: 1mamba Summary: A more Pythonic version of doxypy, a Doxygen filter for Python Group: System/Libraries @@ -11,7 +11,8 @@ Source: https://pypi.debian.net/doxypypy/doxypypy-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel -BuildRequires: python-setuptools-py3 +BuildRequires: python3.7dist(chardet) +BuildRequires: python3.7dist(setuptools) ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version @@ -39,12 +40,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --record=%{name}.filelist sed -i "\\,\\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "/sample_utf.*cpython.*.pyc/d" %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -%dir %{python3_sitearch}/doxypypy-%{version}-py*.egg-info -%{python3_sitearch}/doxypypy-%{version}-py*.egg-info/* +%dir %{python_sitearch}/doxypypy-%{version}-py*.egg-info +%{python_sitearch}/doxypypy-%{version}-py*.egg-info/* +%{python_sitearch}/doxypypy/test/__pycache__/sample_utf*cpython*.pyc %changelog +* Wed Feb 08 2023 Automatic Build System 0.8.8.7-1mamba +- automatic version update by autodist + * Tue Mar 16 2021 Silvan Calarco 0.8.8.6-1mamba - package created using the webbuild interface