Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-traitlets
Commits:
937aebe8 by Antonio Rojas at 2023-10-25T16:54:50+02:00
upgpkg: 5.12.0-1: Update to 5.12.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,19 @@
pkgbase = python-traitlets
pkgdesc = A configuration system for Python applications
- pkgver = 5.11.2
+ pkgver = 5.12.0
pkgrel = 1
url = https://traitlets.readthedocs.io/en/stable
arch = any
license = BSD
checkdepends = python-pytest-mock
+ checkdepends = python-pytest-mypy-testing
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
depends = python
depends = python-argcomplete
- source =
https://pypi.python.org/packages/source/t/traitlets/traitlets-5.11.2.tar.gz
- sha256sums =
7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e
+ depends = python-typing_extensions
+ source =
https://pypi.python.org/packages/source/t/traitlets/traitlets-5.12.0.tar.gz
+ sha256sums =
833273bf645d8ce31dcb613c56999e2e055b1ffe6d09168a164bcd91c36d5d35
pkgname = python-traitlets
=====================================
PKGBUILD
=====================================
@@ -3,20 +3,22 @@
_pyname=traitlets
pkgname=python-$_pyname
-pkgver=5.11.2
+pkgver=5.12.0
pkgrel=1
pkgdesc='A configuration system for Python applications'
arch=(any)
url='https://traitlets.readthedocs.io/en/stable'
license=(BSD)
depends=(python
- python-argcomplete)
+ python-argcomplete
+ python-typing_extensions)
makedepends=(python-build
python-hatchling
python-installer)
-checkdepends=(python-pytest-mock)
+checkdepends=(python-pytest-mock
+ python-pytest-mypy-testing)
source=(https://pypi.python.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz)
-sha256sums=('7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e')
+sha256sums=('833273bf645d8ce31dcb613c56999e2e055b1ffe6d09168a164bcd91c36d5d35')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traitlets/-/commit/937aebe83b907553dbc5498e525564f7186aec93
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traitlets/-/commit/937aebe83b907553dbc5498e525564f7186aec93
You're receiving this email because of your account on gitlab.archlinux.org.