Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dfVFS for openSUSE:Factory checked in at 2022-05-24 20:31:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dfVFS (Old) and /work/SRC/openSUSE:Factory/.python-dfVFS.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dfVFS" Tue May 24 20:31:26 2022 rev:17 rq:978787 version:0~20211228 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dfVFS/python-dfVFS.changes 2022-05-22 20:27:24.250262078 +0200 +++ /work/SRC/openSUSE:Factory/.python-dfVFS.new.2254/python-dfVFS.changes 2022-05-24 20:31:55.698949468 +0200 @@ -1,0 +2,43 @@ +Mon May 23 22:46:00 UTC 2022 - Greg Freemyer <greg.freem...@gmail.com> + +- update to 20211228 + - deprecated GetStat file entry method + +- Manually run tests results in: + - Ran 1228 tests in 299.931s + - NO errors reported! + +- update to 20211017 + - changes to support pyfwnt 20210717 + - added attribute support for multiple filesystems + - added size entry for ext, XFS, HFS file entries + +- update to 20210606 + - added pymodi to support Mac OS disk images + - API changes related to time objects to be compatible with newer dependency versions +- added BuildRequires: %{python_module libmodi} +- added Requires: python-libmodi + +- update to 20210213 + - added pyvsgpt to support hybrid GPT partition table setups + - added pyvsxfs to support XFS filesystem support + - moved examples folder to new github project dfvfs-snippets + +- added BuildRequires: %{python_module libvsgpt} +- added BuildRequires: %{python_module libvsxfs} +- added Requires: python-libvsgpt +- added Requires: python-libvsxfs + +- remove %doc examples + - no longer provided in source tarball, moved to dfvfs-snippets github project + +- remove lintrc reference to examples as examples have been removed + +- update to 20201219 + - added fsext backend + - changes to expose HFS+ create time + - added fshfs backend + - added fsxfs backend + - added QCOW differential image support + +------------------------------------------------------------------- Old: ---- dfvfs-20200920.tar.gz New: ---- dfvfs-20211228.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dfVFS.spec ++++++ --- /var/tmp/diff_new_pack.2SQsG3/_old 2022-05-24 20:31:57.446951027 +0200 +++ /var/tmp/diff_new_pack.2SQsG3/_new 2022-05-24 20:31:57.450951030 +0200 @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python38-%{**}} -%define timestamp 20200920 +%define timestamp 20211228 %define pythons python3 Name: python-dfVFS Version: 0~%{timestamp} @@ -40,15 +40,18 @@ BuildRequires: %{python_module libfsext} BuildRequires: %{python_module libfshfs} BuildRequires: %{python_module libfsntfs} +BuildRequires: %{python_module libfsxfs} BuildRequires: %{python_module libfvde} BuildRequires: %{python_module libfwnt} BuildRequires: %{python_module libluksde} +BuildRequires: %{python_module libmodi} BuildRequires: %{python_module libqcow} BuildRequires: %{python_module libsigscan >= 0~20191221} BuildRequires: %{python_module libsmdev} BuildRequires: %{python_module libsmraw} BuildRequires: %{python_module libvhdi} BuildRequires: %{python_module libvmdk} +BuildRequires: %{python_module libvsgpt} BuildRequires: %{python_module libvshadow} BuildRequires: %{python_module libvslvm} BuildRequires: %{python_module pbr} @@ -65,15 +68,18 @@ Requires: python-libfsext Requires: python-libfshfs Requires: python-libfsntfs >= 0~20160418 +Requires: python-libfsxfs Requires: python-libfvde -Requires: python-libfwnt +Requires: python-libfwnt >= 20210717 Requires: python-libluksde +Requires: python-libmodi Requires: python-libqcow Requires: python-libsigscan Requires: python-libsmdev Requires: python-libsmraw Requires: python-libvhdi Requires: python-libvmdk +Requires: python-libvsgpt Requires: python-libvshadow >= 0~20170902 Requires: python-libvslvm Requires: python-six @@ -122,7 +128,6 @@ %license LICENSE %doc ACKNOWLEDGEMENTS AUTHORS README %doc utils/check_dependencies.py utils/dependencies.py -%doc examples %{python_sitelib}/dfvfs* # these are installed into the wrong place %exclude %{_datadir}/doc/dfvfs/ ++++++ dfvfs-20200920.tar.gz -> dfvfs-20211228.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-dfVFS/dfvfs-20200920.tar.gz /work/SRC/openSUSE:Factory/.python-dfVFS.new.2254/dfvfs-20211228.tar.gz differ: char 5, line 1 ++++++ python-dfVFS-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.2SQsG3/_old 2022-05-24 20:31:57.510951084 +0200 +++ /var/tmp/diff_new_pack.2SQsG3/_new 2022-05-24 20:31:57.514951088 +0200 @@ -1,2 +1,2 @@ -addFilter("non-executable-script .*/dfvfs/examples/.*") +# addFilter("non-executable-script .*/dfvfs/examples/.*")