Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] visidata: update to 2.11.
@ 2023-01-16 20:01 icp1994
  2023-01-17  5:39 ` [PR PATCH] [Updated] " icp1994
  2023-01-18  4:58 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-01-16 20:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages visidata
https://github.com/void-linux/void-packages/pull/41684

visidata: update to 2.11.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/41684.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-visidata-41684.patch --]
[-- Type: text/x-diff, Size: 1341 bytes --]

From aff2706fe748e6588e82b178e3f93a9e96489325 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 24 Oct 2022 21:51:52 +0530
Subject: [PATCH] visidata: update to 2.11.

---
 srcpkgs/visidata/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index e65d57dc3b01..81dc2478ea2f 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,15 +1,15 @@
 # Template file for 'visidata'
 pkgname=visidata
-version=2.8
-revision=3
+version=2.11
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-dateutil python3-setuptools"
+depends="python3-dateutil python3-importlib_metadata python3-setuptools"
 checkdepends="python3-pytest"
 short_desc="Terminal spreadsheet multitool"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://visidata.org/"
 changelog="https://raw.githubusercontent.com/saulpw/visidata/stable/CHANGELOG.md"
-distfiles="https://github.com/saulpw/visidata/archive/v${version}.tar.gz"
-checksum=1b28a2b5d0a1eaa9478be86941ecdb9c5aa06490d1d95d016fb63cfd9a76e739
+distfiles="https://github.com/saulpw/visidata/archive/refs/tags/v${version}.tar.gz"
+checksum=350542296456e517d7dcbb687f716471a663155053f540b7ecd307ac6f2d0629

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] visidata: update to 2.11.
  2023-01-16 20:01 [PR PATCH] visidata: update to 2.11 icp1994
@ 2023-01-17  5:39 ` icp1994
  2023-01-18  4:58 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-01-17  5:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages visidata
https://github.com/void-linux/void-packages/pull/41684

visidata: update to 2.11.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/41684.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-visidata-41684.patch --]
[-- Type: text/x-diff, Size: 1341 bytes --]

From ba9090ee24fb8fddc20afbeb57dcc665f040b6f1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 24 Oct 2022 21:51:52 +0530
Subject: [PATCH] visidata: update to 2.11.

---
 srcpkgs/visidata/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index e65d57dc3b01..81dc2478ea2f 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,15 +1,15 @@
 # Template file for 'visidata'
 pkgname=visidata
-version=2.8
-revision=3
+version=2.11
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-dateutil python3-setuptools"
+depends="python3-dateutil python3-importlib_metadata python3-setuptools"
 checkdepends="python3-pytest"
 short_desc="Terminal spreadsheet multitool"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://visidata.org/"
 changelog="https://raw.githubusercontent.com/saulpw/visidata/stable/CHANGELOG.md"
-distfiles="https://github.com/saulpw/visidata/archive/v${version}.tar.gz"
-checksum=1b28a2b5d0a1eaa9478be86941ecdb9c5aa06490d1d95d016fb63cfd9a76e739
+distfiles="https://github.com/saulpw/visidata/archive/refs/tags/v${version}.tar.gz"
+checksum=350542296456e517d7dcbb687f716471a663155053f540b7ecd307ac6f2d0629

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: visidata: update to 2.11.
  2023-01-16 20:01 [PR PATCH] visidata: update to 2.11 icp1994
  2023-01-17  5:39 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-18  4:58 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-01-18  4:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There's a merged pull request on the void-packages repository

visidata: update to 2.11.
https://github.com/void-linux/void-packages/pull/41684

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-18  4:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 20:01 [PR PATCH] visidata: update to 2.11 icp1994
2023-01-17  5:39 ` [PR PATCH] [Updated] " icp1994
2023-01-18  4:58 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).