diff --git a/dfvfs-20230531.tar.gz b/dfvfs-20230531.tar.gz deleted file mode 100644 index 38b4f52..0000000 --- a/dfvfs-20230531.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2baa84b24b37944dbeeca82fcc9a970c05d196b319c675c1d3e565208794eb2d -size 98055019 diff --git a/dfvfs-20231208.tar.gz b/dfvfs-20231208.tar.gz new file mode 100644 index 0000000..f93e5a9 --- /dev/null +++ b/dfvfs-20231208.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522e5225738c14b9134001a7147cf5688538efe4ca42c6536837bb650a204664 +size 98086866 diff --git a/python-dfVFS.changes b/python-dfVFS.changes index 666d8f4..dc31d91 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 27 00:09:50 UTC 2024 - Greg Freemyer + +- update to 20231208 + - minor changes +- add Requires python-cffi [likely did previously -- lint complained +- add Requires python-idna [likely did previously -- lint complained +- APFS related python tests for 15.5 and 15.6 still fail. Extended test exclusion to 15.6 + ------------------------------------------------------------------- Thu Aug 10 19:41:31 UTC 2023 - Greg Freemyer diff --git a/python-dfVFS.spec b/python-dfVFS.spec index 38bd299..f9bfd3f 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -1,7 +1,7 @@ # # spec file for package python-dfVFS # -# 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 20230531 +%define timestamp 20231208 Name: python-dfVFS Version: 0~%{timestamp} Release: 0 @@ -64,10 +64,12 @@ BuildRequires: %{python_module tsk} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML +Requires: python-cffi Requires: python-construct Requires: python-cryptography Requires: python-dfdatetime >= 0~20180110 Requires: python-dtfabric >= 20220219 +Requires: python-idna Requires: python-libbde Requires: python-libcaes Requires: python-libewf @@ -130,7 +132,7 @@ chmod -x run_tests.py %fdupes %{buildroot} %check -%if 0%{?suse_version} && 0%{?suse_version} > 1550 +%if 0%{?suse_version} && 0%{?suse_version} > 1560 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} $python ./run_tests.py }