14
0

- 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:
2020-06-09 19:24:43 +00:00
committed by Git OBS Bridge
parent 2d2e1aa133
commit 4da4f1c674
4 changed files with 12 additions and 5 deletions

View File

@@ -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