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


Commits:
dff08b98 by Caleb Maclennan at 2024-02-26T17:12:49+03:00
upgpkg: 1.4.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.3.0
+       pkgver = 1.4.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.3.0.tgz::https://github.com/wireservice/csvkit/archive/1.3.0.tar.gz
-       sha256sums = 
0fb010fb5e0622b009393e85bcbf5a1afad53eceb3ee7182bf7a1e109df065a1
+       source = 
csvkit-1.4.0.tgz::https://github.com/wireservice/csvkit/archive/1.4.0.tar.gz
+       sha256sums = 
b618ce339260ce0922966e13a9a3c0bbc2b73f6f5dfce3c29865ec212ef9c6b6
 
 pkgname = csvkit


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Michał Pałubicki <maln...@gmx.com>
 
 pkgname=csvkit
-pkgver=1.3.0
+pkgver=1.4.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=('0fb010fb5e0622b009393e85bcbf5a1afad53eceb3ee7182bf7a1e109df065a1')
+sha256sums=('b618ce339260ce0922966e13a9a3c0bbc2b73f6f5dfce3c29865ec212ef9c6b6')
 
 build() {
        cd "$_archive"



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

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


Reply via email to