Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-prettytable
Commits:
99f26eed by Felix Yan at 2024-02-20T21:47:57+00:00
upgpkg: 3.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = python-prettytable
pkgdesc = A simple Python library for easily displaying tabular data
- pkgver = 3.9.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://github.com/jazzband/prettytable
arch = any
license = BSD
- checkdepends = python-pytest-lazy-fixture
+ checkdepends = python-pytest-lazy-fixtures
makedepends = git
makedepends = python-build
makedepends = python-installer
@@ -13,7 +13,7 @@ pkgbase = python-prettytable
makedepends = python-hatch-vcs
depends = python-wcwidth
conflicts = python-ptable
- source =
git+https://github.com/jazzband/prettytable.git#commit=cfd6b4500e5d0db15abff68f11dca6ccbcc2c897
+ source =
git+https://github.com/jazzband/prettytable.git#commit=6498a578ba81ccb45d741905d6ef675b1b53a709
sha512sums = SKIP
pkgname = python-prettytable
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Emmanuel Gil Peyrot <[email protected]>
pkgname=python-prettytable
-pkgver=3.9.0
-_commit=cfd6b4500e5d0db15abff68f11dca6ccbcc2c897
+pkgver=3.10.0
+_commit=6498a578ba81ccb45d741905d6ef675b1b53a709
pkgrel=1
pkgdesc="A simple Python library for easily displaying tabular data"
url="https://github.com/jazzband/prettytable"
@@ -13,7 +13,7 @@ arch=('any')
license=('BSD')
depends=('python-wcwidth')
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
-checkdepends=('python-pytest-lazy-fixture')
+checkdepends=('python-pytest-lazy-fixtures')
conflicts=('python-ptable')
source=("git+https://github.com/jazzband/prettytable.git#commit=$_commit")
sha512sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prettytable/-/commit/99f26eed9aef8be009dc1f6af7f20d15eac66a3b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prettytable/-/commit/99f26eed9aef8be009dc1f6af7f20d15eac66a3b
You're receiving this email because of your account on gitlab.archlinux.org.