From 0c11874749f0492986dda3243999cf0e8b885bbdbbd118cf1d671a8bc4506d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:20:24 +0000 Subject: [PATCH] Accepting request 1006803 from home:yarunachalam:branches:devel:languages:python - Update to icoextract 0.1.4 (2022-08-08) IconExtractor: support raw bytes as input, in addition to a filename Refresh function descriptions OBS-URL: https://build.opensuse.org/request/show/1006803 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icoextract?expand=0&rev=6 --- icoextract-0.1.3.tar.gz | 3 --- icoextract-0.1.4.tar.gz | 3 +++ python-icoextract.changes | 7 +++++++ python-icoextract.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 icoextract-0.1.3.tar.gz create mode 100644 icoextract-0.1.4.tar.gz diff --git a/icoextract-0.1.3.tar.gz b/icoextract-0.1.3.tar.gz deleted file mode 100644 index 51ec697..0000000 --- a/icoextract-0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca2450e716b6c65cf695c1b480e5503b8103b10ed8de5110eac0778fbc502117 -size 46447 diff --git a/icoextract-0.1.4.tar.gz b/icoextract-0.1.4.tar.gz new file mode 100644 index 0000000..ed57053 --- /dev/null +++ b/icoextract-0.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d84a6191c02326bdf6f7689184540aba5b683b9c626ed832ff20c426f2d6746 +size 46660 diff --git a/python-icoextract.changes b/python-icoextract.changes index 6a3a060..29bc5af 100644 --- a/python-icoextract.changes +++ b/python-icoextract.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 29 02:27:52 UTC 2022 - Yogalakshmi Arunachalam + +- Update to icoextract 0.1.4 (2022-08-08) + IconExtractor: support raw bytes as input, in addition to a filename + Refresh function descriptions + ------------------------------------------------------------------- Tue Aug 30 09:23:40 UTC 2022 - Dominique Leuenberger diff --git a/python-icoextract.spec b/python-icoextract.spec index 6292a11..b3f1e0b 100644 --- a/python-icoextract.spec +++ b/python-icoextract.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-icoextract -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: Extract icons from Windows PE files (.exe/.dll) License: MIT