Hello community, here is the log from the commit of package python-voluptuous for openSUSE:Factory checked in at 2018-08-10 09:48:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-voluptuous (Old) and /work/SRC/openSUSE:Factory/.python-voluptuous.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-voluptuous" Fri Aug 10 09:48:53 2018 rev:5 rq:628087 version:0.11.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-voluptuous/python-voluptuous.changes 2018-03-28 10:29:13.613694589 +0200 +++ /work/SRC/openSUSE:Factory/.python-voluptuous.new/python-voluptuous.changes 2018-08-10 09:48:54.714186232 +0200 @@ -1,0 +2,23 @@ +Wed Aug 8 12:30:18 UTC 2018 - [email protected] + +- Trim repeated name in summary (rpmlint). Trim filler wording + from description. + +------------------------------------------------------------------- +Tue Aug 7 20:08:10 UTC 2018 - [email protected] + +- update to 0.11.5: + * Fixed issue with opening README file in setup.py. + * Support Python 3.7. + * #343: Drop support for Python 3.3. + * #342: Add support for sets and frozensets. + * #332: Fix Python 3.x compatibility for setup.py when pypandoc is installed. + * #348: Include path in AnyInvalid errors. + *#351: Fix Date behaviour when a custom format is specified. + +------------------------------------------------------------------- +Tue Aug 7 11:31:24 UTC 2018 - [email protected] + +- Sort out a bit with spec-cleaner + +------------------------------------------------------------------- Old: ---- voluptuous-0.11.1.tar.gz New: ---- voluptuous-0.11.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-voluptuous.spec ++++++ --- /var/tmp/diff_new_pack.JO0kSU/_old 2018-08-10 09:48:55.258187108 +0200 +++ /var/tmp/diff_new_pack.JO0kSU/_new 2018-08-10 09:48:55.266187121 +0200 @@ -18,32 +18,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-voluptuous -Version: 0.11.1 +Version: 0.11.5 Release: 0 -Summary: Voluptuous is a Python data validation library +Summary: A Python data validation library License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/alecthomas/voluptuous -Source: https://pypi.io/packages/source/v/voluptuous/voluptuous-%{version}.tar.gz -BuildRequires: %{python_module devel} +URL: http://github.com/alecthomas/voluptuous +Source: https://files.pythonhosted.org/packages/source/v/voluptuous/voluptuous-%{version}.tar.gz BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description -Voluptuous, *despite* the name, is a Python data validation library. It -is primarily intended for validating data coming into Python as JSON, -YAML, etc. - -It has three goals: - -1. Simplicity. -2. Support for complex data structures. -3. Provide useful error messages. +Voluptuous is a Python data validation library. It validates data +coming into Python as JSON, YAML, etc. %prep %setup -q -n voluptuous-%{version} @@ -53,13 +44,14 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec %{_bindir}/nosetests +%python_exec %{_bindir}/nosetests -v %files %{python_files} -%defattr(-,root,root,-) -%doc COPYING README.md README.rst +%license COPYING +%doc README.md %{python_sitelib}/* %changelog ++++++ voluptuous-0.11.1.tar.gz -> voluptuous-0.11.5.tar.gz ++++++ ++++ 3525 lines of diff (skipped)
