Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Inline-Python for 
openSUSE:Factory checked in at 2023-04-20 15:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Inline-Python (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Inline-Python.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Inline-Python"

Thu Apr 20 15:15:02 2023 rev:4 rq:1080866 version:0.57

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Inline-Python/perl-Inline-Python.changes    
2022-07-14 16:35:09.500679850 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Inline-Python.new.2023/perl-Inline-Python.changes
  2023-04-20 15:16:12.434567475 +0200
@@ -1,0 +2,17 @@
+Thu Apr 20 10:47:40 UTC 2023 - Tina Müller <timueller+p...@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
+
+-------------------------------------------------------------------

Old:
----
  Inline-Python-0.56.5d4b1ff.tar.gz

New:
----
  Inline-Python-0.57.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Inline-Python.spec ++++++
--- /var/tmp/diff_new_pack.4UCAiC/_old  2023-04-20 15:16:12.958571030 +0200
+++ /var/tmp/diff_new_pack.4UCAiC/_new  2023-04-20 15:16:12.962571058 +0200
@@ -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

++++++ Inline-Python-0.56.5d4b1ff.tar.gz -> Inline-Python-0.57.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-Python-0.56.5d4b1ff/Changes 
new/Inline-Python-0.57/Changes
--- old/Inline-Python-0.56.5d4b1ff/Changes      2022-07-14 11:18:59.432478323 
+0200
+++ new/Inline-Python-0.57/Changes      2022-09-18 13:13:19.243332831 +0200
@@ -1,5 +1,16 @@
 Revision history for Perl extension Inline::Python.
 
+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
+
 0.56 Fri  Aug 04 15:30:00 CEST 2017 (Stefan Seifert)
        - Fix floating point related test failures on some machines.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-Python-0.56.5d4b1ff/MANIFEST 
new/Inline-Python-0.57/MANIFEST
--- old/Inline-Python-0.56.5d4b1ff/MANIFEST     2022-07-14 11:18:59.432478323 
+0200
+++ new/Inline-Python-0.57/MANIFEST     2022-09-18 13:31:21.065153078 +0200
@@ -47,8 +47,11 @@
 t/33reinit.t
 t/34env.t
 t/35dictunicodememleak.t
+t/36utfstring.t
 t/cmp.t
 TESTED
 ToDo
 util.c
 util.h
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-Python-0.56.5d4b1ff/META.json 
new/Inline-Python-0.57/META.json
--- old/Inline-Python-0.56.5d4b1ff/META.json    1970-01-01 01:00:00.000000000 
+0100
+++ new/Inline-Python-0.57/META.json    2022-09-18 13:31:21.017152956 +0200
@@ -0,0 +1,61 @@
+{
+   "abstract" : "Write Perl subs and classes in Python.",
+   "author" : [
+      "Neil Watkiss <ne...@cpan.org>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter 
version 2.150010",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : 2
+   },
+   "name" : "Inline-Python",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Data::Dumper" : "0",
+            "Digest::MD5" : "2.5",
+            "File::Spec" : "0",
+            "Inline" : "0.46"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Proc::ProcessTable" : "0.53",
+            "Test" : "0",
+            "Test::Deep" : "0",
+            "Test::More" : "0",
+            "Test::Number::Delta" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "url" : "http://github.com/niner/inline-python-pm.git";,
+         "web" : "http://github.com/niner/inline-python-pm";
+      }
+   },
+   "version" : "0.57",
+   "x_serialization_backend" : "JSON::PP version 4.07"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-Python-0.56.5d4b1ff/META.yml 
new/Inline-Python-0.57/META.yml
--- old/Inline-Python-0.56.5d4b1ff/META.yml     1970-01-01 01:00:00.000000000 
+0100
+++ new/Inline-Python-0.57/META.yml     2022-09-18 13:31:20.917152700 +0200
@@ -0,0 +1,33 @@
+---
+abstract: 'Write Perl subs and classes in Python.'
+author:
+  - 'Neil Watkiss <ne...@cpan.org>'
+build_requires:
+  ExtUtils::MakeMaker: '0'
+  Proc::ProcessTable: '0.53'
+  Test: '0'
+  Test::Deep: '0'
+  Test::More: '0'
+  Test::Number::Delta: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 
2.150010'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: Inline-Python
+no_index:
+  directory:
+    - t
+    - inc
+requires:
+  Data::Dumper: '0'
+  Digest::MD5: '2.5'
+  File::Spec: '0'
+  Inline: '0.46'
+resources:
+  repository: http://github.com/niner/inline-python-pm.git
+version: '0.57'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-Python-0.56.5d4b1ff/Python.pm 
new/Inline-Python-0.57/Python.pm
--- old/Inline-Python-0.56.5d4b1ff/Python.pm    2022-07-14 11:18:59.432478323 
+0200
+++ new/Inline-Python-0.57/Python.pm    2022-09-18 13:31:06.765116670 +0200
@@ -6,7 +6,7 @@
 require Exporter;
 our ($VERSION, @ISA, @EXPORT_OK);
 @ISA = qw(Inline DynaLoader Exporter);
-$VERSION = '0.56';
+$VERSION = '0.57';
 @EXPORT_OK = qw(py_eval
                py_new_object
                py_call_method 

Reply via email to