8
0

Accepting request 1281904 from devel:languages:perl:autoupdate

- updated to 0.580.0 (0.58)
   see /usr/share/doc/packages/perl-Inline-Python/Changes
  0.58 Wed  May 14 14:17:00 CEST 2025 (Stefan Seifert)
          - Fix compilation with Python 3.13 (Mattias Ellert)
          - Fix compiler warnings (Mattias Ellert)
          - Improve compatibility with strict(er) C99 compilers (Florian Weimer)
          - Fix Makefile logic (Mattias Ellert)
          - Fix build on Windows (Yaribz)

OBS-URL: https://build.opensuse.org/request/show/1281904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=24
This commit is contained in:
2025-06-02 15:50:26 +00:00
committed by Git OBS Bridge
parent 0c80b4db41
commit 982137cf0c
4 changed files with 31 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd330eb1e6d183f4247f9e9e598558af461051fd42067b2dcd1854dce51400a1
size 61279

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0ee2d2588709f6554804a9c1ae2cad0feebe23bc237fb2ec25578ffc1618c07
size 63364

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu May 15 05:36:11 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.580.0 (0.58)
see /usr/share/doc/packages/perl-Inline-Python/Changes
0.58 Wed May 14 14:17:00 CEST 2025 (Stefan Seifert)
- Fix compilation with Python 3.13 (Mattias Ellert)
- Fix compiler warnings (Mattias Ellert)
- Improve compatibility with strict(er) C99 compilers (Florian Weimer)
- Fix Makefile logic (Mattias Ellert)
- Fix build on Windows (Yaribz)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 18 09:05:08 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de> Wed Dec 18 09:05:08 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Inline-Python # spec file for package perl-Inline-Python
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 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,23 +18,31 @@
%define cpan_name Inline-Python %define cpan_name Inline-Python
Name: perl-Inline-Python Name: perl-Inline-Python
Version: 0.57 Version: 0.580.0
Release: 0 Release: 0
# 0.58 -> normalize -> 0.580.0
%define cpan_version 0.58
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}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Patch0: initperl_prototype.diff Patch0: initperl_prototype.diff
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Digest::MD5) >= 2.5 BuildRequires: perl(Digest::MD5) >= 2.5
BuildRequires: perl(Inline) >= 0.46 BuildRequires: perl(Inline) >= 0.460
BuildRequires: perl(Proc::ProcessTable) >= 0.53 BuildRequires: perl(Proc::ProcessTable) >= 0.530
BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Number::Delta) BuildRequires: perl(Test::Number::Delta)
Requires: perl(Digest::MD5) >= 2.5 Requires: perl(Digest::MD5) >= 2.5
Requires: perl(Inline) >= 0.46 Requires: perl(Inline) >= 0.460
Provides: perl(Inline::Python) = %{version}
Provides: perl(Inline::Python::Boolean)
Provides: perl(Inline::Python::Function)
Provides: perl(Inline::Python::Object)
Provides: perl(Inline::Python::Object::Data)
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
BuildRequires: python3-devel BuildRequires: python3-devel
@@ -55,7 +63,7 @@ also gives you instructions on how to use 'perlmodule', the Python package
which gives you access to the Perl interpreter. which gives you access to the Perl interpreter.
%prep %prep
%autosetup -n %{cpan_name}-%{version} -p1 %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
export INLINE_PYTHON_EXECUTABLE=/usr/bin/python3 export INLINE_PYTHON_EXECUTABLE=/usr/bin/python3