Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] udiskie: update to 2.5.0.
@ 2023-10-05 21:13 icp1994
  2023-10-10  5:56 ` [PR PATCH] [Updated] " icp1994
  2023-10-11  7:59 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-10-05 21:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 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/46455

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

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

From 65c99aea45234983eaabdfb128cc95609ed2d978 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 4 Oct 2023 16:13:13 +0530
Subject: [PATCH] udiskie: update to 2.5.0.

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

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index a9a9233f77d2d..bf4b90de2a993 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,7 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
-version=2.4.2
-revision=2
+version=2.5.0
+revision=1
 build_style=python3-module
 hostmakedepends="gettext asciidoc python3-setuptools"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/coldfix/udiskie"
 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
+checksum=0ed83aa60dbb1b6e1cbadaf60de61530cb28741c02fef23c3d2f6749a06d0f2c
 make_check=ci-skip # privilege issue with keyring in container
 
 post_build() {

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

* Re: [PR PATCH] [Updated] udiskie: update to 2.5.0.
  2023-10-05 21:13 [PR PATCH] udiskie: update to 2.5.0 icp1994
@ 2023-10-10  5:56 ` icp1994
  2023-10-11  7:59 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-10-10  5:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 477 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/46455

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

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

From 85ebd8a432a4ab2d7a94103b93303187fda2cda8 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 4 Oct 2023 16:13:13 +0530
Subject: [PATCH] udiskie: update to 2.5.0.

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

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index a5291e1a32c6f..bf4b90de2a993 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,7 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
-version=2.4.2
-revision=3
+version=2.5.0
+revision=1
 build_style=python3-module
 hostmakedepends="gettext asciidoc python3-setuptools"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/coldfix/udiskie"
 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
+checksum=0ed83aa60dbb1b6e1cbadaf60de61530cb28741c02fef23c3d2f6749a06d0f2c
 make_check=ci-skip # privilege issue with keyring in container
 
 post_build() {

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

* Re: [PR PATCH] [Merged]: udiskie: update to 2.5.0.
  2023-10-05 21:13 [PR PATCH] udiskie: update to 2.5.0 icp1994
  2023-10-10  5:56 ` [PR PATCH] [Updated] " icp1994
@ 2023-10-11  7:59 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-11  7:59 UTC (permalink / raw)
  To: ml

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

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

udiskie: update to 2.5.0.
https://github.com/void-linux/void-packages/pull/46455

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

end of thread, other threads:[~2023-10-11  7:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 21:13 [PR PATCH] udiskie: update to 2.5.0 icp1994
2023-10-10  5:56 ` [PR PATCH] [Updated] " icp1994
2023-10-11  7:59 ` [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).