Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-traits
Commits:
396e55f7 by Antonio Rojas at 2025-02-10T22:29:20+01:00
upgpkg: 7.0.2-1: Update to 7.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-traits
pkgdesc = Explicitly typed attributes for Python
- pkgver = 6.4.3
+ pkgver = 7.0.2
pkgrel = 1
url = https://github.com/enthought/traits
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-traits
depends = python
optdepends = python-numpy: to support the trait types for arrays
optdepends = python-traitsui: to support Gui Views
- source =
traits-6.4.3.tar.gz::https://github.com/enthought/traits/archive/6.4.3.tar.gz
- sha256sums =
8282d8a958c43758f959b180ce85cb16cc1e04ad822de1dbcd7a6a6f81a33548
+ source =
traits-7.0.2.tar.gz::https://github.com/enthought/traits/archive/7.0.2.tar.gz
+ sha256sums =
d916cff57a1c7f393a82d01bf89ca227fc33225b13dd0e93e99ae72272f5062e
pkgname = python-traits
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Andrzej Giniewicz <[email protected]>
pkgname=python-traits
-pkgver=6.4.3
+pkgver=7.0.2
pkgrel=1
pkgdesc="Explicitly typed attributes for Python"
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('python-numpy: to support the trait types for
arrays'
'python-traitsui: to support Gui Views')
makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz")
-sha256sums=('8282d8a958c43758f959b180ce85cb16cc1e04ad822de1dbcd7a6a6f81a33548')
+sha256sums=('d916cff57a1c7f393a82d01bf89ca227fc33225b13dd0e93e99ae72272f5062e')
build() {
cd traits-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traits/-/commit/396e55f71f704311e787c5d8745755e64a1c9e89
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traits/-/commit/396e55f71f704311e787c5d8745755e64a1c9e89
You're receiving this email because of your account on gitlab.archlinux.org.