forked from pool/python-relatorio
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
This commit is contained in:
committed by
Git OBS Bridge
parent
8fdef74856
commit
a720244a32
4
_service
4
_service
@@ -1,4 +0,0 @@
|
||||
<services>
|
||||
|
||||
<service name="download_files" mode="localonly" />
|
||||
</services>
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ad6fff9c5300b8be37a6a9ea3e7f9a447ff62c2cfe65aad2763efab173de222
|
||||
size 949863
|
3
relatorio-0.6.4.tar.gz
Normal file
3
relatorio-0.6.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fa0e93c8c2a1d39a645f40e940fb2832528976f81c0971affeafd9a0e663652
|
||||
size 949912
|
Reference in New Issue
Block a user