David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pydantic-extra-types
Commits:
eb83a7d4 by David Runge at 2026-01-05T14:25:39+01:00
upgpkg: 2.11.0-1
Add all relevant optional dependencies.
Remove deselection of tests that now pass.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pydantic-extra-types
pkgdesc = Extra pydantic types
- pkgver = 2.10.6
- pkgrel = 2
+ pkgver = 2.11.0
+ pkgrel = 1
url = https://github.com/pydantic/pydantic-extra-types
arch = any
license = MIT
@@ -25,12 +25,13 @@ pkgbase = python-pydantic-extra-types
optdepends = python-pendulum: for datetime support
optdepends = python-phonenumbers: for phone number support
optdepends = python-pycountry: for country code support
+ optdepends = python-pymongo: for MongoDB support
optdepends = python-pytz: for timezone support
optdepends = python-semver: for semantic versioning support
optdepends = python-tzdata: for timezone support
optdepends = python-ulid: for ULID support
- source =
pydantic-extra-types-2.10.6.tar.gz::https://github.com/pydantic/pydantic-extra-types/archive/refs/tags/v2.10.6.tar.gz
- sha512sums =
f7d11af834166fd1f993f0c94e3c089230fa0a390b64224762a2d4d146083c2475dc5cfc20ccf23f6dc525e007fe749dcbe30c4fe9ce4776a0356a6f5992c1aa
- b2sums =
3ffef0a482b44395345af091c2279eaf378977c28c0d4d6e43b193683eef894e80cea4f363ba53b8aea5546777348cfe1cd0137883db34e4077f93d8fa0ba93d
+ source =
pydantic-extra-types-2.11.0.tar.gz::https://github.com/pydantic/pydantic-extra-types/archive/refs/tags/v2.11.0.tar.gz
+ sha512sums =
4a16dc65ca9f5ab2f4458b7c800429e199b4504916008874aa5d7e1d13cb03fc571e5f8aa12ea6a8cdd4a1e2bd377261ff8219185d3f7307b3397c35e7cedc21
+ b2sums =
b5b947a9ac9c957fc824a8528e2dadd3aebc6f7190e91f0a3d02c430ddab62396214c1f264d93c0c372acdbfef73fc117275406a3ce08aba08a81d1b5dc1c46d
pkgname = python-pydantic-extra-types
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_name=pydantic-extra-types
pkgname=python-pydantic-extra-types
-pkgver=2.10.6
-pkgrel=2
+pkgver=2.11.0
+pkgrel=1
pkgdesc="Extra pydantic types"
arch=(any)
url="https://github.com/pydantic/pydantic-extra-types"
@@ -36,14 +36,15 @@ optdepends=(
'python-pendulum: for datetime support'
'python-phonenumbers: for phone number support'
'python-pycountry: for country code support'
+ 'python-pymongo: for MongoDB support'
'python-pytz: for timezone support'
'python-semver: for semantic versioning support'
'python-tzdata: for timezone support'
'python-ulid: for ULID support'
)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('f7d11af834166fd1f993f0c94e3c089230fa0a390b64224762a2d4d146083c2475dc5cfc20ccf23f6dc525e007fe749dcbe30c4fe9ce4776a0356a6f5992c1aa')
-b2sums=('3ffef0a482b44395345af091c2279eaf378977c28c0d4d6e43b193683eef894e80cea4f363ba53b8aea5546777348cfe1cd0137883db34e4077f93d8fa0ba93d')
+sha512sums=('4a16dc65ca9f5ab2f4458b7c800429e199b4504916008874aa5d7e1d13cb03fc571e5f8aa12ea6a8cdd4a1e2bd377261ff8219185d3f7307b3397c35e7cedc21')
+b2sums=('b5b947a9ac9c957fc824a8528e2dadd3aebc6f7190e91f0a3d02c430ddab62396214c1f264d93c0c372acdbfef73fc117275406a3ce08aba08a81d1b5dc1c46d')
build() {
cd $_name-$pkgver
@@ -53,12 +54,6 @@ build() {
check() {
local pytest_options=(
-vv
- -W ignore::DeprecationWarning #
https://github.com/pydantic/pydantic-extra-types/issues/345
- # https://github.com/pydantic/pydantic-extra-types/issues/346
- --deselect tests/test_coordinate.py::test_json_schema
- --deselect
'tests/test_json_schema.py::test_json_schema[Coordinate-expected10]'
- --deselect
'tests/test_json_schema.py::test_json_schema[Latitude-expected8]'
- --deselect
'tests/test_json_schema.py::test_json_schema[Longitude-expected9]'
)
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-extra-types/-/commit/eb83a7d45811bfd01beace0f35dfac50c58ca917
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-extra-types/-/commit/eb83a7d45811bfd01beace0f35dfac50c58ca917
You're receiving this email because of your account on gitlab.archlinux.org.