Skip to content

Commit 1c8c5cb

Browse files
committed
pypi-pydantic: Autospec creation for update from version 1.10.8 to version 1.10.9
Bas Schoenmaeckers (1): Add future and past date hypothesis strategies (#5850) Hasan Ramezani (3): Add Pydantic classifier (#5847) [Backport] Fix Decimal trailing zero handling (#5968) Prepare for 1.10.9 (#6034) Marc Mueller (1): [cherry-pick] Fix mypy plugin for 1.4.0 (#5927) (#5928) Serge Matveenko (1): 📌 Use Cython < v3 (#5845)
1 parent 5c07ea8 commit 1c8c5cb

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/23/65/2aa13873e9e0084ecaec00fbe6c6096b65e1ab99ba66bdbf7e4e7c4cc915/pydantic-1.10.8.tar.gz
2+
URL = https://files.pythonhosted.org/packages/ec/0a/cf955f8bb3b9498d554522cfe7cb9b019ba9f8b86e2879009f604207b72c/pydantic-1.10.9.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/23/65/2aa13873e9e0084ecaec00fbe6c6096b65e1ab99ba66bdbf7e4e7c4cc915/pydantic-1.10.8.tar.gz
3+
url = https://files.pythonhosted.org/packages/ec/0a/cf955f8bb3b9498d554522cfe7cb9b019ba9f8b86e2879009f604207b72c/pydantic-1.10.9.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.8
8-
Release : 17
9-
URL : https://files.pythonhosted.org/packages/23/65/2aa13873e9e0084ecaec00fbe6c6096b65e1ab99ba66bdbf7e4e7c4cc915/pydantic-1.10.8.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/23/65/2aa13873e9e0084ecaec00fbe6c6096b65e1ab99ba66bdbf7e4e7c4cc915/pydantic-1.10.8.tar.gz
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
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.8
63-
cd %{_builddir}/pydantic-1.10.8
62+
%setup -q -n pydantic-1.10.9
63+
cd %{_builddir}/pydantic-1.10.9
6464
pushd ..
65-
cp -a pydantic-1.10.8 buildavx2
65+
cp -a pydantic-1.10.9 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=1684941078
73+
export SOURCE_DATE_EPOCH=1686176599
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-
17
1+
18

upstream

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

0 commit comments

Comments
 (0)