Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dateutils: update to 0.4.9.
@ 2021-09-25 10:22 ailiop-git
  2021-10-17 17:26 ` Piraty
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ailiop-git @ 2021-09-25 10:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages dateutils
https://github.com/void-linux/void-packages/pull/33103

dateutils: update to 0.4.9.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33103.patch is attached

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

From c806a332e0c15f42bbbbba96d21e3f32f1e44f13 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 25 Sep 2021 09:57:24 +0000
Subject: [PATCH] dateutils: update to 0.4.9.

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

diff --git a/srcpkgs/dateutils/template b/srcpkgs/dateutils/template
index df3cd26ca6d5..33d6b246906c 100644
--- a/srcpkgs/dateutils/template
+++ b/srcpkgs/dateutils/template
@@ -1,6 +1,6 @@
 # Template file for 'dateutils'
 pkgname=dateutils
-version=0.4.8
+version=0.4.9
 revision=1
 build_style=gnu-configure
 configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
@@ -10,7 +10,7 @@ license="BSD-3-Clause"
 homepage="http://www.fresse.org/dateutils/"
 changelog="http://www.fresse.org/dateutils/changelog.html"
 distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/${pkgname}-${version}.tar.xz"
-checksum=3f7054a24cf3e3ea2c32a6b1f7474334c25b54e9c45c96b03f75eaaecc70c100
+checksum=790256d9949b96001fdcc3f7c42226dde4fcc87eb580717c7aabf51a1334c9c3
 
 post_extract() {
 	vsed -i '/sysctl\.h/d' build-aux/yuck.c

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

* Re: dateutils: update to 0.4.9.
  2021-09-25 10:22 [PR PATCH] dateutils: update to 0.4.9 ailiop-git
@ 2021-10-17 17:26 ` Piraty
  2021-10-17 17:41 ` ailiop-git
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2021-10-17 17:26 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/33103#issuecomment-945163083

Comment:
please fix failing tests

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

* Re: dateutils: update to 0.4.9.
  2021-09-25 10:22 [PR PATCH] dateutils: update to 0.4.9 ailiop-git
  2021-10-17 17:26 ` Piraty
@ 2021-10-17 17:41 ` ailiop-git
  2021-10-17 17:43 ` ailiop-git
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ailiop-git @ 2021-10-17 17:41 UTC (permalink / raw)
  To: ml

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

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/33103#issuecomment-945165369

Comment:
> please fix failing tests

The same exact tests were failing in the previous release:

============================================================================
Testsuite summary for dateutils 0.4.8
============================================================================
# TOTAL: 867
# PASS:  791
# SKIP:  0
# XFAIL: 0
# FAIL:  76
# XPASS: 0
# ERROR: 0

============================================================================                                     
Testsuite summary for dateutils 0.4.9                                                                                                                                                                                             
============================================================================                                                                                                                                                      
# TOTAL: 868                                                                                                                                                                                                                      
# PASS:  792                                                                                                                                                                                                                      
# SKIP:  0                                                                                                                                                                                                                        
# XFAIL: 0                                                                                                                                                                                                                        
# FAIL:  76                                                                                                                                                                                                                       
# XPASS: 0                                                                                                                                                                                                                        
# ERROR: 0                                                   


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

* Re: dateutils: update to 0.4.9.
  2021-09-25 10:22 [PR PATCH] dateutils: update to 0.4.9 ailiop-git
  2021-10-17 17:26 ` Piraty
  2021-10-17 17:41 ` ailiop-git
@ 2021-10-17 17:43 ` ailiop-git
  2021-10-17 18:02 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ailiop-git @ 2021-10-17 17:43 UTC (permalink / raw)
  To: ml

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

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/33103#issuecomment-945165369

Comment:
> please fix failing tests

The same exact tests were failing in the previous release:

```
============================================================================
Testsuite summary for dateutils 0.4.8
============================================================================
# TOTAL: 867
# PASS:  791
# SKIP:  0
# XFAIL: 0
# FAIL:  76
# XPASS: 0
# ERROR: 0

============================================================================                                     
Testsuite summary for dateutils 0.4.9                                                                                                                                                                                             
============================================================================                                                                                                                                                      
# TOTAL: 868                                                                                                                                                                                                                      
# PASS:  792                                                                                                                                                                                                                      
# SKIP:  0                                                                                                                                                                                                                        
# XFAIL: 0                                                                                                                                                                                                                        
# FAIL:  76                                                                                                                                                                                                                       
# XPASS: 0                                                                                                                                                                                                                        
# ERROR: 0         
`                                          

```

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

* Re: [PR PATCH] [Updated] dateutils: update to 0.4.9.
  2021-09-25 10:22 [PR PATCH] dateutils: update to 0.4.9 ailiop-git
                   ` (2 preceding siblings ...)
  2021-10-17 17:43 ` ailiop-git
@ 2021-10-17 18:02 ` ailiop-git
  2021-10-17 18:32 ` ailiop-git
  2021-10-17 22:05 ` [PR PATCH] [Closed]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: ailiop-git @ 2021-10-17 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages dateutils
https://github.com/void-linux/void-packages/pull/33103

dateutils: update to 0.4.9.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33103.patch is attached

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

From 7fa09b29df8ac7db0279f2b695de5e3d6993424d Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 25 Sep 2021 09:57:24 +0000
Subject: [PATCH] dateutils: update to 0.4.9.

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

diff --git a/srcpkgs/dateutils/template b/srcpkgs/dateutils/template
index df3cd26ca6d5..be896705666d 100644
--- a/srcpkgs/dateutils/template
+++ b/srcpkgs/dateutils/template
@@ -1,16 +1,17 @@
 # Template file for 'dateutils'
 pkgname=dateutils
-version=0.4.8
+version=0.4.9
 revision=1
 build_style=gnu-configure
 configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
+checkdepends="tzdata"
 short_desc="Nifty command line date and time utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://www.fresse.org/dateutils/"
 changelog="http://www.fresse.org/dateutils/changelog.html"
 distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/${pkgname}-${version}.tar.xz"
-checksum=3f7054a24cf3e3ea2c32a6b1f7474334c25b54e9c45c96b03f75eaaecc70c100
+checksum=790256d9949b96001fdcc3f7c42226dde4fcc87eb580717c7aabf51a1334c9c3
 
 post_extract() {
 	vsed -i '/sysctl\.h/d' build-aux/yuck.c

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

* Re: dateutils: update to 0.4.9.
  2021-09-25 10:22 [PR PATCH] dateutils: update to 0.4.9 ailiop-git
                   ` (3 preceding siblings ...)
  2021-10-17 18:02 ` [PR PATCH] [Updated] " ailiop-git
@ 2021-10-17 18:32 ` ailiop-git
  2021-10-17 22:05 ` [PR PATCH] [Closed]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: ailiop-git @ 2021-10-17 18:32 UTC (permalink / raw)
  To: ml

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

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/33103#issuecomment-945172946

Comment:
The majority of failures were due to missing tzdata, so checkdepends="tzdata" fixed those.

All the remaining failures are due to the date wrapper setting $SOURCE_DATE_EPOCH. Not sure how to address this one, this needs to be bypassed just for the check phase somehow.


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

* Re: [PR PATCH] [Closed]: dateutils: update to 0.4.9.
  2021-09-25 10:22 [PR PATCH] dateutils: update to 0.4.9 ailiop-git
                   ` (4 preceding siblings ...)
  2021-10-17 18:32 ` ailiop-git
@ 2021-10-17 22:05 ` Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2021-10-17 22:05 UTC (permalink / raw)
  To: ml

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

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

dateutils: update to 0.4.9.
https://github.com/void-linux/void-packages/pull/33103

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 7+ messages in thread

end of thread, other threads:[~2021-10-17 22:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25 10:22 [PR PATCH] dateutils: update to 0.4.9 ailiop-git
2021-10-17 17:26 ` Piraty
2021-10-17 17:41 ` ailiop-git
2021-10-17 17:43 ` ailiop-git
2021-10-17 18:02 ` [PR PATCH] [Updated] " ailiop-git
2021-10-17 18:32 ` ailiop-git
2021-10-17 22:05 ` [PR PATCH] [Closed]: " Piraty

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