Skip to content

Commit

Permalink
pypi-pydantic: Autospec creation for update from version 1.10.6 to ve…
Browse files Browse the repository at this point in the history
…rsion 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)
  • Loading branch information
fenrus75 committed Mar 23, 2023
1 parent 10fc09e commit 56cd38b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-pydantic
URL = https://files.pythonhosted.org/packages/8b/87/200171b36005368bc4c114f01cb9e8ae2a3f3325a47da8c710cc58cfd00c/pydantic-1.10.6.tar.gz
URL = https://files.pythonhosted.org/packages/43/5f/e53a850fd32dddefc998b6bfcbda843d4ff5b0dcac02a92e414ba6c97d46/pydantic-1.10.7.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-pydantic
url = https://files.pythonhosted.org/packages/8b/87/200171b36005368bc4c114f01cb9e8ae2a3f3325a47da8c710cc58cfd00c/pydantic-1.10.6.tar.gz
url = https://files.pythonhosted.org/packages/43/5f/e53a850fd32dddefc998b6bfcbda843d4ff5b0dcac02a92e414ba6c97d46/pydantic-1.10.7.tar.gz
archives =
giturl = https://github.com/samuelcolvin/pydantic/
domain =
Expand Down
17 changes: 9 additions & 8 deletions pypi-pydantic.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: distutils3
#
Name : pypi-pydantic
Version : 1.10.6
Release : 15
URL : https://files.pythonhosted.org/packages/8b/87/200171b36005368bc4c114f01cb9e8ae2a3f3325a47da8c710cc58cfd00c/pydantic-1.10.6.tar.gz
Source0 : https://files.pythonhosted.org/packages/8b/87/200171b36005368bc4c114f01cb9e8ae2a3f3325a47da8c710cc58cfd00c/pydantic-1.10.6.tar.gz
Version : 1.10.7
Release : 16
URL : https://files.pythonhosted.org/packages/43/5f/e53a850fd32dddefc998b6bfcbda843d4ff5b0dcac02a92e414ba6c97d46/pydantic-1.10.7.tar.gz
Source0 : https://files.pythonhosted.org/packages/43/5f/e53a850fd32dddefc998b6bfcbda843d4ff5b0dcac02a92e414ba6c97d46/pydantic-1.10.7.tar.gz
Summary : Data validation and settings management using python type hints
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -58,18 +59,18 @@ python3 components for the pypi-pydantic package.


%prep
%setup -q -n pydantic-1.10.6
cd %{_builddir}/pydantic-1.10.6
%setup -q -n pydantic-1.10.7
cd %{_builddir}/pydantic-1.10.7
pushd ..
cp -a pydantic-1.10.6 buildavx2
cp -a pydantic-1.10.7 buildavx2
popd

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1678467023
export SOURCE_DATE_EPOCH=1679586217
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
16
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45e9f366e04b7e4712a6347d0c72a9009567c929/pydantic-1.10.6.tar.gz
62d7c5937c6a8da36f0c04c6dbc054ca4938f7c4/pydantic-1.10.7.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.6
1.10.7

0 comments on commit 56cd38b

Please sign in to comment.