Skip to content

Commit 56cd38b

Browse files
committed
pypi-pydantic: Autospec creation for update from version 1.10.6 to version 1.10.7
David Montague (4): Fix mypy plugin misbehavior with from_orm for user classes (#5193) Mypy plugin: Add implicit defaults for Field with no default argument (#5207) Fix mypy plugin crash (1.10.X-fixes) (#5208) prepare for 1.10.7 (#5248) Marc Mueller (1): Don't apply dataclass transform twice with plugin + mypy 1.1.1 (#5162) Simon Matejetz (1): Fix creating schema from model using ConstrainedStr with regex str as dict key (#5223) javibookline (1): Discriminated union literal enum values (#5188)
1 parent 10fc09e commit 56cd38b

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-pydantic
2-
URL = https://files.pythonhosted.org/packages/8b/87/200171b36005368bc4c114f01cb9e8ae2a3f3325a47da8c710cc58cfd00c/pydantic-1.10.6.tar.gz
2+
URL = https://files.pythonhosted.org/packages/43/5f/e53a850fd32dddefc998b6bfcbda843d4ff5b0dcac02a92e414ba6c97d46/pydantic-1.10.7.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-pydantic
3-
url = https://files.pythonhosted.org/packages/8b/87/200171b36005368bc4c114f01cb9e8ae2a3f3325a47da8c710cc58cfd00c/pydantic-1.10.6.tar.gz
3+
url = https://files.pythonhosted.org/packages/43/5f/e53a850fd32dddefc998b6bfcbda843d4ff5b0dcac02a92e414ba6c97d46/pydantic-1.10.7.tar.gz
44
archives =
55
giturl = https://github.com/samuelcolvin/pydantic/
66
domain =

pypi-pydantic.spec

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#
22
# This file is auto-generated. DO NOT EDIT
33
# Generated by: autospec.py
4+
# Using build pattern: distutils3
45
#
56
Name : pypi-pydantic
6-
Version : 1.10.6
7-
Release : 15
8-
URL : https://files.pythonhosted.org/packages/8b/87/200171b36005368bc4c114f01cb9e8ae2a3f3325a47da8c710cc58cfd00c/pydantic-1.10.6.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/8b/87/200171b36005368bc4c114f01cb9e8ae2a3f3325a47da8c710cc58cfd00c/pydantic-1.10.6.tar.gz
7+
Version : 1.10.7
8+
Release : 16
9+
URL : https://files.pythonhosted.org/packages/43/5f/e53a850fd32dddefc998b6bfcbda843d4ff5b0dcac02a92e414ba6c97d46/pydantic-1.10.7.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/43/5f/e53a850fd32dddefc998b6bfcbda843d4ff5b0dcac02a92e414ba6c97d46/pydantic-1.10.7.tar.gz
1011
Summary : Data validation and settings management using python type hints
1112
Group : Development/Tools
1213
License : MIT
@@ -58,18 +59,18 @@ python3 components for the pypi-pydantic package.
5859

5960

6061
%prep
61-
%setup -q -n pydantic-1.10.6
62-
cd %{_builddir}/pydantic-1.10.6
62+
%setup -q -n pydantic-1.10.7
63+
cd %{_builddir}/pydantic-1.10.7
6364
pushd ..
64-
cp -a pydantic-1.10.6 buildavx2
65+
cp -a pydantic-1.10.7 buildavx2
6566
popd
6667

6768
%build
6869
export http_proxy=http://127.0.0.1:9/
6970
export https_proxy=http://127.0.0.1:9/
7071
export no_proxy=localhost,127.0.0.1,0.0.0.0
7172
export LANG=C.UTF-8
72-
export SOURCE_DATE_EPOCH=1678467023
73+
export SOURCE_DATE_EPOCH=1679586217
7374
export GCC_IGNORE_WERROR=1
7475
export AR=gcc-ar
7576
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15
1+
16

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45e9f366e04b7e4712a6347d0c72a9009567c929/pydantic-1.10.6.tar.gz
1+
62d7c5937c6a8da36f0c04c6dbc054ca4938f7c4/pydantic-1.10.7.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.6
1+
1.10.7

0 commit comments

Comments
 (0)