automatic version update by autodist [release 2024.8.26-1mamba;Sun Sep 01 2024]

This commit is contained in:
Automatic Build System 2024-09-02 00:48:18 +02:00
parent a47b306e23
commit 4759fb22f0

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pefile
Version: 2023.2.7
Version: 2024.8.26
Release: 1mamba
Summary: Python PE parsing module
Group: System/Libraries
@ -44,16 +44,15 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%{python3_sitelib}/__pycache__/pefile.cpython-*.pyc
%{python3_sitelib}/__pycache__/peutils.cpython-*.pyc
%{python3_sitelib}/ordlookup/__init__.py
%{python3_sitelib}/ordlookup/__pycache__/__init__.cpython-*.pyc
%{python3_sitelib}/ordlookup/__pycache__/oleaut32.cpython-*.pyc
%{python3_sitelib}/ordlookup/__pycache__/ws2_32.cpython-*.pyc
%{python3_sitelib}/ordlookup/oleaut32.py
%{python3_sitelib}/ordlookup/ws2_32.py
%dir %{python3_sitelib}/ordlookup
%{python3_sitelib}/ordlookup/*
%{python3_sitelib}/pefile.py
%{python3_sitelib}/peutils.py
%doc LICENSE
%changelog
* Sun Sep 01 2024 Automatic Build System <autodist@openmamba.org> 2024.8.26-1mamba
- automatic version update by autodist
* Sun Jun 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2023.2.7-1mamba
- package created using the webbuild interface