Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] khal: update to 0.10.4.
@ 2021-08-02  6:11 kkga
  2021-08-03  3:25 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: kkga @ 2021-08-02  6:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-khal
https://github.com/void-linux/void-packages/pull/32292

khal: update to 0.10.4.
<!-- 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?
- [x] 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/32292.patch is attached

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

From 40ab3bc47fb7736044ac4e6ba8dd1da45a26a522 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 2 Aug 2021 09:09:50 +0300
Subject: [PATCH] khal: update to 0.10.4.

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

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index 00e615ba7c78..14bab745b8b5 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,6 +1,6 @@
 # Template file for 'khal'
 pkgname=khal
-version=0.10.3
+version=0.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ maintainer="Anachron <gith@cron.world>"
 license="MIT"
 homepage="http://lostpackets.de/khal/"
 distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
-checksum=2fdd8fc14fe597e5a7d6e9c63c7868d960b4ed021b563c684a71f07090eda432
+checksum=3fdb980a9a61c0206d7a82b16f77b408a4f341a2b866b9c9fcf6a641850d129f
 
 pre_build() {
 	vsed -i setup.py \

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

* Re: khal: update to 0.10.4.
  2021-08-02  6:11 [PR PATCH] khal: update to 0.10.4 kkga
@ 2021-08-03  3:25 ` ericonr
  2021-08-03  6:07 ` [PR PATCH] [Updated] " kkga
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-08-03  3:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32292#issuecomment-891489731

Comment:
Probably add `make_check=ci-skip` for tests? Or just skip the ones that fail due to being root.

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

* Re: [PR PATCH] [Updated] khal: update to 0.10.4.
  2021-08-02  6:11 [PR PATCH] khal: update to 0.10.4 kkga
  2021-08-03  3:25 ` ericonr
@ 2021-08-03  6:07 ` kkga
  2021-08-03 17:51 ` ericonr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kkga @ 2021-08-03  6:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-khal
https://github.com/void-linux/void-packages/pull/32292

khal: update to 0.10.4.
<!-- 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?
- [x] 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/32292.patch is attached

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

From d1414b984e7da524d6650864bfd216d0c4539260 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 2 Aug 2021 09:09:50 +0300
Subject: [PATCH] khal: update to 0.10.4.

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

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index 00e615ba7c78..37c3a880b2a5 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,6 +1,6 @@
 # Template file for 'khal'
 pkgname=khal
-version=0.10.3
+version=0.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,8 @@ maintainer="Anachron <gith@cron.world>"
 license="MIT"
 homepage="http://lostpackets.de/khal/"
 distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
-checksum=2fdd8fc14fe597e5a7d6e9c63c7868d960b4ed021b563c684a71f07090eda432
+checksum=3fdb980a9a61c0206d7a82b16f77b408a4f341a2b866b9c9fcf6a641850d129f
+make_check=ci-skip
 
 pre_build() {
 	vsed -i setup.py \

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

* Re: khal: update to 0.10.4.
  2021-08-02  6:11 [PR PATCH] khal: update to 0.10.4 kkga
  2021-08-03  3:25 ` ericonr
  2021-08-03  6:07 ` [PR PATCH] [Updated] " kkga
@ 2021-08-03 17:51 ` ericonr
  2021-08-03 18:07 ` Anachron
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-08-03 17:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32292#issuecomment-892042678

Comment:
@Anachron ok?

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

* Re: khal: update to 0.10.4.
  2021-08-02  6:11 [PR PATCH] khal: update to 0.10.4 kkga
                   ` (2 preceding siblings ...)
  2021-08-03 17:51 ` ericonr
@ 2021-08-03 18:07 ` Anachron
  2021-08-03 18:16 ` ericonr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Anachron @ 2021-08-03 18:07 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/32292#issuecomment-892053460

Comment:
Why was I tagged here? I mean I use khal but other than that...

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

* Re: khal: update to 0.10.4.
  2021-08-02  6:11 [PR PATCH] khal: update to 0.10.4 kkga
                   ` (3 preceding siblings ...)
  2021-08-03 18:07 ` Anachron
@ 2021-08-03 18:16 ` ericonr
  2021-08-03 19:44 ` Anachron
  2021-08-03 20:08 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-08-03 18:16 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32292#issuecomment-892060285

Comment:
It's your name in the template :p

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

* Re: khal: update to 0.10.4.
  2021-08-02  6:11 [PR PATCH] khal: update to 0.10.4 kkga
                   ` (4 preceding siblings ...)
  2021-08-03 18:16 ` ericonr
@ 2021-08-03 19:44 ` Anachron
  2021-08-03 20:08 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: Anachron @ 2021-08-03 19:44 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/32292#issuecomment-892115848

Comment:
Oh right, I really need some sleep ...
Sure, go ahead, fine with me. 

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

* Re: [PR PATCH] [Merged]: khal: update to 0.10.4.
  2021-08-02  6:11 [PR PATCH] khal: update to 0.10.4 kkga
                   ` (5 preceding siblings ...)
  2021-08-03 19:44 ` Anachron
@ 2021-08-03 20:08 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-08-03 20:08 UTC (permalink / raw)
  To: ml

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

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

khal: update to 0.10.4.
https://github.com/void-linux/void-packages/pull/32292

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?
- [x] 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] 8+ messages in thread

end of thread, other threads:[~2021-08-03 20:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02  6:11 [PR PATCH] khal: update to 0.10.4 kkga
2021-08-03  3:25 ` ericonr
2021-08-03  6:07 ` [PR PATCH] [Updated] " kkga
2021-08-03 17:51 ` ericonr
2021-08-03 18:07 ` Anachron
2021-08-03 18:16 ` ericonr
2021-08-03 19:44 ` Anachron
2021-08-03 20:08 ` [PR PATCH] [Merged]: " ericonr

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