Accepting request 628087 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/628087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-08-10 07:48:53 +00:00 committed by Git OBS Bridge
commit bafb8828f0
4 changed files with 37 additions and 22 deletions

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Aug 8 12:30:18 UTC 2018 - jengelh@inai.de
- Trim repeated name in summary (rpmlint). Trim filler wording
from description.
-------------------------------------------------------------------
Tue Aug 7 20:08:10 UTC 2018 - dmueller@suse.com
- 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 - tchvatal@suse.com
- Sort out a bit with spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 23 15:05:35 UTC 2018 - tbechtold@suse.com Fri Mar 23 15:05:35 UTC 2018 - tbechtold@suse.com

View File

@ -18,32 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-voluptuous Name: python-voluptuous
Version: 0.11.1 Version: 0.11.5
Release: 0 Release: 0
Summary: Voluptuous is a Python data validation library Summary: A Python data validation library
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/alecthomas/voluptuous URL: http://github.com/alecthomas/voluptuous
Source: https://pypi.io/packages/source/v/voluptuous/voluptuous-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/v/voluptuous/voluptuous-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module nose} BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Voluptuous, *despite* the name, is a Python data validation library. It Voluptuous is a Python data validation library. It validates data
is primarily intended for validating data coming into Python as JSON, coming into Python as JSON, YAML, etc.
YAML, etc.
It has three goals:
1. Simplicity.
2. Support for complex data structures.
3. Provide useful error messages.
%prep %prep
%setup -q -n voluptuous-%{version} %setup -q -n voluptuous-%{version}
@ -53,13 +44,14 @@ It has three goals:
%install %install
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_exec %{_bindir}/nosetests %python_exec %{_bindir}/nosetests -v
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license COPYING
%doc COPYING README.md README.rst %doc README.md
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog

View File

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

3
voluptuous-0.11.5.tar.gz Normal file
View File

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