From a720244a3261a9fb43b000ab43d54d012b7174441ecdd11df1ea91f4a6f5c114 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 21 Mar 2017 13:36:29 +0000 Subject: [PATCH] Accepting request 481609 from home:DocB:branches:devel:languages:python:singlespec OBS-URL: https://build.opensuse.org/request/show/481609 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-relatorio?expand=0&rev=8 --- _service | 4 ---- python-relatorio.changes | 11 +++++++++++ python-relatorio.spec | 34 +++++++++++++++++----------------- relatorio-0.6.3.tar.gz | 3 --- relatorio-0.6.4.tar.gz | 3 +++ 5 files changed, 31 insertions(+), 24 deletions(-) delete mode 100644 _service delete mode 100644 relatorio-0.6.3.tar.gz create mode 100644 relatorio-0.6.4.tar.gz diff --git a/_service b/_service deleted file mode 100644 index aa59ca1..0000000 --- a/_service +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/python-relatorio.changes b/python-relatorio.changes index 5c3e436..1b704ad 100644 --- a/python-relatorio.changes +++ b/python-relatorio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 8 08:20:45 UTC 2017 - axel.braun@gmx.de + +- changes for singlespec + +------------------------------------------------------------------- +Sun Dec 18 13:56:52 UTC 2016 - axel.braun@gmx.de + +- version 0.6.4 + * Use StringIO instead of BytesIO for TextSerializer result + ------------------------------------------------------------------- Thu Aug 25 08:43:24 UTC 2016 - axel.braun@gmx.de diff --git a/python-relatorio.spec b/python-relatorio.spec index 0127a5b..1984d41 100644 --- a/python-relatorio.spec +++ b/python-relatorio.spec @@ -2,6 +2,7 @@ # spec file for package python-relatorio # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,44 +16,43 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} -# -%define mod_name relatorio - +%define mod_name relatorio Name: python-relatorio -BuildRequires: python-devel -BuildRequires: python-genshi -BuildRequires: python-lxml -BuildRequires: python-setuptools -Version: 0.6.3 +Version: 0.6.4 Release: 0 -Source: https://pypi.io/packages/source/r/relatorio/%{mod_name}-%{version}.tar.gz -Url: https://pypi.python.org/pypi/relatorio -BuildArch: noarch 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} Requires: python-PyYAML Requires: python-pycha - BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +%python_subpackages %description -This is a Python module to create reports from Python objects. Output plugins to several formats are included, such +This is a Python module to create reports from Python objects. +Output plugins to several formats are included, such as documents (odt, ods, pdf) or images (png, svg). %prep %setup -q -n %{mod_name}-%{version} %build -python setup.py build +%python_build %install -python setup.py install --prefix=%_prefix --root=%buildroot +%python_install -%files +%files %{python_files} %defattr(-,root,root) %doc README AUTHORS LICENSE %{python_sitelib}/* -%changelog diff --git a/relatorio-0.6.3.tar.gz b/relatorio-0.6.3.tar.gz deleted file mode 100644 index 693826e..0000000 --- a/relatorio-0.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad6fff9c5300b8be37a6a9ea3e7f9a447ff62c2cfe65aad2763efab173de222 -size 949863 diff --git a/relatorio-0.6.4.tar.gz b/relatorio-0.6.4.tar.gz new file mode 100644 index 0000000..4e9982f --- /dev/null +++ b/relatorio-0.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa0e93c8c2a1d39a645f40e940fb2832528976f81c0971affeafd9a0e663652 +size 949912