forked from pool/python-python-box
- Update to 3.4.2:
* Adding license, changes and authors files to source distribution OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
c02bd0fdef
commit
90d11d6431
@@ -18,22 +18,20 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-python-box
|
||||
Version: 3.4.1
|
||||
Version: 3.4.2
|
||||
Release: 0
|
||||
Summary: Advanced Python dictionaries with dot notation access
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/cdgriffith/Box
|
||||
URL: https://github.com/cdgriffith/Box
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-box/python-box-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -49,10 +47,11 @@ Advanced Python dictionaries with dot notation access
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
# %%check
|
||||
# %%pytest
|
||||
%check
|
||||
#%%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%python3_only %{_bindir}/box.py
|
||||
%{python_sitelib}/*
|
||||
|
Reference in New Issue
Block a user