From cda19856d942e5f216c664d64c71b4759d84c5f95c6f69a8dc67a7e442249de6 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 20 Apr 2023 12:40:55 +0000 Subject: [PATCH] Accepting request 1080773 from devel:languages:perl:autoupdate - updated to 0.57 see /usr/share/doc/packages/perl-Inline-Python/Changes 0.57 Sun Sep 18 13:20:00 CEST 2022 (Stefan Seifert) - Try to detect more object types. - Further tighten the "is it a dict or object" check - Also skip List and Tuple when checking for python object - Unify "is this an object" checks into a macro to fix method calls on strange objects - Define PY_MAJOR_VERSION automatically - Search for and prefer python3 when building - Pass ASCII strings as in Python 3 - Fix segfault on Python 3.10 by calling Py_Initialize() before calling PyBytes_FromString() - Process rss information not supported by Proc::ProcessTable on Windows OBS-URL: https://build.opensuse.org/request/show/1080773 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=20 --- Inline-Python-0.56.5d4b1ff.tar.gz | 3 --- Inline-Python-0.57.tar.gz | 3 +++ perl-Inline-Python.changes | 17 +++++++++++++++++ perl-Inline-Python.spec | 7 +++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 Inline-Python-0.56.5d4b1ff.tar.gz create mode 100644 Inline-Python-0.57.tar.gz diff --git a/Inline-Python-0.56.5d4b1ff.tar.gz b/Inline-Python-0.56.5d4b1ff.tar.gz deleted file mode 100644 index 6490d6f..0000000 --- a/Inline-Python-0.56.5d4b1ff.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9864e6b00a9e295d05403ca01e274ea3e3bff824642248d648a07a15a623d0b9 -size 59572 diff --git a/Inline-Python-0.57.tar.gz b/Inline-Python-0.57.tar.gz new file mode 100644 index 0000000..3c58bb5 --- /dev/null +++ b/Inline-Python-0.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd330eb1e6d183f4247f9e9e598558af461051fd42067b2dcd1854dce51400a1 +size 61279 diff --git a/perl-Inline-Python.changes b/perl-Inline-Python.changes index 51f964d..7751654 100644 --- a/perl-Inline-Python.changes +++ b/perl-Inline-Python.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Apr 20 10:47:40 UTC 2023 - Tina Müller + +- updated to 0.57 + see /usr/share/doc/packages/perl-Inline-Python/Changes + + 0.57 Sun Sep 18 13:20:00 CEST 2022 (Stefan Seifert) + - Try to detect more object types. + - Further tighten the "is it a dict or object" check + - Also skip List and Tuple when checking for python object + - Unify "is this an object" checks into a macro to fix method calls on strange objects + - Define PY_MAJOR_VERSION automatically + - Search for and prefer python3 when building + - Pass ASCII strings as in Python 3 + - Fix segfault on Python 3.10 by calling Py_Initialize() before calling PyBytes_FromString() + - Process rss information not supported by Proc::ProcessTable on Windows + ------------------------------------------------------------------- Thu Jul 14 09:21:11 UTC 2022 - Oliver Kurz diff --git a/perl-Inline-Python.spec b/perl-Inline-Python.spec index 358e695..7e2be3d 100644 --- a/perl-Inline-Python.spec +++ b/perl-Inline-Python.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Inline-Python # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,12 @@ %define cpan_name Inline-Python Name: perl-Inline-Python -Version: 0.56.5d4b1ff +Version: 0.57 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Write Perl subs and classes in Python URL: https://metacpan.org/release/%{cpan_name} -#Source0: https://cpan.metacpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz -Source0: %{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros