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:
committed by
Git OBS Bridge
parent
67a69cbc44
commit
e99feff41f
@@ -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
3
pyhcl-0.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:944acefff220efac152cc5f0d34b3ee3c2ee556b0220ef7c07663730a60046b1
|
||||||
|
size 64386
|
@@ -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>
|
Wed Jan 8 08:19:24 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyhcl
|
# 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
|
# 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,23 @@
|
|||||||
# 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-pyhcl
|
Name: python-pyhcl
|
||||||
Version: 0.4.0
|
Version: 0.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: UNKNOWN (FIXME:No SPDX)
|
|
||||||
Summary: HCL configuration parser for python
|
Summary: HCL configuration parser for python
|
||||||
Url: https://github.com/virtuald/pyhcl
|
License: MPL-2.0
|
||||||
Group: Development/Languages/Python
|
URL: https://github.com/virtuald/pyhcl
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pyhcl/pyhcl-%{version}.tar.gz
|
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: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -43,8 +43,9 @@ HCL configuration parser for python
|
|||||||
%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
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.md README.rst
|
%doc CHANGELOG.md README.rst
|
||||||
|
Reference in New Issue
Block a user