Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cstruct for openSUSE:Factory 
checked in at 2022-10-25 11:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cstruct (Old)
 and      /work/SRC/openSUSE:Factory/.python-cstruct.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cstruct"

Tue Oct 25 11:20:04 2022 rev:3 rq:1030926 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cstruct/python-cstruct.changes    
2022-10-14 15:42:19.315896621 +0200
+++ /work/SRC/openSUSE:Factory/.python-cstruct.new.2275/python-cstruct.changes  
2022-10-25 11:20:28.434198683 +0200
@@ -1,0 +2,25 @@
+Mon Oct 24 15:29:46 UTC 2022 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 3.3
+  * Fix tests on 32bit architecture
+- Update to version 3.2
+  * Add more tests
+
+-------------------------------------------------------------------
+Fri Oct 14 13:45:17 UTC 2022 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 3.1
+  * Make CStruct/MemCStruct Pickle Friendly
+- Update to version 3.0
+  * Flexible array support
+- Update to version 2.3
+  * Fix compare with None
+- Update to version 2.2
+  Fixes
+  * Fix empty MemCStruct size
+  Improvements
+  * Python 3.10 support
+  * pytest
+  * black code style
+
+-------------------------------------------------------------------

Old:
----
  python-cstruct-1.8.tar.gz

New:
----
  python-cstruct-3.3.tar.gz

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

Other differences:
------------------
++++++ python-cstruct.spec ++++++
--- /var/tmp/diff_new_pack.xKyvMS/_old  2022-10-25 11:20:28.882199674 +0200
+++ /var/tmp/diff_new_pack.xKyvMS/_new  2022-10-25 11:20:28.890199692 +0200
@@ -2,7 +2,7 @@
 # spec file for package python-cstruct
 #
 # Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2020, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2020-2022, 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
@@ -19,14 +19,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-cstruct
-Version:        1.8
+Version:        3.3
 Release:        0
 Summary:        C-style structs for Python
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/andreax79/python-cstruct
 Source:         
https://github.com/andreax79/python-cstruct/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -46,17 +45,14 @@
 
 %prep
 %setup -q
-sed -i -e '/^#!\//, 1d' \
-  cstruct/__init__.py \
-  cstruct/examples/fdisk.py \
-  cstruct/examples/who.py \
-  cstruct/tests/test_cstruct.py
 
 %build
 %python_build
 
 %install
 %python_install
+%python_expand find %{buildroot}%{$python_sitelib} -name "*.py" -exec sed -i 
-e '/^#!\//, 1d' {} \;
+%python_expand rm -R %{buildroot}%{$python_sitelib}/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

++++++ python-cstruct-1.8.tar.gz -> python-cstruct-3.3.tar.gz ++++++
++++ 4677 lines of diff (skipped)

Reply via email to