forked from pool/python-relatorio
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8690bc5959 | |||
| 4d7d3f0040 | |||
| 8d25566677 | |||
| e55aa46399 | |||
| dfe048aa59 | |||
| 92e000cf1e |
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 10:15:36 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.11.1:
|
||||||
|
* Ignore ZipFile compresslevel for Python < 3.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 9 13:15:39 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- version 0.11.0
|
||||||
|
* Allow setting zip file generation options on opendocument templates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 5 09:28:52 UTC 2024 - Nathan Cutler <ncutler@suse.com>
|
Fri Apr 5 09:28:52 UTC 2024 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-relatorio
|
# spec file for package python-relatorio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2016-2024 Dr. Axel Braun
|
# Copyright (c) 2016-2024 Dr. Axel Braun
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define mod_name relatorio
|
%define mod_name relatorio
|
||||||
Name: python-relatorio
|
Name: python-relatorio
|
||||||
Version: 0.10.1
|
Version: 0.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to create reports from Python objects
|
Summary: Python module to create reports from Python objects
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@@ -44,7 +44,7 @@ Requires: python-lxml
|
|||||||
Requires: python-pycha
|
Requires: python-pycha
|
||||||
Requires: python-python-magic
|
Requires: python-python-magic
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun):update-alternatives
|
Requires(preun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ mv relatorio relatorio_hide
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README COPYRIGHT README
|
%doc README.rst COPYRIGHT
|
||||||
%python_alternative %{_bindir}/relatorio-render
|
%python_alternative %{_bindir}/relatorio-render
|
||||||
%{python_sitelib}/relatorio
|
%{python_sitelib}/relatorio
|
||||||
%{python_sitelib}/relatorio-%{version}*-info
|
%{python_sitelib}/relatorio-%{version}*-info
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0c72302d50d5dfa433ddab191672eec1dde1c6ed26330a378b720e5a3012e23
|
|
||||||
size 1109846
|
|
||||||
3
relatorio-0.11.1.tar.gz
Normal file
3
relatorio-0.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ba0af72516b45f5d1e5f2f6646d4b6714d3b13468b8bb0389c0b0bd7b724861
|
||||||
|
size 1106788
|
||||||
Reference in New Issue
Block a user