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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca2ae28b7c304a8ee91b2c6930225327f896e29c1838534323397432985991f2
size 26754

3
plette-0.2.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 16 14:03:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Upgrade to version 0.2.3
* Show the error details in ValidationError.
* Ensure the data to be validated is converted to python dict.
-------------------------------------------------------------------
Tue Jul 23 14:19:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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}