Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tzupdate: update to 2.1.0.
@ 2022-03-02 21:41 tibequadorian
  2022-03-02 23:12 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-02 21:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages tzupdate
https://github.com/void-linux/void-packages/pull/35932

tzupdate: update to 2.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7a5dc44bf4f2a69318691fbebe45133c76e89e70 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 22:30:59 +0100
Subject: [PATCH] tzupdate: update to 2.1.0.

---
 srcpkgs/tzupdate/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 21a52091d160..d0e31a264485 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,7 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
-version=2.0.0
-revision=3
+version=2.1.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"
@@ -10,7 +10,9 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="MIT"
 homepage="https://github.com/cdown/tzupdate"
 distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
-checksum=e5103126c51b80a10e62007ee5282c058304757537b8dfe20e3a9c2403b412d8
+checksum=8e0f81d04143fd89a1300155bb99baeb46d5f6b3df49b96361f9026ff55eaec9
+# tests require httpretty, not in repos
+make_check=no
 
 post_instal() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] tzupdate: update to 2.1.0.
  2022-03-02 21:41 [PR PATCH] tzupdate: update to 2.1.0 tibequadorian
@ 2022-03-02 23:12 ` paper42
  2022-03-03  9:53 ` [PR PATCH] [Updated] " tibequadorian
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-02 23:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35932#discussion_r818181136

Comment:
```suggestion
depends="python3"
```

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

* Re: [PR PATCH] [Updated] tzupdate: update to 2.1.0.
  2022-03-02 21:41 [PR PATCH] tzupdate: update to 2.1.0 tibequadorian
  2022-03-02 23:12 ` [PR REVIEW] " paper42
@ 2022-03-03  9:53 ` tibequadorian
  2022-03-03 22:16 ` [PR PATCH] [Merged]: " paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-03  9:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages tzupdate
https://github.com/void-linux/void-packages/pull/35932

tzupdate: update to 2.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bfb04db0ca3c73e013a7773e1738b37b3491555d Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 22:30:59 +0100
Subject: [PATCH] tzupdate: update to 2.1.0.

---
 srcpkgs/tzupdate/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 21a52091d160..4b4e8b605d15 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,16 +1,18 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
-version=2.0.0
-revision=3
+version=2.1.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests"
+depends="python3"
 short_desc="Set the system timezone based on IP geolocation"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="MIT"
 homepage="https://github.com/cdown/tzupdate"
 distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
-checksum=e5103126c51b80a10e62007ee5282c058304757537b8dfe20e3a9c2403b412d8
+checksum=8e0f81d04143fd89a1300155bb99baeb46d5f6b3df49b96361f9026ff55eaec9
+# tests require httpretty, not in repos
+make_check=no
 
 post_instal() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: tzupdate: update to 2.1.0.
  2022-03-02 21:41 [PR PATCH] tzupdate: update to 2.1.0 tibequadorian
  2022-03-02 23:12 ` [PR REVIEW] " paper42
  2022-03-03  9:53 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-03 22:16 ` paper42
  2022-03-04 11:25 ` [PR REVIEW] " tibequadorian
  2022-03-04 11:25 ` tibequadorian
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-03 22:16 UTC (permalink / raw)
  To: ml

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

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

tzupdate: update to 2.1.0.
https://github.com/void-linux/void-packages/pull/35932

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: [PR REVIEW] tzupdate: update to 2.1.0.
  2022-03-02 21:41 [PR PATCH] tzupdate: update to 2.1.0 tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-03 22:16 ` [PR PATCH] [Merged]: " paper42
@ 2022-03-04 11:25 ` tibequadorian
  2022-03-04 11:25 ` tibequadorian
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-04 11:25 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35932#discussion_r819489755

Comment:
Have you looked at their code or is there another trick to easily find out dependencies easily?

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

* Re: [PR REVIEW] tzupdate: update to 2.1.0.
  2022-03-02 21:41 [PR PATCH] tzupdate: update to 2.1.0 tibequadorian
                   ` (3 preceding siblings ...)
  2022-03-04 11:25 ` [PR REVIEW] " tibequadorian
@ 2022-03-04 11:25 ` tibequadorian
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-04 11:25 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35932#discussion_r819489755

Comment:
Have you looked at their code or is there another trick to easily find out dependencies?

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

end of thread, other threads:[~2022-03-04 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 21:41 [PR PATCH] tzupdate: update to 2.1.0 tibequadorian
2022-03-02 23:12 ` [PR REVIEW] " paper42
2022-03-03  9:53 ` [PR PATCH] [Updated] " tibequadorian
2022-03-03 22:16 ` [PR PATCH] [Merged]: " paper42
2022-03-04 11:25 ` [PR REVIEW] " tibequadorian
2022-03-04 11:25 ` tibequadorian

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