[arch-commits] Commit in python-traitlets/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue May 31 20:57:13 UTC 2022


    Date: Tuesday, May 31, 2022 @ 20:57:13
  Author: arojas
Revision: 1218264

Update to 5.2.2

Modified:
  python-traitlets/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-31 20:51:05 UTC (rev 1218263)
+++ PKGBUILD	2022-05-31 20:57:13 UTC (rev 1218264)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-traitlets
-pkgver=5.2.1.post0
+pkgver=5.2.2
 pkgrel=1
 pkgdesc="A configuration system for Python applications"
 arch=('any')
@@ -11,8 +11,13 @@
 makedepends=('python-build' 'python-installer' 'python-hatchling')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz")
-md5sums=('ae734d35b4ee39334af9bf40a898d1ff')
+md5sums=('6a28a5b81bf4ad369bfec50d539e8a51')
 
+prepare() {
+  cd traitlets-$pkgver
+  sed -e 's|(5, 2, 2, \"final\")|(5, 2, 2)|' -i traitlets/_version.py
+}
+
 build() {
   cd traitlets-$pkgver
   python -m build --wheel --no-isolation



More information about the arch-commits mailing list