Hello community, here is the log from the commit of package python-ZConfig for openSUSE:Factory checked in at 2019-03-05 12:22:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ZConfig (Old) and /work/SRC/openSUSE:Factory/.python-ZConfig.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ZConfig" Tue Mar 5 12:22:59 2019 rev:5 rq:681395 version:3.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ZConfig/python-ZConfig.changes 2017-07-08 12:33:28.834230371 +0200 +++ /work/SRC/openSUSE:Factory/.python-ZConfig.new.28833/python-ZConfig.changes 2019-03-05 12:23:01.688883400 +0100 @@ -1,0 +2,11 @@ +Mon Mar 4 12:24:46 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 3.4.0: + * Many changes have been made in the support for logging configurations + * Drop support for Python 3.3. + * Add support for Python 3.7. + * Drop support for 'python setup.py test'. See issue 38. + * Add support for example in section and multisection, and include those examples in generated documentation. See https://github.com/zopefoundation/ZConfig/pull/5. + * Fix configuration loaders to decode byte data using UTF-8 instead of the default encoding (usually ASCII). See issue 37. + +------------------------------------------------------------------- Old: ---- ZConfig-3.2.0.tar.gz New: ---- ZConfig-3.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ZConfig.spec ++++++ --- /var/tmp/diff_new_pack.rfiAK9/_old 2019-03-05 12:23:02.300883214 +0100 +++ /var/tmp/diff_new_pack.rfiAK9/_new 2019-03-05 12:23:02.304883212 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-ZConfig # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,28 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ZConfig -Version: 3.2.0 +Version: 3.4.0 Release: 0 Summary: Structured Configuration Library License: ZPL-2.1 Group: Development/Libraries/Python -Url: https://github.com/zopefoundation/ZConfig +URL: https://github.com/zopefoundation/ZConfig Source: https://files.pythonhosted.org/packages/source/Z/ZConfig/ZConfig-%{version}.tar.gz -BuildRequires: %{python_module setuptools} # Testing requirements: BuildRequires: %{python_module docutils} BuildRequires: %{python_module manuel} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.testrunner} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun): update-alternatives -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -66,18 +65,21 @@ %setup -q -n ZConfig-%{version} rm -rf ZConfig.egg-info rm doc/make.bat +# test works only in git repo +rm -f ZConfig/tests/test_readme.py %build %python_build %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/zconfig %python_clone -a %{buildroot}%{_bindir}/zconfig_schema2html %check -%python_exec setup.py test -v +export LANG=en_US.UTF8 +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} zope-testrunner-%{$python_bin_suffix} --test-path=. %post %python_install_alternative zconfig zconfig_schema2html @@ -86,14 +88,13 @@ %python_uninstall_alternative zconfig %files %{python_files} -%defattr(-,root,root) -%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt PKG-INFO README.rst +%license LICENSE.txt +%doc CHANGES.rst COPYRIGHT.txt PKG-INFO README.rst %python_alternative %{_bindir}/zconfig %python_alternative %{_bindir}/zconfig_schema2html %{python_sitelib}/* %files %{python_files doc} -%defattr(-,root,root,-) %doc doc/ %changelog ++++++ ZConfig-3.2.0.tar.gz -> ZConfig-3.4.0.tar.gz ++++++ ++++ 6168 lines of diff (skipped)
