14
0
forked from pool/python-pyhcl

- Update to 0.4.2:

* no changelog
- Run tests and add missing dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyhcl?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2020-04-08 07:43:36 +00:00
committed by Git OBS Bridge
parent 67a69cbc44
commit e99feff41f
4 changed files with 20 additions and 12 deletions

View File

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

3
pyhcl-0.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:944acefff220efac152cc5f0d34b3ee3c2ee556b0220ef7c07663730a60046b1
size 64386

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 8 07:41:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.2:
* no changelog
- Run tests and add missing dependencies
-------------------------------------------------------------------
Wed Jan 8 08:19:24 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyhcl
#
# Copyright (c) 2020 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,23 @@
# 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyhcl
Version: 0.4.0
Version: 0.4.2
Release: 0
License: UNKNOWN (FIXME:No SPDX)
Summary: HCL configuration parser for python
Url: https://github.com/virtuald/pyhcl
Group: Development/Languages/Python
License: MPL-2.0
URL: https://github.com/virtuald/pyhcl
Source: https://files.pythonhosted.org/packages/source/p/pyhcl/pyhcl-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
@@ -43,8 +43,9 @@ HCL configuration parser for python
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%doc CHANGELOG.md README.rst