Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-prettytable
Commits:
ed912797 by Felix Yan at 2024-09-18T15:08:57+03:00
upgpkg: 3.10.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-prettytable
pkgdesc = A simple Python library for easily displaying tabular data
- pkgver = 3.10.0
- pkgrel = 2
+ pkgver = 3.10.1
+ pkgrel = 1
url = https://github.com/jazzband/prettytable
arch = any
license = BSD
@@ -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=6498a578ba81ccb45d741905d6ef675b1b53a709
- sha512sums = SKIP
+ source = git+https://github.com/jazzband/prettytable.git#tag=3.10.1
+ sha512sums =
c2fab1f833947c02d42415e46c78474676d8a6a25f28578ce76617ece9851f4c23c8d966a6a37acf7918a951a3206a211a8dfb98d4e3793ece7881b5da929d0f
pkgname = python-prettytable
=====================================
PKGBUILD
=====================================
@@ -4,9 +4,8 @@
# Contributor: Emmanuel Gil Peyrot <[email protected]>
pkgname=python-prettytable
-pkgver=3.10.0
-_commit=6498a578ba81ccb45d741905d6ef675b1b53a709
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
pkgdesc="A simple Python library for easily displaying tabular data"
url="https://github.com/jazzband/prettytable"
arch=('any')
@@ -15,8 +14,8 @@ depends=('python-wcwidth')
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
checkdepends=('python-pytest-lazy-fixtures')
conflicts=('python-ptable')
-source=("git+https://github.com/jazzband/prettytable.git#commit=$_commit")
-sha512sums=('SKIP')
+source=("git+https://github.com/jazzband/prettytable.git#tag=$pkgver")
+sha512sums=('c2fab1f833947c02d42415e46c78474676d8a6a25f28578ce76617ece9851f4c23c8d966a6a37acf7918a951a3206a211a8dfb98d4e3793ece7881b5da929d0f')
build() {
cd prettytable
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prettytable/-/commit/ed91279747cc061dfe5ed6cf8ca1c24cf65abbeb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prettytable/-/commit/ed91279747cc061dfe5ed6cf8ca1c24cf65abbeb
You're receiving this email because of your account on gitlab.archlinux.org.