Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ubi_reader for openSUSE:Factory 
checked in at 2025-06-18 17:59:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ubi_reader (Old)
 and      /work/SRC/openSUSE:Factory/.ubi_reader.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ubi_reader"

Wed Jun 18 17:59:12 2025 rev:7 rq:1286690 version:0.8.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/ubi_reader/ubi_reader.changes    2022-12-06 
15:44:53.437359617 +0100
+++ /work/SRC/openSUSE:Factory/.ubi_reader.new.19631/ubi_reader.changes 
2025-06-18 17:59:33.732587897 +0200
@@ -1,0 +2,26 @@
+Wed Jun 18 11:31:58 UTC 2025 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 0.8.12
+  * Fix for KeyError in decrypt_filenames #110
+- Update to version 0.8.11
+  * Add UBIFS decryption support (fscrypt) #108
+
+-------------------------------------------------------------------
+Tue Feb 11 19:36:56 UTC 2025 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 0.8.10
+  * Add close() and context management to ubi_file.
+  * read_block_data: use data_size for static volumes.
+  * parse the 'hash' field after 'key' in IDX:branch block.
+- Update to version 0.8.9
+  * Fix LZO decompression after switching to lzallright.
+- Update to version 0.8.8
+  * chore(poetry): bump lzallright version.
+- Update to version 0.8.7
+  * Fix faulty package name in requirements.
+  * deps: replace python-lzo by lzallright.
+  * Move to poetry.
+  * fix pyproject package definition.
+  * fix(scripts): adapt scripts so we can expose them thru poetry.
+
+-------------------------------------------------------------------

Old:
----
  ubi_reader-0.8.5.tar.gz

New:
----
  ubi_reader-0.8.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ubi_reader.spec ++++++
--- /var/tmp/diff_new_pack.iO7CJ7/_old  2025-06-18 17:59:34.940638193 +0200
+++ /var/tmp/diff_new_pack.iO7CJ7/_new  2025-06-18 17:59:34.944638359 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package ubi_reader
 #
-# Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2018-2022, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2018-2025, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,19 @@
 #
 
 
+%define pythons python3
 Name:           ubi_reader
-Version:        0.8.5
+Version:        0.8.12
 Release:        0
 Summary:        Extract files from UBI and UBIFS images
 License:        LGPL-3.0-or-later
 Group:          Development/Tools/Other
-URL:            https://github.com/jrspruitt/ubi_reader
-Source:         
https://github.com/jrspruitt/ubi_reader/archive/v%{version}-master.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+URL:            https://github.com/onekey-sec/ubi_reader
+Source:         
https://github.com/onekey-sec/ubi_reader/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python3-python-lzo
 BuildArch:      noarch
 
 %description
@@ -48,15 +49,15 @@
    Determine settings for recreating UBI image.
 
 %prep
-%setup -q -n ubi_reader-%{version}-master
+%autosetup -n ubi_reader-%{version}
 chmod -x README.md
 find ubireader -name "*.py" | xargs sed -i -e '/^#!\//, 1d'
 
 %build
-%python3_build
+%pyproject_wheel
 
 %install
-%python3_install
+%pyproject_install
 %fdupes %{buildroot}%{python3_sitelib}
 
 %files

++++++ ubi_reader-0.8.5.tar.gz -> ubi_reader-0.8.12.tar.gz ++++++
++++ 3560 lines of diff (skipped)

Reply via email to