Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] udiskie: update to 2.4.2.
@ 2022-08-17 15:15 icp1994
  2022-08-17 15:32 ` icp1994
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2022-08-17 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages udiskie
https://github.com/void-linux/void-packages/pull/38737

udiskie: update to 2.4.2.
#### 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/38737.patch is attached

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

From 26e1e9abf536c7bb283c0f3ac321b090e55569ab Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 17 Aug 2022 20:43:10 +0530
Subject: [PATCH] udiskie: update to 2.4.2.

---
 srcpkgs/udiskie/template | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index cbb155e0a524..19b5149f1446 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,18 +1,26 @@
 # Template file for 'udiskie'
 pkgname=udiskie
-version=2.2.0
-revision=4
+version=2.4.2
+revision=1
 build_style=python3-module
-hostmakedepends="gettext python3-setuptools python3-gobject"
+hostmakedepends="gettext asciidoc python3-setuptools"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
- python3-yaml udisks2"
+ python3-yaml udisks2 gir-freedesktop libappindicator"
+checkdepends="${depends} python3-pytest-xdist"
 short_desc="Removable disk automounter using udisks"
 maintainer="Matthias Fulz <mfulz@olznet.de>"
 license="MIT"
 homepage="https://github.com/coldfix/udiskie"
-distfiles="https://github.com/coldfix/udiskie/archive/${version}.tar.gz"
-checksum=1041bdf33e64371a68fe40ff242a7010244f4e90021cdd1435fd62ad1c5fcc50
+changelog="https://raw.githubusercontent.com/coldfix/udiskie/master/CHANGES.rst"
+distfiles="https://github.com/coldfix/udiskie/archive/refs/tags/v${version}.tar.gz"
+checksum=b1341f124f3397e6d64cc619e456b8362e5951055622e05667cc58bc46bdd9b4
+
+post_build() {
+	make -C doc
+}
 
 post_install() {
 	vlicense COPYING
+	vman doc/udiskie.8
+	vsconf example/config.yml
 }

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

* Re: udiskie: update to 2.4.2.
  2022-08-17 15:15 [PR PATCH] udiskie: update to 2.4.2 icp1994
@ 2022-08-17 15:32 ` icp1994
  2022-08-18  2:53 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2022-08-17 15:32 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38737#issuecomment-1218169754

Comment:
Don't know how to deal with the 'Operation not permitted' errors in CI. Everything passes locally, even on a separate musl masterdir.

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

* Re: udiskie: update to 2.4.2.
  2022-08-17 15:15 [PR PATCH] udiskie: update to 2.4.2 icp1994
  2022-08-17 15:32 ` icp1994
@ 2022-08-18  2:53 ` classabbyamp
  2022-08-18 13:07 ` icp1994
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-18  2:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38737#issuecomment-1218968922

Comment:
i think this is a case for ci-skip. it appears the error is coming from keyutils, which is for doing in-kernel keyring stuff. my guess is either root doesn't get to do that, or the container/vm that gh actions is using doesn't allow it

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

* Re: udiskie: update to 2.4.2.
  2022-08-17 15:15 [PR PATCH] udiskie: update to 2.4.2 icp1994
  2022-08-17 15:32 ` icp1994
  2022-08-18  2:53 ` classabbyamp
@ 2022-08-18 13:07 ` icp1994
  2022-08-18 13:08 ` [PR PATCH] [Updated] " icp1994
  2022-08-18 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2022-08-18 13:07 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38737#issuecomment-1219471785

Comment:
After some searching it appears as you said there are issues with [keyrings in containers](https://github.com/jaraco/keyring/issues/477). I'll add `ci-skip` for now.

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

* Re: [PR PATCH] [Updated] udiskie: update to 2.4.2.
  2022-08-17 15:15 [PR PATCH] udiskie: update to 2.4.2 icp1994
                   ` (2 preceding siblings ...)
  2022-08-18 13:07 ` icp1994
@ 2022-08-18 13:08 ` icp1994
  2022-08-18 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2022-08-18 13:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages udiskie
https://github.com/void-linux/void-packages/pull/38737

udiskie: update to 2.4.2.
#### 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/38737.patch is attached

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

From fa668588a44d1f84e338656adbfd8b91462b86a4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 17 Aug 2022 20:43:10 +0530
Subject: [PATCH] udiskie: update to 2.4.2.

---
 srcpkgs/udiskie/template | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index cbb155e0a524..27f9543795d9 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,18 +1,27 @@
 # Template file for 'udiskie'
 pkgname=udiskie
-version=2.2.0
-revision=4
+version=2.4.2
+revision=1
 build_style=python3-module
-hostmakedepends="gettext python3-setuptools python3-gobject"
+hostmakedepends="gettext asciidoc python3-setuptools"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
  python3-yaml udisks2"
+checkdepends="${depends} python3-pytest-xdist"
 short_desc="Removable disk automounter using udisks"
 maintainer="Matthias Fulz <mfulz@olznet.de>"
 license="MIT"
 homepage="https://github.com/coldfix/udiskie"
-distfiles="https://github.com/coldfix/udiskie/archive/${version}.tar.gz"
-checksum=1041bdf33e64371a68fe40ff242a7010244f4e90021cdd1435fd62ad1c5fcc50
+changelog="https://raw.githubusercontent.com/coldfix/udiskie/master/CHANGES.rst"
+distfiles="https://github.com/coldfix/udiskie/archive/refs/tags/v${version}.tar.gz"
+checksum=b1341f124f3397e6d64cc619e456b8362e5951055622e05667cc58bc46bdd9b4
+make_check=ci-skip # privilege issue with keyring in container
+
+post_build() {
+	make -C doc
+}
 
 post_install() {
 	vlicense COPYING
+	vman doc/udiskie.8
+	vsconf example/config.yml
 }

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

* Re: [PR PATCH] [Merged]: udiskie: update to 2.4.2.
  2022-08-17 15:15 [PR PATCH] udiskie: update to 2.4.2 icp1994
                   ` (3 preceding siblings ...)
  2022-08-18 13:08 ` [PR PATCH] [Updated] " icp1994
@ 2022-08-18 17:41 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-18 17:41 UTC (permalink / raw)
  To: ml

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

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

udiskie: update to 2.4.2.
https://github.com/void-linux/void-packages/pull/38737

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] 6+ messages in thread

end of thread, other threads:[~2022-08-18 17:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17 15:15 [PR PATCH] udiskie: update to 2.4.2 icp1994
2022-08-17 15:32 ` icp1994
2022-08-18  2:53 ` classabbyamp
2022-08-18 13:07 ` icp1994
2022-08-18 13:08 ` [PR PATCH] [Updated] " icp1994
2022-08-18 17:41 ` [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).