SHA256
1
0
forked from pool/python-j2gen

Accepting request 734019 from devel:languages:python

- update to 0.1.0:
* Error out when template variables are not defined

- Format with spec-cleaner
- Do not pull in devel python module as it is not needed

OBS-URL: https://build.opensuse.org/request/show/734019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-j2gen?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-09-30 14:01:53 +00:00 committed by Git OBS Bridge
commit 4295e1d848
4 changed files with 22 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94b307c77b77ed8d029754c70761e003a207ab7e9c3ff490ea5c37f408494b1e
size 8764

3
j2gen-0.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3205ee960660b5d7140341014e7cf7c1552af54de81645e312e0c8605cc8965b
size 8931

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 30 08:26:37 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- update to 0.1.0:
* Error out when template variables are not defined
-------------------------------------------------------------------
Fri Sep 27 07:48:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
- Do not pull in devel python module as it is not needed
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 27 03:41:03 UTC 2019 - Thomas Bechtold <tbechtold@suse.com> Fri Sep 27 03:41:03 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>

View File

@ -19,17 +19,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-j2gen Name: python-j2gen
Version: 0.0.1 Version: 0.1.0
Release: 0 Release: 0
Summary: Jinja2 template renderer with yaml input files Summary: Jinja2 template renderer with yaml input files
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/toabctl/j2gen URL: https://github.com/toabctl/j2gen
Source: https://files.pythonhosted.org/packages/source/j/j2gen/j2gen-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/j/j2gen/j2gen-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pbr} BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Jinja2
Requires: python-PyYAML
BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
@ -37,11 +40,6 @@ BuildRequires: %{python_module ddt}
BuildRequires: %{python_module flake8} BuildRequires: %{python_module flake8}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
# /SECTION # /SECTION
BuildRequires: fdupes
Requires: python-Jinja2
Requires: python-PyYAML
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@ -56,6 +54,7 @@ Jinja2 template renderer with yaml input files
%install %install
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_exec setup.py test %python_exec setup.py test