From 35dc8c9882950af7e4b5384d1519eb828a81a93fad89477457f707398ed7d08d Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Mon, 29 Jul 2019 16:17:44 +0000 Subject: [PATCH] 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 `_. 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 --- ZConfig-3.4.0.tar.gz | 3 --- ZConfig-3.5.0.tar.gz | 3 +++ python-ZConfig.changes | 8 ++++++++ python-ZConfig.spec | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 ZConfig-3.4.0.tar.gz create mode 100644 ZConfig-3.5.0.tar.gz diff --git a/ZConfig-3.4.0.tar.gz b/ZConfig-3.4.0.tar.gz deleted file mode 100644 index 8c5e68a..0000000 --- a/ZConfig-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:560f779c7dcca0593083cbdb3fac9bfc7974cd5061363e2254844192e5644998 -size 121009 diff --git a/ZConfig-3.5.0.tar.gz b/ZConfig-3.5.0.tar.gz new file mode 100644 index 0000000..ea1bfa1 --- /dev/null +++ b/ZConfig-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a094e492ac31025f5b5a58b32a7c7f03e2e2899c8beb4c1601ea00653bf3ea68 +size 127317 diff --git a/python-ZConfig.changes b/python-ZConfig.changes index 7762ca0..5fce32a 100644 --- a/python-ZConfig.changes +++ b/python-ZConfig.changes @@ -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 + `_. + ------------------------------------------------------------------- Mon Mar 4 12:24:46 UTC 2019 - Tomáš Chvátal diff --git a/python-ZConfig.spec b/python-ZConfig.spec index 924b2ec..2ac05d0 100644 --- a/python-ZConfig.spec +++ b/python-ZConfig.spec @@ -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