From b5da1a235fbe855c86f8e70d24d916ac5bafcca2b0509b200b20797ddcc89dfa Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 23 Jun 2022 07:10:23 +0000 Subject: [PATCH 1/2] refresh spec file OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=17 --- perl-Inline-Python.changes | 5 +++++ perl-Inline-Python.spec | 11 ++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/perl-Inline-Python.changes b/perl-Inline-Python.changes index 99c3d23..482ffc9 100644 --- a/perl-Inline-Python.changes +++ b/perl-Inline-Python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 23 07:10:16 UTC 2022 - Dirk Stoecker + +- refresh spec file + ------------------------------------------------------------------- Fri Nov 13 20:42:04 UTC 2020 - Oliver Kurz diff --git a/perl-Inline-Python.spec b/perl-Inline-Python.spec index 80e142a..4de62fc 100644 --- a/perl-Inline-Python.spec +++ b/perl-Inline-Python.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Inline-Python # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # +%define cpan_name Inline-Python Name: perl-Inline-Python Version: 0.56 Release: 0 -%define cpan_name Inline-Python -Summary: Write Perl subs and classes in Python License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +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 Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::MD5) >= 2.5 @@ -55,7 +53,7 @@ also gives you instructions on how to use 'perlmodule', the Python package which gives you access to the Perl interpreter. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build export INLINE_PYTHON_EXECUTABLE=/usr/bin/python3 @@ -71,7 +69,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README TESTED ToDo %changelog From a442cd0fada1028fbd02fd68082bb98a207692959e90da9f9b1ad87325554a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 14 Jul 2022 12:54:53 +0000 Subject: [PATCH 2/2] Accepting request 989156 from home:okurz:branches:devel:languages:perl - updated to 0.56.5d4b1ff see /usr/share/doc/packages/perl-Inline-Python/Changes Switch to git commit 5d4b1ff to fix build for Python3.10 OBS-URL: https://build.opensuse.org/request/show/989156 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=18 --- Inline-Python-0.56.5d4b1ff.tar.gz | 3 +++ Inline-Python-0.56.tar.gz | 3 --- perl-Inline-Python.changes | 8 ++++++++ perl-Inline-Python.spec | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 Inline-Python-0.56.5d4b1ff.tar.gz delete mode 100644 Inline-Python-0.56.tar.gz diff --git a/Inline-Python-0.56.5d4b1ff.tar.gz b/Inline-Python-0.56.5d4b1ff.tar.gz new file mode 100644 index 0000000..6490d6f --- /dev/null +++ b/Inline-Python-0.56.5d4b1ff.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9864e6b00a9e295d05403ca01e274ea3e3bff824642248d648a07a15a623d0b9 +size 59572 diff --git a/Inline-Python-0.56.tar.gz b/Inline-Python-0.56.tar.gz deleted file mode 100644 index 6d118c9..0000000 --- a/Inline-Python-0.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae2c437f367160ecfd6f8d6c6fe027ea6754feaa27648971c4a74e7fe934d95f -size 58224 diff --git a/perl-Inline-Python.changes b/perl-Inline-Python.changes index 482ffc9..51f964d 100644 --- a/perl-Inline-Python.changes +++ b/perl-Inline-Python.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 14 09:21:11 UTC 2022 - Oliver Kurz + +- updated to 0.56.5d4b1ff + see /usr/share/doc/packages/perl-Inline-Python/Changes + + Switch to git commit 5d4b1ff to fix build for Python3.10 + ------------------------------------------------------------------- Thu Jun 23 07:10:16 UTC 2022 - Dirk Stoecker diff --git a/perl-Inline-Python.spec b/perl-Inline-Python.spec index 4de62fc..358e695 100644 --- a/perl-Inline-Python.spec +++ b/perl-Inline-Python.spec @@ -18,12 +18,13 @@ %define cpan_name Inline-Python Name: perl-Inline-Python -Version: 0.56 +Version: 0.56.5d4b1ff 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: https://cpan.metacpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz +Source0: %{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros