forked from pool/python-ZConfig
Accepting request 719614 from home:pgajdos
- version update to 3.5.0
* Add support for documenting schema files contained in packages to
the Sphinx extension. See `issue 59
<https://github.com/zopefoundation/ZConfig/issues/59>`_.
OBS-URL: https://build.opensuse.org/request/show/719614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=11
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-ZConfig
|
||||
Version: 3.4.0
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
Summary: Structured Configuration Library
|
||||
License: ZPL-2.1
|
||||
@@ -32,6 +32,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module zope.testrunner}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-setuptools
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
@@ -79,7 +80,7 @@ rm -f ZConfig/tests/test_readme.py
|
||||
|
||||
%check
|
||||
export LANG=en_US.UTF8
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} zope-testrunner-%{$python_bin_suffix} --test-path=.
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} zope-testrunner-%{$python_bin_suffix} -v --test-path=.
|
||||
|
||||
%post
|
||||
%python_install_alternative zconfig zconfig_schema2html
|
||||
|
||||
Reference in New Issue
Block a user