diff --git a/python-relatorio.changes b/python-relatorio.changes index 1b704ad..b8ae619 100644 --- a/python-relatorio.changes +++ b/python-relatorio.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 30 18:53:12 UTC 2017 - axel.braun@gmx.de + +- Version 0.7.0 + * Replace hard-coded extensions by mimetypes guess + * Add more guess types: 'boolean', 'date', 'time' and 'void' + * Add support for Flat OpenDocument + ------------------------------------------------------------------- Wed Mar 8 08:20:45 UTC 2017 - axel.braun@gmx.de diff --git a/python-relatorio.spec b/python-relatorio.spec index 1984d41..bb8c157 100644 --- a/python-relatorio.spec +++ b/python-relatorio.spec @@ -1,7 +1,7 @@ # # spec file for package python-relatorio # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -16,21 +16,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define mod_name relatorio Name: python-relatorio -Version: 0.6.4 +Version: 0.7.0 Release: 0 Summary: Python module to create reports from Python objects License: GPL-3.0+ Group: Productivity/Office/Management Url: https://pypi.python.org/pypi/relatorio Source: https://pypi.io/packages/source/r/%{mod_name}/%{mod_name}-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module Genshi} BuildRequires: %{python_module lxml} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros Requires: python-PyYAML Requires: python-pycha BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,3 +57,4 @@ as documents (odt, ods, pdf) or images (png, svg). %doc README AUTHORS LICENSE %{python_sitelib}/* +%changelog diff --git a/relatorio-0.6.4.tar.gz b/relatorio-0.6.4.tar.gz deleted file mode 100644 index 4e9982f..0000000 --- a/relatorio-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fa0e93c8c2a1d39a645f40e940fb2832528976f81c0971affeafd9a0e663652 -size 949912 diff --git a/relatorio-0.7.0.tar.gz b/relatorio-0.7.0.tar.gz new file mode 100644 index 0000000..ad8233e --- /dev/null +++ b/relatorio-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd68d96573b15c59c24a8f420ed14210ce51de535a8470d14381f2bed69d845 +size 970000