From 78df1b437eef70da13f338d959b56067421bfbcc7951afab878f949a857f0e40 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 19:56:27 +0000 Subject: [PATCH] - update to 2023.2.7: * accept dot in valid charset for name * Remove future from dependencies * Add machine types * Incorporate PEP 238 and PEP 3120 * Generate GUID fields of CV_INFO_PDB70 readable by Python * Dynamic relocations support * Add Export Hash Method * Loosen export symbol validation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pefile?expand=0&rev=17 --- pefile-2022.5.30.tar.gz | 3 --- pefile-2023.2.7.tar.gz | 3 +++ python-pefile.changes | 13 +++++++++++++ python-pefile.spec | 8 ++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 pefile-2022.5.30.tar.gz create mode 100644 pefile-2023.2.7.tar.gz diff --git a/pefile-2022.5.30.tar.gz b/pefile-2022.5.30.tar.gz deleted file mode 100644 index 2a3fa9e..0000000 --- a/pefile-2022.5.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5488a3dd1fd021ce33f969780b88fe0f7eebb76eb20996d7318f307612a045b -size 72889 diff --git a/pefile-2023.2.7.tar.gz b/pefile-2023.2.7.tar.gz new file mode 100644 index 0000000..f4a4a0e --- /dev/null +++ b/pefile-2023.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc +size 74854 diff --git a/python-pefile.changes b/python-pefile.changes index 861f9fe..c4077dc 100644 --- a/python-pefile.changes +++ b/python-pefile.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Mar 26 19:55:48 UTC 2023 - Dirk Müller + +- update to 2023.2.7: + * accept dot in valid charset for name + * Remove future from dependencies + * Add machine types + * Incorporate PEP 238 and PEP 3120 + * Generate GUID fields of CV_INFO_PDB70 readable by Python + * Dynamic relocations support + * Add Export Hash Method + * Loosen export symbol validation + ------------------------------------------------------------------- Mon Jun 6 22:43:35 UTC 2022 - Greg Freemyer diff --git a/python-pefile.spec b/python-pefile.spec index 8c85f99..b03ac50 100644 --- a/python-pefile.spec +++ b/python-pefile.spec @@ -1,7 +1,7 @@ # # spec file for package python-pefile # -# 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 @@ -20,7 +20,7 @@ %define skip_python2 1 Name: python-pefile -Version: 2022.5.30 +Version: 2023.2.7 Release: 0 Summary: A python module to work with PE (pertable executable) files License: BSD-3-Clause @@ -30,10 +30,6 @@ Source: https://files.pythonhosted.org/packages/source/p/pefile/pefile-% BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-future -# SECTION test requirements -BuildRequires: %{python_module future} -# /SECTION BuildArch: noarch %python_subpackages