14
0

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:
Tomáš Chvátal
2020-02-06 18:21:27 +00:00
committed by Git OBS Bridge
parent 996c36f88e
commit d960154e72
4 changed files with 17 additions and 12 deletions

View File

@@ -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> Tue Sep 10 07:23:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-voluptuous-serialize # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,24 +19,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-voluptuous-serialize Name: python-voluptuous-serialize
Version: 2.2.0 Version: 2.3.0
Release: 0 Release: 0
Summary: Python module to convert voluptuous schemas to dictionaries Summary: Python module to convert voluptuous schemas to dictionaries
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python 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 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 Source99: https://raw.githubusercontent.com/balloob/voluptuous-serialize/master/LICENSE
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-voluptuous
BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module voluptuous} BuildRequires: %{python_module voluptuous}
# /SECTION # /SECTION
BuildRequires: fdupes
Requires: python-voluptuous
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -44,7 +43,7 @@ A Python module to convert voluptuous schemas to dictionaries.
%prep %prep
%setup -q -n voluptuous-serialize-%{version} %setup -q -n voluptuous-serialize-%{version}
cp %{S:99} . cp %{SOURCE99} .
%build %build
%python_build %python_build
@@ -54,7 +53,7 @@ cp %{S:99} .
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_exec -m pytest tests %pytest tests
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md

View File

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

View File

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