forked from pool/python-dfwinreg
Accepting request 1173787 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/1173787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfwinreg?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 09:25:25 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 20240316
|
||||
* Updated pylintrc to version 3.0
|
||||
* Removed end-of-life Python 3.7 support
|
||||
* Changes for mapping Windows XP UsrClass.dat
|
||||
* Changes for mapping HKEY_CURRENT_USER\Software\Classes
|
||||
* Changes to REGFWinRegistryFile for virtual keys
|
||||
* Changes for handling virtual keys
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 16:32:05 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dfwinreg
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
|
||||
%define timestamp 20211207
|
||||
%define timestamp 20240316
|
||||
%define modname dfwinreg
|
||||
Name: python-dfwinreg
|
||||
Version: 0~%{timestamp}
|
||||
@@ -34,10 +34,14 @@ BuildRequires: %{python_module dfdatetime}
|
||||
BuildRequires: %{python_module dtfabric}
|
||||
BuildRequires: %{python_module libcreg}
|
||||
BuildRequires: %{python_module libregf}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-libcreg
|
||||
Requires: python-dfdatetime
|
||||
Requires: python-dtfabric
|
||||
Requires: python-libcreg >= 20210502
|
||||
Requires: python-libregf >= 20201002
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@@ -47,15 +51,13 @@ BuildArch: noarch
|
||||
|
||||
%prep
|
||||
%setup -q -n %{modname}-%{timestamp}
|
||||
sed -i 's/python setup.py install/python3 setup.py install/' setup.py
|
||||
sed -i 's/py2_build/py3_build/' setup.py
|
||||
sed -i 's|/usr/bin/env python|/usr/bin/env python3|' run_tests.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
# these are installed into the wrong place
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cfe4daf178e78970376b4482879536077d599cc59c4d025abb96b355ac8a703
|
||||
size 15295848
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:702445cf517a73a8471586f201739231a876cbf5d1f09bfc334824f86f0bd86d
|
||||
size 15313509
|
||||
Reference in New Issue
Block a user