15
0

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:
2019-07-29 16:17:44 +00:00
committed by Git OBS Bridge
parent 7d60b05c01
commit 35dc8c9882
4 changed files with 14 additions and 5 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -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