diff --git a/python-reportlab.spec b/python-reportlab.spec index 8f702c52b18b05b94d0b03266d26c059332a35e7..5e16acc524e9b37ff81e7700e0137d015ed399e5 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -3,7 +3,7 @@ %bcond_without tests Name: python-reportlab -Version: 4.0.8 +Version: 4.1.0 Release: 1 Summary: ReportLab library to create PDF documents and graphic License: BSD @@ -58,10 +58,6 @@ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS} -Isrc/rl_addons/renderPM}" LDFLAGS="${LDFLAGS %check # Tests need in-build compiled Python modules to be executed # Tests pre-generate userguide PDF -cp -a build/lib.%{python3_platform}-cpython-%{python3_version_nodots}/reportlab tests/ -cp -a build/lib.%{python3_platform}-cpython-%{python3_version_nodots}/reportlab docs/ -cp -a build/lib.%{python3_platform}-cpython-%{python3_version_nodots}/reportlab docs/userguide/ - %{__python3} setup.py tests %endif @@ -75,6 +71,9 @@ cp -a build/lib.%{python3_platform}-cpython-%{python3_version_nodots}/reportlab %doc demos/ tools/ %changelog +* Wed Mar 13 2024 jiangxinyu - 4.1.0-1 +- Update package to version 4.1.0 + * Tue Jan 16 2024 xu_ping <707078654@qq.com> - 4.0.8-1 - Upgrade version to 4.0.8 diff --git a/reportlab-4.0.8.tar.gz b/reportlab-4.1.0.tar.gz similarity index 37% rename from reportlab-4.0.8.tar.gz rename to reportlab-4.1.0.tar.gz index 7c6dff636c55e244edcf2ccdf9040fe44713abee..1c93781a9730d1b2a7d2b9cd301e6b974f0af6fc 100644 Binary files a/reportlab-4.0.8.tar.gz and b/reportlab-4.1.0.tar.gz differ