forked from pool/python-pybars3
Accepting request 786409 from home:mcalabkova:branches:devel:languages:python
- Update to 0.9.7 * Add support for whitespace control, `{{var~}}` (Handlebars 1.1) * Add "list.length" support OBS-URL: https://build.opensuse.org/request/show/786409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybars3?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
b133ef1620
commit
350476a80d
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:544c1d6a1d73d62706bf9aafa53587e251d159e136fe0697a0410a008efd2582
|
|
||||||
size 29049
|
|
3
0.9.7.tar.gz
Normal file
3
0.9.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:272016e75048096cf21f3d5360d2c90151f0584c43f16724f50b90641ff369a4
|
||||||
|
size 28979
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 10:26:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.9.7
|
||||||
|
* Add support for whitespace control, `{{var~}}` (Handlebars 1.1)
|
||||||
|
* Add "list.length" support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 17 00:14:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Thu Jan 17 00:14:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pybars3
|
# spec file for package python-pybars3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,23 +12,25 @@
|
|||||||
# 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%define base_name pybars3
|
%define base_name pybars3
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-%{base_name}
|
Name: python-%{base_name}
|
||||||
Version: 0.9.6
|
Version: 0.9.7
|
||||||
Release: 0
|
Release: 0
|
||||||
License: LGPL-3.0
|
|
||||||
Summary: Handlebarsjs templating for Python 3 and 2
|
Summary: Handlebarsjs templating for Python 3 and 2
|
||||||
Url: https://github.com/wbond/%{base_name}
|
License: LGPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://github.com/wbond/%{base_name}
|
||||||
Source: https://github.com/wbond/%{base_name}/archive/%{version}.tar.gz
|
Source: https://github.com/wbond/%{base_name}/archive/%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module PyMeta3 >= 0.5.1}
|
BuildRequires: %{python_module PyMeta3 >= 0.5.1}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyMeta3 >= 0.5.1
|
Requires: python-PyMeta3 >= 0.5.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user