Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
csvkit


Commits:
6f76281e by Caleb Maclennan at 2024-03-28T20:15:11+03:00
upgpkg: 1.5.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = csvkit
        pkgdesc = A suite of utilities for converting to and working with CSV
-       pkgver = 1.4.0
+       pkgver = 1.5.0
        pkgrel = 1
        url = https://csvkit.readthedocs.org
        arch = any
@@ -18,7 +18,7 @@ pkgbase = csvkit
        depends = python-setuptools
        depends = python-sphinx-furo
        optdepends = ipython: nicer command-line for csvpy utility
-       source = 
csvkit-1.4.0.tgz::https://github.com/wireservice/csvkit/archive/1.4.0.tar.gz
-       sha256sums = 
b618ce339260ce0922966e13a9a3c0bbc2b73f6f5dfce3c29865ec212ef9c6b6
+       source = 
csvkit-1.5.0.tgz::https://github.com/wireservice/csvkit/archive/1.5.0.tar.gz
+       sha256sums = 
2895fe92d7adcd8f71fc40df5c445506bd24a2ba314a9af9da2a64fb458fce65
 
 pkgname = csvkit


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Michał Pałubicki <maln...@gmx.com>
 
 pkgname=csvkit
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='A suite of utilities for converting to and working with CSV'
 arch=(any)
@@ -22,7 +22,7 @@ makedepends=(python-{build,installer,wheel}
 checkdepends=(python-pytest)
 _archive="$pkgname-$pkgver"
 
source=("$_archive.tgz::https://github.com/wireservice/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('b618ce339260ce0922966e13a9a3c0bbc2b73f6f5dfce3c29865ec212ef9c6b6')
+sha256sums=('2895fe92d7adcd8f71fc40df5c445506bd24a2ba314a9af9da2a64fb458fce65')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/csvkit/-/commit/6f76281e240697d90220f2d638c063eed82b774e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/csvkit/-/commit/6f76281e240697d90220f2d638c063eed82b774e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to