From 4c897abe8b9129d6979af3a7c379ef9408ce9a4b99512e315d4610a58b454bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 10 Dec 2024 15:50:36 +0000 Subject: [PATCH 1/3] Accepting request 1229764 from Application:ERP:GNUHealth:4.4 - version 0.11.0 * Allow setting zip file generation options on opendocument templates OBS-URL: https://build.opensuse.org/request/show/1229764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-relatorio?expand=0&rev=39 --- python-relatorio.changes | 6 ++++++ python-relatorio.spec | 4 ++-- relatorio-0.10.1.tar.gz | 3 --- relatorio-0.11.0.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 relatorio-0.10.1.tar.gz create mode 100644 relatorio-0.11.0.tar.gz diff --git a/python-relatorio.changes b/python-relatorio.changes index 012fe79..9b7d0a9 100644 --- a/python-relatorio.changes +++ b/python-relatorio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 9 13:15:39 UTC 2024 - Axel Braun + +- version 0.11.0 + * Allow setting zip file generation options on opendocument templates + ------------------------------------------------------------------- Fri Apr 5 09:28:52 UTC 2024 - Nathan Cutler diff --git a/python-relatorio.spec b/python-relatorio.spec index c07330a..e6ae347 100644 --- a/python-relatorio.spec +++ b/python-relatorio.spec @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define mod_name relatorio Name: python-relatorio -Version: 0.10.1 +Version: 0.11.0 Release: 0 Summary: Python module to create reports from Python objects License: GPL-3.0-or-later @@ -44,7 +44,7 @@ Requires: python-lxml Requires: python-pycha Requires: python-python-magic Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives BuildArch: noarch %python_subpackages diff --git a/relatorio-0.10.1.tar.gz b/relatorio-0.10.1.tar.gz deleted file mode 100644 index bcb4710..0000000 --- a/relatorio-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0c72302d50d5dfa433ddab191672eec1dde1c6ed26330a378b720e5a3012e23 -size 1109846 diff --git a/relatorio-0.11.0.tar.gz b/relatorio-0.11.0.tar.gz new file mode 100644 index 0000000..08d2c09 --- /dev/null +++ b/relatorio-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a9230748e2e9e942ed19811fcb1a77e103c650eacaef132efe370677cb7ffe +size 1106615 From acb9a77e5e4c873f7a5ba21b07e1cb07ea6bb6899c112c8d223473545c33d001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 11 Dec 2024 10:17:05 +0000 Subject: [PATCH 2/3] fix README name OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-relatorio?expand=0&rev=40 --- python-relatorio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-relatorio.spec b/python-relatorio.spec index e6ae347..88d213c 100644 --- a/python-relatorio.spec +++ b/python-relatorio.spec @@ -78,7 +78,7 @@ mv relatorio relatorio_hide %files %{python_files} %license LICENSE -%doc README COPYRIGHT README +%doc README COPYRIGHT README.rst %python_alternative %{_bindir}/relatorio-render %{python_sitelib}/relatorio %{python_sitelib}/relatorio-%{version}*-info From c231834efbf87c0b747fa49484bf0a4c963e0dbbda9675091336408950203ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 11 Dec 2024 10:17:36 +0000 Subject: [PATCH 3/3] sorry OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-relatorio?expand=0&rev=41 --- python-relatorio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-relatorio.spec b/python-relatorio.spec index 88d213c..eb690cf 100644 --- a/python-relatorio.spec +++ b/python-relatorio.spec @@ -78,7 +78,7 @@ mv relatorio relatorio_hide %files %{python_files} %license LICENSE -%doc README COPYRIGHT README.rst +%doc README.rst COPYRIGHT %python_alternative %{_bindir}/relatorio-render %{python_sitelib}/relatorio %{python_sitelib}/relatorio-%{version}*-info