Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pydantic


Commits:
9f941c8e by Jelle van der Waa at 2024-12-06T21:45:30+01:00
Drop python-devtools checkdependency

This is a utility library for developers and can be skipped if missing. Doesn't
help test if pydantic functions.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
 pkgbase = python-pydantic
        pkgdesc = Data parsing and validation using Python type hints
        pkgver = 2.9.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/pydantic/pydantic
        arch = any
        license = MIT
        checkdepends = python-ansi2html
        checkdepends = python-cloudpickle
-       checkdepends = python-devtools
        checkdepends = python-dirty-equals
        checkdepends = python-email-validator
        checkdepends = python-faker


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ _name=pydantic
 pkgname=python-$_name
 # WARNING: upstream pins pydantic-core down to the patch-level and using other 
versions breaks tests! only update in lock-step with python-pydantic-core!
 pkgver=2.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Data parsing and validation using Python type hints'
 arch=(any)
 url="https://github.com/pydantic/pydantic";
@@ -27,7 +27,6 @@ makedepends=(
 checkdepends=(
   python-ansi2html
   python-cloudpickle
-  python-devtools
   python-dirty-equals
   python-email-validator
   python-faker



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/9f941c8e1eab7ea0ad65da3789dc0d6d87be6fea

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/9f941c8e1eab7ea0ad65da3789dc0d6d87be6fea
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to