Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-traitlets


Commits:
68da5a1d by Antonio Rojas at 2025-12-16T23:44:36+01:00
upgpkg: 5.14.3-4: Python 3.14 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = python-traitlets
        pkgdesc = A configuration system for Python applications
        pkgver = 5.14.3
-       pkgrel = 3
+       pkgrel = 4
        url = https://traitlets.readthedocs.io/en/stable
        arch = any
        license = BSD-3-Clause
        checkdepends = python-pytest-mock
-       checkdepends = python-pytest-mypy-testing
        makedepends = git
        makedepends = python-build
        makedepends = python-hatchling


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 _pyname=traitlets
 pkgname=python-$_pyname
 pkgver=5.14.3
-pkgrel=3
+pkgrel=4
 pkgdesc='A configuration system for Python applications'
 arch=(any)
 url='https://traitlets.readthedocs.io/en/stable'
@@ -16,11 +16,16 @@ makedepends=(git
              python-build
              python-hatchling
              python-installer)
-checkdepends=(python-pytest-mock
-              python-pytest-mypy-testing)
+checkdepends=(python-pytest-mock)
 source=(git+https://github.com/ipython/traitlets#tag=v$pkgver)
 sha256sums=('84a712e6293b4bfde7a609f7bee3bca22c8b120766ea9d5f6fe7171b86cc3d48')
 
+prepare() {
+  cd $_pyname
+  git cherry-pick -n -X theirs e3d5c5a66de52c623da02b4cafd9c34f5b0ff3bb # 
Support python 3.14
+  rm tests/test_typing.py
+}
+
 build() {
   cd $_pyname
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traitlets/-/commit/68da5a1d4a4efc7c0674a7ffb126a6c76b0f0bf3

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


Reply via email to