Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-traitlets
Commits:
54710904 by Antonio Rojas at 2023-10-04T08:53:39+02:00
upgpkg: 5.11.2-1: Update to 5.11.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-traitlets
pkgdesc = A configuration system for Python applications
- pkgver = 5.11.1
+ pkgver = 5.11.2
pkgrel = 1
url = https://traitlets.readthedocs.io/en/stable
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-traitlets
makedepends = python-installer
depends = python
depends = python-argcomplete
- source =
https://pypi.python.org/packages/source/t/traitlets/traitlets-5.11.1.tar.gz
- sha256sums =
813584bb569ac4a098c64ca494e8a3bbfef42e37c36a6132bca554aabd111480
+ source =
https://pypi.python.org/packages/source/t/traitlets/traitlets-5.11.2.tar.gz
+ sha256sums =
7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e
pkgname = python-traitlets
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=traitlets
pkgname=python-$_pyname
-pkgver=5.11.1
+pkgver=5.11.2
pkgrel=1
pkgdesc='A configuration system for Python applications'
arch=(any)
@@ -16,7 +16,7 @@ makedepends=(python-build
python-installer)
checkdepends=(python-pytest-mock)
source=(https://pypi.python.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz)
-sha256sums=('813584bb569ac4a098c64ca494e8a3bbfef42e37c36a6132bca554aabd111480')
+sha256sums=('7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traitlets/-/commit/54710904bd7e049b07b4dbc1e3f45e492c4b7f58
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traitlets/-/commit/54710904bd7e049b07b4dbc1e3f45e492c4b7f58
You're receiving this email because of your account on gitlab.archlinux.org.