forked from pool/python-ZConfig
Accepting request 719651 from devel:languages:python
- 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>`_. (forwarded request 719614 from pgajdos)
OBS-URL: https://build.opensuse.org/request/show/719651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:560f779c7dcca0593083cbdb3fac9bfc7974cd5061363e2254844192e5644998
|
||||
size 121009
|
||||
3
ZConfig-3.5.0.tar.gz
Normal file
3
ZConfig-3.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a094e492ac31025f5b5a58b32a7c7f03e2e2899c8beb4c1601ea00653bf3ea68
|
||||
size 127317
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 14:07:11 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- 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>`_.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 12:24:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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