Skip to content

Commit

Permalink
Merge pull request #3692 from citrus-it/pkgpython311r48
Browse files Browse the repository at this point in the history
python and expat update (r151048)
  • Loading branch information
hadfl committed Sep 10, 2024
2 parents 50e7523 + 6d02a69 commit 97a5ddb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 21 deletions.
4 changes: 2 additions & 2 deletions build/expat/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# }}}
#
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=expat
VER=2.5.0
VER=2.6.3
PKG=library/expat
SUMMARY="XML parser library"
DESC="Fast streaming XML parser written in C"
Expand Down
12 changes: 0 additions & 12 deletions build/expat/patches/manpage.patch

This file was deleted.

4 changes: 2 additions & 2 deletions build/expat/patches/no_link_libm.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -wpruN '--exclude=*.orig' a~/m4/libtool.m4 a/m4/libtool.m4
diff -wpruN --no-dereference '--exclude=*.orig' a~/m4/libtool.m4 a/m4/libtool.m4
--- a~/m4/libtool.m4 1970-01-01 00:00:00
+++ a/m4/libtool.m4 1970-01-01 00:00:00
@@ -3887,7 +3887,7 @@ case $host in
@@ -3882,7 +3882,7 @@ case $host in
AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
;;
*)
Expand Down
1 change: 0 additions & 1 deletion build/expat/patches/series
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
manpage.patch
no_link_libm.patch
2 changes: 1 addition & 1 deletion build/python311/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=Python
VER=3.11.9
VER=3.11.10
PKG=runtime/python-311
MVER=${VER%.*}
SUMMARY="$PROG $MVER"
Expand Down
4 changes: 2 additions & 2 deletions build/python311/patches/mod-posix-sched_priority.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ However, -1 alongside EINVAL represents an error.
diff -wpruN --no-dereference '--exclude=*.orig' a~/Modules/posixmodule.c a/Modules/posixmodule.c
--- a~/Modules/posixmodule.c 1970-01-01 00:00:00
+++ a/Modules/posixmodule.c 1970-01-01 00:00:00
@@ -6901,7 +6901,11 @@ os_sched_get_priority_max_impl(PyObject
@@ -6939,7 +6939,11 @@ os_sched_get_priority_max_impl(PyObject
int max;

max = sched_get_priority_max(policy);
Expand All @@ -19,7 +19,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/Modules/posixmodule.c a/Modul
return posix_error();
return PyLong_FromLong(max);
}
@@ -6920,7 +6924,11 @@ os_sched_get_priority_min_impl(PyObject
@@ -6958,7 +6962,11 @@ os_sched_get_priority_min_impl(PyObject
/*[clinic end generated code: output=7595c1138cc47a6d input=21bc8fa0d70983bf]*/
{
int min = sched_get_priority_min(policy);
Expand Down
2 changes: 1 addition & 1 deletion build/python311/patches/test-tarfile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Convert both timestamps to integer before comparing.
diff -wpruN --no-dereference '--exclude=*.orig' a~/Lib/test/test_tarfile.py a/Lib/test/test_tarfile.py
--- a~/Lib/test/test_tarfile.py 1970-01-01 00:00:00
+++ a/Lib/test/test_tarfile.py 1970-01-01 00:00:00
@@ -3091,7 +3091,7 @@ class NoneInfoExtractTests(ReadTest):
@@ -3133,7 +3133,7 @@ class NoneInfoExtractTests(ReadTest):
if not path.is_symlink():
raise
else:
Expand Down

0 comments on commit 97a5ddb

Please sign in to comment.