Update to py-sabctools-9.4.0

Changes:
https://github.com/sabnzbd/sabctools/compare/v8.2.6...v9.4.0
This commit is contained in:
bket
2026-05-06 13:31:37 +00:00
parent f55321891b
commit 61c5bb42b0
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ BROKEN-riscv64 = needs riscv_vector.h
COMMENT = C implementations of functions for use within SABnzbd
MODPY_DISTV = 8.2.6
MODPY_DISTV = 9.4.0
EPOCH = 0
DISTNAME = sabctools-${MODPY_DISTV}
PKGNAME = py-sabctools-${MODPY_DISTV}
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (sabctools-8.2.6.tar.gz) = olZSIjfP2E1tkCG8WzEZfrBJuDEp3PZyFFE5LJODEZE=
SIZE (sabctools-8.2.6.tar.gz) = 256747
SHA256 (sabctools-9.4.0.tar.gz) = JkRRtZnzp83dMKXiuqOXaTm8UOpkkhmjH2ysS8TY0DI=
SIZE (sabctools-9.4.0.tar.gz) = 272035
+3 -3
View File
@@ -1,8 +1,8 @@
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -98,7 +98,7 @@ class SABCToolsBuild(build_ext):
cflags = ["/O2", "/GS-", "/Gy", "/sdl-", "/Oy", "/Oi"]
@@ -107,7 +107,7 @@ class SABCToolsBuild(build_ext):
log.info("==> C++17 flag not available")
else:
# TODO: consider -flto - may require some extra testing
- ldflags = ["-ldl"] # for dlopen
@@ -10,7 +10,7 @@ Index: setup.py
cflags = [
"-Wall",
"-Wextra",
@@ -106,7 +106,6 @@ class SABCToolsBuild(build_ext):
@@ -115,7 +115,6 @@ class SABCToolsBuild(build_ext):
"-fomit-frame-pointer",
"-fno-rtti",
"-fno-exceptions",