From 4da4f1c6740bfef23fe6fdd95f6718396856ab5b69431c3a866897fcbc0de129 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Jun 2020 19:24:43 +0000 Subject: [PATCH] - 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 --- python-pydantic.changes | 7 +++++++ python-pydantic.spec | 4 ++-- v1.5.1.tar.gz | 3 +++ v1.5.tar.gz | 3 --- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 v1.5.1.tar.gz delete mode 100644 v1.5.tar.gz diff --git a/python-pydantic.changes b/python-pydantic.changes index 70a0e8e..1821b21 100644 --- a/python-pydantic.changes +++ b/python-pydantic.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 9 19:24:27 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-pydantic.spec b/python-pydantic.spec index 01df2f5..8516a67 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -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 diff --git a/v1.5.1.tar.gz b/v1.5.1.tar.gz new file mode 100644 index 0000000..b6c8017 --- /dev/null +++ b/v1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb8fa09fe301ffb19f1d35e41dde95ad72e7c7649b8cb6689aedea13c5dc41f +size 233727 diff --git a/v1.5.tar.gz b/v1.5.tar.gz deleted file mode 100644 index 3e29417..0000000 --- a/v1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72ec81ce373641cafbbaae4bba6ed0be2e790a5f66c97328b922482e3352fa88 -size 233291