15
0
forked from pool/python-plette

Accepting request 785647 from home:mcalabkova:branches:devel:languages:python

- Upgrade to version 0.2.3
  * Show the error details in ValidationError. 
  * Ensure the data to be validated is converted to python dict.

OBS-URL: https://build.opensuse.org/request/show/785647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plette?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-16 14:07:49 +00:00
committed by Git OBS Bridge
parent 4e77393609
commit 1eac02247d
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-plette
#
# 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
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-plette
Version: 0.2.2
Version: 0.2.3
Release: 0
Summary: Structured Pipfile and Pipfile.lock models
License: ISC
Group: Development/Languages/Python
URL: https://github.com/sarugaku/plette
Source: https://github.com/sarugaku/plette/archive/0.2.2/plette-%{version}.tar.gz
Source: https://github.com/sarugaku/plette/archive/%{version}/plette-%{version}.tar.gz
# See https://github.com/sarugaku/plette/issues/8
Patch0: ignore-hashlib-case.patch
BuildRequires: %{python_module setuptools >= 36.2.2}