From 350476a80d5362bf3a70a54d52100068298b497a305e05aef6b459c0b3863cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Mar 2020 13:54:42 +0000 Subject: [PATCH] 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 --- 0.9.6.tar.gz | 3 --- 0.9.7.tar.gz | 3 +++ python-pybars3.changes | 7 +++++++ python-pybars3.spec | 16 +++++++++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 0.9.6.tar.gz create mode 100644 0.9.7.tar.gz diff --git a/0.9.6.tar.gz b/0.9.6.tar.gz deleted file mode 100644 index ad0d459..0000000 --- a/0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:544c1d6a1d73d62706bf9aafa53587e251d159e136fe0697a0410a008efd2582 -size 29049 diff --git a/0.9.7.tar.gz b/0.9.7.tar.gz new file mode 100644 index 0000000..f343aa6 --- /dev/null +++ b/0.9.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272016e75048096cf21f3d5360d2c90151f0584c43f16724f50b90641ff369a4 +size 28979 diff --git a/python-pybars3.changes b/python-pybars3.changes index fa94eec..6407cd7 100644 --- a/python-pybars3.changes +++ b/python-pybars3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 19 10:26:50 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-pybars3.spec b/python-pybars3.spec index 4c17422..1aaa13c 100644 --- a/python-pybars3.spec +++ b/python-pybars3.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{base_name} -Version: 0.9.6 +Version: 0.9.7 Release: 0 -License: LGPL-3.0 Summary: Handlebarsjs templating for Python 3 and 2 -Url: https://github.com/wbond/%{base_name} +License: LGPL-3.0-only Group: Development/Languages/Python +URL: https://github.com/wbond/%{base_name} 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 setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-PyMeta3 >= 0.5.1 BuildArch: noarch