From 4830c45cbab434ef4de412f12bc363b911273b9f2ad31906314304784239a882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 4 Feb 2025 14:18:40 +0000 Subject: [PATCH] Accepting request 1243092 from home:glaubitz:branches:devel:languages:python - Update to 0.1.5 * Add `application/vnd.microsoft.portable-executable` to supported MIME types * Bump minimum supported Python version to 3.8 * Add pdoc3 config, for autogenerated API docs - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions OBS-URL: https://build.opensuse.org/request/show/1243092 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icoextract?expand=0&rev=8 --- icoextract-0.1.4.tar.gz | 3 --- icoextract-0.1.5.tar.gz | 3 +++ python-icoextract.changes | 11 +++++++++++ python-icoextract.spec | 9 ++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 icoextract-0.1.4.tar.gz create mode 100644 icoextract-0.1.5.tar.gz diff --git a/icoextract-0.1.4.tar.gz b/icoextract-0.1.4.tar.gz deleted file mode 100644 index ed57053..0000000 --- a/icoextract-0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d84a6191c02326bdf6f7689184540aba5b683b9c626ed832ff20c426f2d6746 -size 46660 diff --git a/icoextract-0.1.5.tar.gz b/icoextract-0.1.5.tar.gz new file mode 100644 index 0000000..a4c4b6e --- /dev/null +++ b/icoextract-0.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eddf003b2188a1c81805836fd7bd9b157c6ed16d0db1b51121f2bb8bee1963a +size 47625 diff --git a/python-icoextract.changes b/python-icoextract.changes index 29bc5af..8dfd04f 100644 --- a/python-icoextract.changes +++ b/python-icoextract.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 4 11:57:22 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.1.5 + * Add `application/vnd.microsoft.portable-executable` to supported MIME types + * Bump minimum supported Python version to 3.8 + * Add pdoc3 config, for autogenerated API docs +- Switch package to modern Python Stack on SLE-15 + * Use Python 3.11 on SLE-15 by default + * Drop support for older Python versions + ------------------------------------------------------------------- Thu Sep 29 02:27:52 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-icoextract.spec b/python-icoextract.spec index b3f1e0b..1898497 100644 --- a/python-icoextract.spec +++ b/python-icoextract.spec @@ -1,7 +1,7 @@ # # spec file for package python-icoextract # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-icoextract -Version: 0.1.4 +Version: 0.1.5 Release: 0 Summary: Extract icons from Windows PE files (.exe/.dll) License: MIT @@ -43,7 +42,7 @@ BuildRequires: pkgconfig BuildRequires: python-rpm-macros Requires: python-pefile Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Suggests: python-Pillow BuildArch: noarch %python_subpackages