Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libsigrokdecode: fix for python 3.12
@ 2023-11-06 12:37 Uks2
  2023-11-13  5:56 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: Uks2 @ 2023-11-06 12:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Uks2/void-packages master
https://github.com/void-linux/void-packages/pull/47086

libsigrokdecode: fix for python 3.12
#### 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-musl)


A patch file from https://github.com/void-linux/void-packages/pull/47086.patch is attached

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

From 59a36df78c5e991504cc925de0cfbfeb52d2641e Mon Sep 17 00:00:00 2001
From: Tom Greig <tom@tomg.xyz>
Date: Mon, 6 Nov 2023 12:31:19 +0000
Subject: [PATCH] libsigrokdecode: fix for python 3.12

---
 srcpkgs/libsigrokdecode/patches/python-3.10.patch | 2 +-
 srcpkgs/libsigrokdecode/template                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libsigrokdecode/patches/python-3.10.patch b/srcpkgs/libsigrokdecode/patches/python-3.10.patch
index db4fe4561aeb1..7579efc085956 100644
--- a/srcpkgs/libsigrokdecode/patches/python-3.10.patch
+++ b/srcpkgs/libsigrokdecode/patches/python-3.10.patch
@@ -7,7 +7,7 @@ Index: libsigrokdecode-0.5.3/configure.ac
  # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
  SR_PKG_CHECK([python3], [SRD_PKGLIBS],
 -	[python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2])
-+	[python-3.11-embed], [python-3.10-embed], [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2])
++	[python-3.12-embed], [python-3.11-embed], [python-3.10-embed], [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2])
  AS_IF([test "x$sr_have_python3" = xno],
  	[AC_MSG_ERROR([Cannot find Python 3 development headers.])])
  
diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 9cd1cad804dd6..2376bca73b9a4 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=9
+revision=10
 build_style=gnu-configure
 hostmakedepends="pkg-config python3 autoconf automake"
 makedepends="glib-devel python3-devel"

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

* Re: [PR PATCH] [Merged]: libsigrokdecode: fix for python 3.12
  2023-11-06 12:37 [PR PATCH] libsigrokdecode: fix for python 3.12 Uks2
@ 2023-11-13  5:56 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-11-13  5:56 UTC (permalink / raw)
  To: ml

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

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

libsigrokdecode: fix for python 3.12
https://github.com/void-linux/void-packages/pull/47086

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


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

end of thread, other threads:[~2023-11-13  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-06 12:37 [PR PATCH] libsigrokdecode: fix for python 3.12 Uks2
2023-11-13  5:56 ` [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).