14
0

Accepting request 513637 from home:DocB:branches:devel:languages:python

version 0.7

OBS-URL: https://build.opensuse.org/request/show/513637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-relatorio?expand=0&rev=10
This commit is contained in:
Todd R
2017-08-01 16:11:12 +00:00
committed by Git OBS Bridge
parent a720244a32
commit d0c0c2aeaf
4 changed files with 16 additions and 6 deletions

View File

@@ -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