8
0

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:
2023-04-20 12:40:55 +00:00
committed by Git OBS Bridge
parent a442cd0fad
commit cda19856d9
4 changed files with 23 additions and 7 deletions

View File

@@ -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>