forked from pool/python-pydantic
- update to 1.5.1
* Signature generation with `extra: allow` never uses a field name, #1418 by @prettywood * Avoid mutating `Field` default value, #1412 by @prettywood OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=8
This commit is contained in:
parent
2d2e1aa133
commit
4da4f1c674
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 19:24:27 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.1
|
||||
* Signature generation with `extra: allow` never uses a field name, #1418 by @prettywood
|
||||
* Avoid mutating `Field` default value, #1412 by @prettywood
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 18 19:11:39 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -20,14 +20,14 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pydantic
|
||||
Version: 1.5
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: Data validation and settings management using python type hinting
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/samuelcolvin/pydantic
|
||||
Source: https://github.com/samuelcolvin/pydantic/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest < 5}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
3
v1.5.1.tar.gz
Normal file
3
v1.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cb8fa09fe301ffb19f1d35e41dde95ad72e7c7649b8cb6689aedea13c5dc41f
|
||||
size 233727
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72ec81ce373641cafbbaae4bba6ed0be2e790a5f66c97328b922482e3352fa88
|
||||
size 233291
|
Loading…
x
Reference in New Issue
Block a user