File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
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
3
3
ARCHIVES =
4
4
5
5
include ../common/Makefile.common
Original file line number Diff line number Diff line change 1
1
[package]
2
2
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
4
4
archives =
5
5
giturl = https://github.com/samuelcolvin/pydantic/
6
6
domain =
Original file line number Diff line number Diff line change 4
4
# Using build pattern: distutils3
5
5
#
6
6
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
11
11
Summary : Data validation and settings management using python type hints
12
12
Group : Development/Tools
13
13
License : MIT
@@ -59,18 +59,18 @@ python3 components for the pypi-pydantic package.
59
59
60
60
61
61
%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
64
64
pushd ..
65
- cp -a pydantic-1.10.8 buildavx2
65
+ cp -a pydantic-1.10.9 buildavx2
66
66
popd
67
67
68
68
%build
69
69
export http_proxy=http://127.0.0.1:9/
70
70
export https_proxy=http://127.0.0.1:9/
71
71
export no_proxy=localhost,127.0.0.1,0.0.0.0
72
72
export LANG=C.UTF-8
73
- export SOURCE_DATE_EPOCH=1684941078
73
+ export SOURCE_DATE_EPOCH=1686176599
74
74
export GCC_IGNORE_WERROR=1
75
75
export AR=gcc-ar
76
76
export RANLIB=gcc-ranlib
Original file line number Diff line number Diff line change 1
- 17
1
+ 18
Original file line number Diff line number Diff line change 1
- a495345876c18a224a969c7991fa2c7c07b776d9 /pydantic-1.10.8 .tar.gz
1
+ a7f034148be1f86e6dda94a145dda60fadf38e27 /pydantic-1.10.9 .tar.gz
You can’t perform that action at this time.
0 commit comments