- 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
This commit is contained in:
Dirk Mueller 2023-03-26 19:56:27 +00:00 committed by Git OBS Bridge
parent 9a5359ce0a
commit 78df1b437e
4 changed files with 18 additions and 9 deletions

View File

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

BIN
pefile-2023.2.7.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 26 19:55:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <Greg.Freemyer@gmail.com> Mon Jun 6 22:43:35 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pefile # 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 # 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
@ -20,7 +20,7 @@
%define skip_python2 1 %define skip_python2 1
Name: python-pefile Name: python-pefile
Version: 2022.5.30 Version: 2023.2.7
Release: 0 Release: 0
Summary: A python module to work with PE (pertable executable) files Summary: A python module to work with PE (pertable executable) files
License: BSD-3-Clause License: BSD-3-Clause
@ -30,10 +30,6 @@ Source: https://files.pythonhosted.org/packages/source/p/pefile/pefile-%
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-future
# SECTION test requirements
BuildRequires: %{python_module future}
# /SECTION
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages