forked from pool/perl-Inline-Python
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 <class 'str'> 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9864e6b00a9e295d05403ca01e274ea3e3bff824642248d648a07a15a623d0b9
|
|
||||||
size 59572
|
|
3
Inline-Python-0.57.tar.gz
Normal file
3
Inline-Python-0.57.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd330eb1e6d183f4247f9e9e598558af461051fd42067b2dcd1854dce51400a1
|
||||||
|
size 61279
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 20 10:47:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <class 'str'> 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 <okurz@suse.com>
|
Thu Jul 14 09:21:11 UTC 2022 - Oliver Kurz <okurz@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Inline-Python
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,13 +18,12 @@
|
|||||||
|
|
||||||
%define cpan_name Inline-Python
|
%define cpan_name Inline-Python
|
||||||
Name: perl-Inline-Python
|
Name: perl-Inline-Python
|
||||||
Version: 0.56.5d4b1ff
|
Version: 0.57
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Write Perl subs and classes in Python
|
Summary: Write Perl subs and classes in Python
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
#Source0: https://cpan.metacpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz
|
||||||
Source0: %{cpan_name}-%{version}.tar.gz
|
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Reference in New Issue
Block a user