forked from pool/python-voluptuous-serialize
Accepting request 770672 from home:mcalabkova:branches:devel:languages:python
- update to 2.3.0 * Add support for custom serializer OBS-URL: https://build.opensuse.org/request/show/770672 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous-serialize?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
996c36f88e
commit
d960154e72
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 17:41:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 2.3.0
|
||||
* Add support for custom serializer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 07:23:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-voluptuous-serialize
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,24 +19,23 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-voluptuous-serialize
|
||||
Version: 2.2.0
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Python module to convert voluptuous schemas to dictionaries
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/balloob/voluptuous-serialize
|
||||
URL: https://github.com/balloob/voluptuous-serialize
|
||||
Source: https://files.pythonhosted.org/packages/source/v/voluptuous-serialize/voluptuous-serialize-%{version}.tar.gz
|
||||
Source99: https://raw.githubusercontent.com/balloob/voluptuous-serialize/master/LICENSE
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-voluptuous
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module voluptuous}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-voluptuous
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -44,7 +43,7 @@ A Python module to convert voluptuous schemas to dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -n voluptuous-serialize-%{version}
|
||||
cp %{S:99} .
|
||||
cp %{SOURCE99} .
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -54,7 +53,7 @@ cp %{S:99} .
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec -m pytest tests
|
||||
%pytest tests
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b31660c7efdba0eb97ba65390b63cc62cc99ae3cd25d00e1873b183b38ef13d
|
||||
size 2848
|
||||
3
voluptuous-serialize-2.3.0.tar.gz
Normal file
3
voluptuous-serialize-2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:740cd00ce2ecf0f3345d550163fdd2f20de2e0a60c3c678450e68314c2f592f5
|
||||
size 3047
|
||||
Reference in New Issue
Block a user