Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-dbusmock: update to 0.34.2.
@ 2025-02-10  5:56 oreo639
  2025-02-10  6:03 ` [PR PATCH] [Updated] " oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10  5:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages python3-dbusmock
https://github.com/void-linux/void-packages/pull/54269

python3-dbusmock: update to 0.34.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/54269.patch is attached

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

From a1d9c12e6db9dbed16893af7338b223f5e142424 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 21:55:13 -0800
Subject: [PATCH] python3-dbusmock: update to 0.34.2.

---
 srcpkgs/python3-dbusmock/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index 98ed46059cd2c9..10d82dcddbeda7 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,8 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
-version=0.30.0
-revision=2
-build_style=python3-module
+version=0.34.2
+revision=1
+build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-setuptools_scm"
 depends="python3-dbus python3-gobject"
 checkdepends="${depends} python3-pytest upower bluez NetworkManager
@@ -11,5 +11,5 @@ short_desc="Python3 library to mock D-Bus objects for testing"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/martinpitt/python-dbusmock"
-distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python-dbusmock-${version}.tar.gz"
-checksum=dbb59e715b4d88089caed950edf93c46cb5f022ceae5d8ae37064b73baf956c1
+distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python_dbusmock-${version}.tar.gz"
+checksum=69c3137f15d3397846fd4aeb2e7f41289aa4c7dc2a894502225186d1fcb396ec

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

* Re: [PR PATCH] [Updated] python3-dbusmock: update to 0.34.2.
  2025-02-10  5:56 [PR PATCH] python3-dbusmock: update to 0.34.2 oreo639
@ 2025-02-10  6:03 ` oreo639
  2025-02-10  6:12 ` oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10  6:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages python3-dbusmock
https://github.com/void-linux/void-packages/pull/54269

python3-dbusmock: update to 0.34.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/54269.patch is attached

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

From ecd7cbf72df743c3b672bb0c77cc5ae2e6c752d9 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 21:55:13 -0800
Subject: [PATCH] python3-dbusmock: update to 0.34.2.

---
 srcpkgs/python3-dbusmock/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index 98ed46059cd2c9..fab283ad09448d 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,8 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
-version=0.30.0
-revision=2
-build_style=python3-module
+version=0.34.2
+revision=1
+build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-setuptools_scm"
 depends="python3-dbus python3-gobject"
 checkdepends="${depends} python3-pytest upower bluez NetworkManager
@@ -11,5 +11,6 @@ short_desc="Python3 library to mock D-Bus objects for testing"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/martinpitt/python-dbusmock"
-distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python-dbusmock-${version}.tar.gz"
-checksum=dbb59e715b4d88089caed950edf93c46cb5f022ceae5d8ae37064b73baf956c1
+distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python_dbusmock-${version}.tar.gz"
+checksum=69c3137f15d3397846fd4aeb2e7f41289aa4c7dc2a894502225186d1fcb396ec
+provides="py3:dbus-python"

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

* Re: [PR PATCH] [Updated] python3-dbusmock: update to 0.34.2.
  2025-02-10  5:56 [PR PATCH] python3-dbusmock: update to 0.34.2 oreo639
  2025-02-10  6:03 ` [PR PATCH] [Updated] " oreo639
@ 2025-02-10  6:12 ` oreo639
  2025-02-10  9:03 ` oreo639
  2025-02-10  9:59 ` [PR PATCH] [Merged]: " oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10  6:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages python3-dbusmock
https://github.com/void-linux/void-packages/pull/54269

python3-dbusmock: update to 0.34.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/54269.patch is attached

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

From 2ed18618172bc6d3e57aed8c006b6606bca4192e Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 21:55:13 -0800
Subject: [PATCH 1/2] python3-dbusmock: update to 0.34.2.

---
 srcpkgs/python3-dbusmock/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index 98ed46059cd2c9..10d82dcddbeda7 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,8 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
-version=0.30.0
-revision=2
-build_style=python3-module
+version=0.34.2
+revision=1
+build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-setuptools_scm"
 depends="python3-dbus python3-gobject"
 checkdepends="${depends} python3-pytest upower bluez NetworkManager
@@ -11,5 +11,5 @@ short_desc="Python3 library to mock D-Bus objects for testing"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/martinpitt/python-dbusmock"
-distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python-dbusmock-${version}.tar.gz"
-checksum=dbb59e715b4d88089caed950edf93c46cb5f022ceae5d8ae37064b73baf956c1
+distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python_dbusmock-${version}.tar.gz"
+checksum=69c3137f15d3397846fd4aeb2e7f41289aa4c7dc2a894502225186d1fcb396ec

From 83c7a53cb858f75e310e09a8b2944e4ea5b3f8e6 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 22:12:31 -0800
Subject: [PATCH 2/2] python3-dbus: rebuild for py3 provides

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

diff --git a/srcpkgs/python3-dbus/template b/srcpkgs/python3-dbus/template
index faa4b1dafc0dd6..4671340f041c6c 100644
--- a/srcpkgs/python3-dbus/template
+++ b/srcpkgs/python3-dbus/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-dbus'
 pkgname=python3-dbus
 version=1.3.2
-revision=3
+revision=4
 build_style=gnu-configure
-hostmakedepends="pkg-config python3"
+hostmakedepends="pkg-config python3 python3-packaging-bootstrap"
 makedepends="libglib-devel python3-devel"
 depends="python3 dbus"
 checkdepends="${depends} python3-gobject"

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

* Re: [PR PATCH] [Updated] python3-dbusmock: update to 0.34.2.
  2025-02-10  5:56 [PR PATCH] python3-dbusmock: update to 0.34.2 oreo639
  2025-02-10  6:03 ` [PR PATCH] [Updated] " oreo639
  2025-02-10  6:12 ` oreo639
@ 2025-02-10  9:03 ` oreo639
  2025-02-10  9:59 ` [PR PATCH] [Merged]: " oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10  9:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages python3-dbusmock
https://github.com/void-linux/void-packages/pull/54269

python3-dbusmock: update to 0.34.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/54269.patch is attached

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

From 9fda805f0095cf6acc5128d183bb6130bc4f7340 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 22:12:31 -0800
Subject: [PATCH 1/2] python3-dbus: rebuild for py3 provides

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

diff --git a/srcpkgs/python3-dbus/template b/srcpkgs/python3-dbus/template
index faa4b1dafc0dd6..4671340f041c6c 100644
--- a/srcpkgs/python3-dbus/template
+++ b/srcpkgs/python3-dbus/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-dbus'
 pkgname=python3-dbus
 version=1.3.2
-revision=3
+revision=4
 build_style=gnu-configure
-hostmakedepends="pkg-config python3"
+hostmakedepends="pkg-config python3 python3-packaging-bootstrap"
 makedepends="libglib-devel python3-devel"
 depends="python3 dbus"
 checkdepends="${depends} python3-gobject"

From 4ff3793c27e9c7ef4d5b952c4015f989c633b53e Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 21:55:13 -0800
Subject: [PATCH 2/2] python3-dbusmock: update to 0.34.2.

---
 srcpkgs/python3-dbusmock/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index 98ed46059cd2c9..10d82dcddbeda7 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,8 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
-version=0.30.0
-revision=2
-build_style=python3-module
+version=0.34.2
+revision=1
+build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-setuptools_scm"
 depends="python3-dbus python3-gobject"
 checkdepends="${depends} python3-pytest upower bluez NetworkManager
@@ -11,5 +11,5 @@ short_desc="Python3 library to mock D-Bus objects for testing"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/martinpitt/python-dbusmock"
-distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python-dbusmock-${version}.tar.gz"
-checksum=dbb59e715b4d88089caed950edf93c46cb5f022ceae5d8ae37064b73baf956c1
+distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/dist.python_dbusmock-${version}.tar.gz"
+checksum=69c3137f15d3397846fd4aeb2e7f41289aa4c7dc2a894502225186d1fcb396ec

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

* Re: [PR PATCH] [Merged]: python3-dbusmock: update to 0.34.2.
  2025-02-10  5:56 [PR PATCH] python3-dbusmock: update to 0.34.2 oreo639
                   ` (2 preceding siblings ...)
  2025-02-10  9:03 ` oreo639
@ 2025-02-10  9:59 ` oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10  9:59 UTC (permalink / raw)
  To: ml

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

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

python3-dbusmock: update to 0.34.2.
https://github.com/void-linux/void-packages/pull/54269

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 5+ messages in thread

end of thread, other threads:[~2025-02-10  9:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-10  5:56 [PR PATCH] python3-dbusmock: update to 0.34.2 oreo639
2025-02-10  6:03 ` [PR PATCH] [Updated] " oreo639
2025-02-10  6:12 ` oreo639
2025-02-10  9:03 ` oreo639
2025-02-10  9:59 ` [PR PATCH] [Merged]: " oreo639

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