14
0
forked from pool/python-moban

Accepting request 666663 from home:jengelh:branches:devel:languages:python

- Trim bias from description. Fix grammar.

OBS-URL: https://build.opensuse.org/request/show/666663
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-moban?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-01-17 11:58:27 +00:00
committed by Git OBS Bridge
parent 615bb73d4c
commit 47a8b57a02
2 changed files with 19 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 17 10:59:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from description. Fix grammar.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 14 00:12:54 UTC 2019 - John Vandenberg <jayvdb@gmail.com> Mon Jan 14 00:12:54 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-moban # spec file for package python-moban
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -12,46 +12,47 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-moban Name: python-moban
Version: 0.3.8 Version: 0.3.8
Release: 0 Release: 0
Summary: Yet another jinja2 CLI for static text generation
License: MIT License: MIT
Summary: Yet another jinja2 cli command for static text generation
Url: https://github.com/moremoban/moban
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/moremoban/moban
Source: https://files.pythonhosted.org/packages/source/m/moban/moban-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/m/moban/moban-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: git-core
BuildRequires: %{python_module pip}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pip}
BuildRequires: git-core
# Package dependencies # Package dependencies
BuildRequires: %{python_module ruamel.yaml >= 0.15.80}
BuildRequires: %{python_module Jinja2 >= 2.8} BuildRequires: %{python_module Jinja2 >= 2.8}
BuildRequires: %{python_module crayons >= 0.1.2} BuildRequires: %{python_module crayons >= 0.1.2}
BuildRequires: %{python_module lml >= 0.0.7} BuildRequires: %{python_module lml >= 0.0.7}
BuildRequires: %{python_module ruamel.yaml >= 0.15.80}
# /SECTION # /SECTION
BuildRequires: fdupes BuildRequires: fdupes
BuildArch: noarch BuildArch: noarch
Requires: git-core Requires: git-core
Requires: python-ruamel.yaml >= 0.15.80
Requires: python-Jinja2 >= 2.8 Requires: python-Jinja2 >= 2.8
Requires: python-crayons >= 0.1.2 Requires: python-crayons >= 0.1.2
Requires: python-lml >= 0.0.7 Requires: python-lml >= 0.0.7
Requires: python-ruamel.yaml >= 0.15.80
%python_subpackages %python_subpackages
%description %description
moban - 模板 Yet another jinja2 cli command for static text generation. moban (模板) is yet another jinja2 CLI for static text generation.
moban brings the high performance template engine (JINJA2) for web into moban brings the template engine (JINJA2) for web into static text
static text generation. It is used in pyexcel project to keep documentation generation. It is used in the pyexcel project to keep documentation
consistent across the documentations of individual libraries. consistent across the documentations of individual libraries.
%prep %prep