From 1078857f21284a0699e1789bd9ab2ac03e0f098c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Apr 2026 11:29:25 +0200 Subject: update to 1.0.11 --- PHPINFO | 2 +- REFLECTION | 13 +++++++++++-- php-pecl-phpy.spec | 5 ++++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index ca4c08a..fb7aee5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,5 +5,5 @@ phpy support => enabled Copyright => 上海识沃网络科技有限公司 Email => service@swoole.com Website => https://www.swoole.com/ -Extension Version => 1.0.10 +Extension Version => 1.0.11 Python Version => 3.13.2 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] diff --git a/REFLECTION b/REFLECTION index 7b91db5..685431b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #97 phpy version 1.0.10 ] { +Extension [ extension #98 phpy version 1.0.11 ] { - Classes [13] { Class [ class PyCore ] { @@ -9,7 +9,7 @@ Extension [ extension #97 phpy version 1.0.10 ] { - Static properties [0] { } - - Static methods [12] { + - Static methods [13] { Method [ static public method import ] { - Parameters [1] { @@ -99,6 +99,15 @@ Extension [ extension #97 phpy version 1.0.10 ] { - Return [ void ] } + Method [ static public method raise ] { + + - Parameters [2] { + Parameter #0 [ PyObject $type ] + Parameter #1 [ mixed $value = null ] + } + - Return [ void ] + } + Method [ static public method __callStatic ] { - Parameters [2] { diff --git a/php-pecl-phpy.spec b/php-pecl-phpy.spec index 64b5004..cddcb3f 100644 --- a/php-pecl-phpy.spec +++ b/php-pecl-phpy.spec @@ -17,7 +17,7 @@ Summary: An extension for inter-calling Python and PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.10 +Version: 1.0.11 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -164,6 +164,9 @@ cd %{sources} %changelog +* Thu Mar 6 2025 Remi Collet - 1.0.11-1 +- update to 1.0.11 + * Wed Feb 26 2025 Remi Collet - 1.0.10-1 - update to 1.0.10 - re-license spec file to CECILL-2.1 -- cgit