Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vit: update to 2.2.0
@ 2022-04-18 13:56 Barbaross93
  2022-04-18 18:15 ` [PR PATCH] [Updated] " Barbaross93
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Barbaross93 @ 2022-04-18 13:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages vit
https://github.com/void-linux/void-packages/pull/36754

vit: update to 2.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/36754.patch is attached

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

From 58694c91eb2484be1d764f46eb319c84df10c2e0 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 18 Apr 2022 09:54:39 -0400
Subject: [PATCH] vit: update to 2.2.0

---
 srcpkgs/vit/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template
index 173648d69b95..55ff23e87cb4 100644
--- a/srcpkgs/vit/template
+++ b/srcpkgs/vit/template
@@ -1,6 +1,6 @@
 # Template file for 'vit'
 pkgname=vit
-version=2.1.0
+version=2.2.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Cullen Ross <cullenrss@gmail.com>"
 license="MIT"
 homepage="https://github.com/vit-project/vit"
 distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz"
-checksum=fd34f0b827953dfdecdc39f8416d41c50c24576c33a512a047a71c1263eb3e0f
+checksum=e866c8739822b9e73152ab30c9a009c3aef947533c06f7a5cb244d15c4ea296f
 
 do_check() {
 	TERM=linux python3 -m pytest

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

* Re: [PR PATCH] [Updated] vit: update to 2.2.0
  2022-04-18 13:56 [PR PATCH] vit: update to 2.2.0 Barbaross93
@ 2022-04-18 18:15 ` Barbaross93
  2022-04-18 18:21 ` Barbaross93
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Barbaross93 @ 2022-04-18 18:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages vit
https://github.com/void-linux/void-packages/pull/36754

vit: update to 2.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/36754.patch is attached

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

From 58694c91eb2484be1d764f46eb319c84df10c2e0 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 18 Apr 2022 09:54:39 -0400
Subject: [PATCH 1/2] vit: update to 2.2.0

---
 srcpkgs/vit/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template
index 173648d69b95..55ff23e87cb4 100644
--- a/srcpkgs/vit/template
+++ b/srcpkgs/vit/template
@@ -1,6 +1,6 @@
 # Template file for 'vit'
 pkgname=vit
-version=2.1.0
+version=2.2.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Cullen Ross <cullenrss@gmail.com>"
 license="MIT"
 homepage="https://github.com/vit-project/vit"
 distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz"
-checksum=fd34f0b827953dfdecdc39f8416d41c50c24576c33a512a047a71c1263eb3e0f
+checksum=e866c8739822b9e73152ab30c9a009c3aef947533c06f7a5cb244d15c4ea296f
 
 do_check() {
 	TERM=linux python3 -m pytest

From b348288a4032cdb3eecd6c0e9c46e1faf186caf8 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 18 Apr 2022 14:14:44 -0400
Subject: [PATCH 2/2] vit: update to 2.2.0

---
 srcpkgs/vit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template
index 55ff23e87cb4..9eb3596b5d31 100644
--- a/srcpkgs/vit/template
+++ b/srcpkgs/vit/template
@@ -4,7 +4,7 @@ version=2.2.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="task python3-pytz python3-urwid python3-tzlocal python3-tasklib"
+depends="task python3-urwid python3-tasklib"
 checkdepends="python3-pytest $depends"
 short_desc="Visual Interactive Taskwarrior full-screen terminal interface"
 maintainer="Cullen Ross <cullenrss@gmail.com>"

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

* Re: vit: update to 2.2.0
  2022-04-18 13:56 [PR PATCH] vit: update to 2.2.0 Barbaross93
  2022-04-18 18:15 ` [PR PATCH] [Updated] " Barbaross93
@ 2022-04-18 18:21 ` Barbaross93
  2022-04-18 18:23 ` [PR PATCH] [Updated] " Barbaross93
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Barbaross93 @ 2022-04-18 18:21 UTC (permalink / raw)
  To: ml

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

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/pull/36754#issuecomment-1101629670

Comment:
Looking at the documentation for [`zoneinfo`](https://docs.python.org/3/library/zoneinfo.html), it will fallback to the python module `tzdata`. Do I need to package this?

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

* Re: [PR PATCH] [Updated] vit: update to 2.2.0
  2022-04-18 13:56 [PR PATCH] vit: update to 2.2.0 Barbaross93
  2022-04-18 18:15 ` [PR PATCH] [Updated] " Barbaross93
  2022-04-18 18:21 ` Barbaross93
@ 2022-04-18 18:23 ` Barbaross93
  2022-04-18 18:24 ` Barbaross93
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Barbaross93 @ 2022-04-18 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages vit
https://github.com/void-linux/void-packages/pull/36754

vit: update to 2.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/36754.patch is attached

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

From b1e32b7c16c9a4e6b82e9cec5ae159c463971fc3 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 18 Apr 2022 09:54:39 -0400
Subject: [PATCH] vit: update to 2.2.0

---
 srcpkgs/vit/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template
index 173648d69b95..9eb3596b5d31 100644
--- a/srcpkgs/vit/template
+++ b/srcpkgs/vit/template
@@ -1,17 +1,17 @@
 # Template file for 'vit'
 pkgname=vit
-version=2.1.0
+version=2.2.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="task python3-pytz python3-urwid python3-tzlocal python3-tasklib"
+depends="task python3-urwid python3-tasklib"
 checkdepends="python3-pytest $depends"
 short_desc="Visual Interactive Taskwarrior full-screen terminal interface"
 maintainer="Cullen Ross <cullenrss@gmail.com>"
 license="MIT"
 homepage="https://github.com/vit-project/vit"
 distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz"
-checksum=fd34f0b827953dfdecdc39f8416d41c50c24576c33a512a047a71c1263eb3e0f
+checksum=e866c8739822b9e73152ab30c9a009c3aef947533c06f7a5cb244d15c4ea296f
 
 do_check() {
 	TERM=linux python3 -m pytest

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

* Re: vit: update to 2.2.0
  2022-04-18 13:56 [PR PATCH] vit: update to 2.2.0 Barbaross93
                   ` (2 preceding siblings ...)
  2022-04-18 18:23 ` [PR PATCH] [Updated] " Barbaross93
@ 2022-04-18 18:24 ` Barbaross93
  2022-04-18 20:56 ` paper42
  2022-04-18 21:06 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: Barbaross93 @ 2022-04-18 18:24 UTC (permalink / raw)
  To: ml

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

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/pull/36754#issuecomment-1101629670

Comment:
Looking at the documentation for [`zoneinfo`](https://docs.python.org/3/library/zoneinfo.html), it will fallback to the python module `tzdata`. Do I need to package this? Or is it actually `python3-pytz`?

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

* Re: vit: update to 2.2.0
  2022-04-18 13:56 [PR PATCH] vit: update to 2.2.0 Barbaross93
                   ` (3 preceding siblings ...)
  2022-04-18 18:24 ` Barbaross93
@ 2022-04-18 20:56 ` paper42
  2022-04-18 21:06 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-04-18 20:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36754#issuecomment-1101760557

Comment:
> Looking at the documentation for [`zoneinfo`](https://docs.python.org/3/library/zoneinfo.html), it will fallback to the python module `tzdata`. Do I need to package this? Or is it actually `python3-pytz`?

> By default, [zoneinfo](https://docs.python.org/3/library/zoneinfo.html#module-zoneinfo) uses the system’s time zone data if available; if no system time zone data is available, the library will fall back to using the first-party [tzdata](https://pypi.org/project/tzdata/) package available on PyPI.

I think you don't have to because every void system has timezone data in /usr/share/zoneinfo (from the tzdata package), so the fallback will never happen and this probably wouldn't be the place for the fix.

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

* Re: [PR PATCH] [Merged]: vit: update to 2.2.0
  2022-04-18 13:56 [PR PATCH] vit: update to 2.2.0 Barbaross93
                   ` (4 preceding siblings ...)
  2022-04-18 20:56 ` paper42
@ 2022-04-18 21:06 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-04-18 21:06 UTC (permalink / raw)
  To: ml

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

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

vit: update to 2.2.0
https://github.com/void-linux/void-packages/pull/36754

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture (x86-64)


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

end of thread, other threads:[~2022-04-18 21:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 13:56 [PR PATCH] vit: update to 2.2.0 Barbaross93
2022-04-18 18:15 ` [PR PATCH] [Updated] " Barbaross93
2022-04-18 18:21 ` Barbaross93
2022-04-18 18:23 ` [PR PATCH] [Updated] " Barbaross93
2022-04-18 18:24 ` Barbaross93
2022-04-18 20:56 ` paper42
2022-04-18 21:06 ` [PR PATCH] [Merged]: " paper42

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).