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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jun 1 05:43:54 UTC 2022


    Date: Wednesday, June 1, 2022 @ 05:43:53
  Author: arojas
Revision: 1218276

Update to 5.2.2.post1

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-01 04:53:04 UTC (rev 1218275)
+++ PKGBUILD	2022-06-01 05:43:53 UTC (rev 1218276)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-traitlets
-pkgver=5.2.2
+pkgver=5.2.2.post1
 pkgrel=1
 pkgdesc="A configuration system for Python applications"
 arch=('any')
@@ -11,13 +11,8 @@
 makedepends=('python-build' 'python-installer' 'python-hatchling')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz")
-md5sums=('6a28a5b81bf4ad369bfec50d539e8a51')
+md5sums=('44535d43d136c6080c5a341a27206a88')
 
-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