Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zstd for openSUSE:Factory 
checked in at 2023-02-28 15:15:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zstd (Old)
 and      /work/SRC/openSUSE:Factory/.python-zstd.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zstd"

Tue Feb 28 15:15:11 2023 rev:15 rq:1068190 version:1.5.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zstd/python-zstd.changes  2022-10-14 
15:41:59.107862877 +0200
+++ /work/SRC/openSUSE:Factory/.python-zstd.new.31432/python-zstd.changes       
2023-02-28 15:15:12.492018200 +0100
@@ -1,0 +2,6 @@
+Tue Feb 28 13:32:16 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Update to version 1.5.4.0:
+  - Update libzstd to 1.5.4
+
+-------------------------------------------------------------------

Old:
----
  zstd-1.5.2.6.tar.gz

New:
----
  zstd-1.5.4.0.tar.gz

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

Other differences:
------------------
++++++ python-zstd.spec ++++++
--- /var/tmp/diff_new_pack.71UN5p/_old  2023-02-28 15:15:13.304022622 +0100
+++ /var/tmp/diff_new_pack.71UN5p/_new  2023-02-28 15:15:13.308022644 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zstd
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-zstd
-Version:        1.5.2.6
+Version:        1.5.4.0
 Release:        0
 Summary:        ZSTD Bindings for Python
 License:        BSD-2-Clause
@@ -39,8 +38,8 @@
 ZSTD Bindings for Python.
 
 %prep
-%setup -q -n zstd-%{version}
-%patch0 -p1
+%autosetup -p1 -n zstd-%{version}
+
 rm -rf zstd/
 # do not test the version matching, we don't really need exact version of
 # zstd here
@@ -61,6 +60,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitearch}/*
+%{python_sitearch}/zstd*.so
+%{python_sitearch}/zstd-%{version}*-info
 
 %changelog

++++++ test-external.patch ++++++
--- /var/tmp/diff_new_pack.71UN5p/_old  2023-02-28 15:15:13.336022797 +0100
+++ /var/tmp/diff_new_pack.71UN5p/_new  2023-02-28 15:15:13.340022818 +0100
@@ -1,6 +1,10 @@
---- zstd-1.3.8.1/setup.py.orig 2019-03-04 17:40:51.208528890 +0700
-+++ zstd-1.3.8.1/setup.py      2019-03-04 17:58:37.644953996 +0700
-@@ -97,6 +97,8 @@
+---
+ setup.py |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/setup.py
++++ b/setup.py
+@@ -119,6 +119,8 @@ else:
  class ZstdBuildExt( build_ext ):
  
      def build_extensions(self):

++++++ zstd-1.5.2.6.tar.gz -> zstd-1.5.4.0.tar.gz ++++++
++++ 15277 lines of diff (skipped)

Reply via email to