Skip to content

Commit 7c0bb02

Browse files
committed
pypi-pydantic: Autospec creation for update from version 1.10.9 to version 1.10.10
Hasan Ramezani (2): Add Pydantic `Json` field support to settings management (#6250) Prepare for 1.10.10 (#6308) K900 (1): Fix racy doctests (#6103) Marcelo Trylesinski (1): ✅ Update FastAPI test script (#6117) Markus Scheidgen (1): Fixed literal validator errors for unhashable values (#6194) Samuel Colvin (1): add roadmap to announcement (#6120) mark-todd (1): Bug fix for forward refs in generics (#6157)
1 parent 1c8c5cb commit 7c0bb02

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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/ec/0a/cf955f8bb3b9498d554522cfe7cb9b019ba9f8b86e2879009f604207b72c/pydantic-1.10.9.tar.gz
2+
URL = https://files.pythonhosted.org/packages/eb/84/9b0a0e2d931fc9bdb32e6905076714f9592f9b20de03c90fd0f65b3ab063/pydantic-1.10.10.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/ec/0a/cf955f8bb3b9498d554522cfe7cb9b019ba9f8b86e2879009f604207b72c/pydantic-1.10.9.tar.gz
3+
url = https://files.pythonhosted.org/packages/eb/84/9b0a0e2d931fc9bdb32e6905076714f9592f9b20de03c90fd0f65b3ab063/pydantic-1.10.10.tar.gz
44
archives =
55
giturl = https://github.com/samuelcolvin/pydantic/
66
domain =

pypi-pydantic.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Using build pattern: distutils3
55
#
66
Name : pypi-pydantic
7-
Version : 1.10.9
8-
Release : 18
9-
URL : https://files.pythonhosted.org/packages/ec/0a/cf955f8bb3b9498d554522cfe7cb9b019ba9f8b86e2879009f604207b72c/pydantic-1.10.9.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/ec/0a/cf955f8bb3b9498d554522cfe7cb9b019ba9f8b86e2879009f604207b72c/pydantic-1.10.9.tar.gz
7+
Version : 1.10.10
8+
Release : 19
9+
URL : https://files.pythonhosted.org/packages/eb/84/9b0a0e2d931fc9bdb32e6905076714f9592f9b20de03c90fd0f65b3ab063/pydantic-1.10.10.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/eb/84/9b0a0e2d931fc9bdb32e6905076714f9592f9b20de03c90fd0f65b3ab063/pydantic-1.10.10.tar.gz
1111
Summary : Data validation and settings management using python type hints
1212
Group : Development/Tools
1313
License : MIT
@@ -59,18 +59,18 @@ python3 components for the pypi-pydantic package.
5959

6060

6161
%prep
62-
%setup -q -n pydantic-1.10.9
63-
cd %{_builddir}/pydantic-1.10.9
62+
%setup -q -n pydantic-1.10.10
63+
cd %{_builddir}/pydantic-1.10.10
6464
pushd ..
65-
cp -a pydantic-1.10.9 buildavx2
65+
cp -a pydantic-1.10.10 buildavx2
6666
popd
6767

6868
%build
6969
export http_proxy=http://127.0.0.1:9/
7070
export https_proxy=http://127.0.0.1:9/
7171
export no_proxy=localhost,127.0.0.1,0.0.0.0
7272
export LANG=C.UTF-8
73-
export SOURCE_DATE_EPOCH=1686176599
73+
export SOURCE_DATE_EPOCH=1688138817
7474
export GCC_IGNORE_WERROR=1
7575
export AR=gcc-ar
7676
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
19

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a7f034148be1f86e6dda94a145dda60fadf38e27/pydantic-1.10.9.tar.gz
1+
8a9e4c6ff238f2fd84a016785c5130d9b4b4a28d/pydantic-1.10.10.tar.gz

0 commit comments

Comments
 (0)