Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-thriftpy2 for 
openSUSE:Factory checked in at 2023-02-27 12:55:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-thriftpy2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-thriftpy2.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-thriftpy2"

Mon Feb 27 12:55:58 2023 rev:7 rq:1067913 version:0.4.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-thriftpy2/python-thriftpy2.changes        
2021-10-26 20:15:12.518057821 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-thriftpy2.new.31432/python-thriftpy2.changes 
    2023-02-27 12:55:59.423652514 +0100
@@ -1,0 +2,11 @@
+Mon Feb 20 10:09:40 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Remove .c and .h devel files from python package distribution.
+- Update to 0.4.16:
+  * Fix unexpected binary type id in TBinaryTransport serialization
+- versuib 0.4.15:
+  * Support Apache JSON protocol and binary type
+  * Replace "yield from" syntax to "await"
+  * Fix some socket leaking cases in aio support
+
+-------------------------------------------------------------------

Old:
----
  v0.4.14.tar.gz

New:
----
  v0.4.16.tar.gz

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

Other differences:
------------------
++++++ python-thriftpy2.spec ++++++
--- /var/tmp/diff_new_pack.s81lZr/_old  2023-02-27 12:55:59.915655546 +0100
+++ /var/tmp/diff_new_pack.s81lZr/_new  2023-02-27 12:55:59.919655571 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-thriftpy2
 #
-# Copyright (c) 2021 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-thriftpy2
-Version:        0.4.14
+Version:        0.4.16
 Release:        0
 Summary:        Pure python implementation of Apache Thrift
 License:        MIT
@@ -33,11 +32,13 @@
 BuildRequires:  %{python_module pytest >= 2.8}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module tornado >= 5.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-pytest-asyncio
 Requires:       python-ply >= 3.4
+Requires:       python-six
 Recommends:     python-tornado >= 5.0
 Recommends:     python-toro >= 0.6
 %python_subpackages
@@ -58,6 +59,10 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
+%{python_expand # remove devel files
+find %{buildroot}%{$python_sitearch} -name '*.h' -exec rm {} \;
+find %{buildroot}%{$python_sitearch} -name '*.c' -exec rm {} \;
+}
 
 %check
 cd tests
@@ -68,6 +73,7 @@
 %files %{python_files}
 %license LICENSE
 %doc CHANGES.rst README.rst
-%{python_sitearch}/*
+%{python_sitearch}/thriftpy2
+%{python_sitearch}/thriftpy2-%{version}*-info
 
 %changelog

++++++ v0.4.14.tar.gz -> v0.4.16.tar.gz ++++++
++++ 5206 lines of diff (skipped)

Reply via email to