forked from pool/python-relatorio
Accepting request 974782 from devel:languages:python
- version 0.10.1 * Add support for Python 3.10 * Support directive applying to itself * Keep tail of directive * Use unittest discover OBS-URL: https://build.opensuse.org/request/show/974782 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-relatorio?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 3 14:55:52 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- version 0.10.1
|
||||||
|
* Add support for Python 3.10
|
||||||
|
* Support directive applying to itself
|
||||||
|
* Keep tail of directive
|
||||||
|
* Use unittest discover
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 16 06:56:49 UTC 2021 - pgajdos@suse.com
|
Thu Sep 16 06:56:49 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-relatorio
|
# spec file for package python-relatorio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2016-2021 Dr. Axel Braun
|
# Copyright (c) 2016-2022 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
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,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.0
|
Version: 0.10.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
|
||||||
@@ -74,7 +74,8 @@ mv relatorio relatorio_hide
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README COPYRIGHT README
|
%doc README COPYRIGHT README
|
||||||
%{python_sitelib}/*
|
|
||||||
%python_alternative %{_bindir}/relatorio-render
|
%python_alternative %{_bindir}/relatorio-render
|
||||||
|
%{python_sitelib}/relatorio
|
||||||
|
%{python_sitelib}/relatorio-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b9390eab696bdf569639ff58794fb9ef8ff19f94feea5b505a6ba06d0cfd026
|
|
||||||
size 1109527
|
|
3
relatorio-0.10.1.tar.gz
Normal file
3
relatorio-0.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0c72302d50d5dfa433ddab191672eec1dde1c6ed26330a378b720e5a3012e23
|
||||||
|
size 1109846
|
Reference in New Issue
Block a user