Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-crfsuite for 
openSUSE:Factory checked in at 2025-02-13 18:40:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-crfsuite (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-crfsuite.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-crfsuite"

Thu Feb 13 18:40:05 2025 rev:7 rq:1245647 version:0.9.11

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-crfsuite/python-python-crfsuite.changes
    2024-06-13 15:40:29.819401539 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-crfsuite.new.8181/python-python-crfsuite.changes
  2025-02-13 18:40:38.684138604 +0100
@@ -1,0 +2,12 @@
+Wed Feb 12 15:21:50 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 0.9.11
+  * Cleaned up install
+  * Unicode allowed
+  * Compiling on additional platforms
+- Add Cython to BuildRequires
+- Adjust upstream source name in spec file
+- Drop 159.patch, merged upstream
+- Exclude C++ source and header files in %files section
+
+-------------------------------------------------------------------

Old:
----
  159.patch
  python-crfsuite-0.9.10.tar.gz

New:
----
  python_crfsuite-0.9.11.tar.gz

BETA DEBUG BEGIN:
  Old:- Adjust upstream source name in spec file
- Drop 159.patch, merged upstream
- Exclude C++ source and header files in %files section
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-python-crfsuite.spec ++++++
--- /var/tmp/diff_new_pack.yEMiOK/_old  2025-02-13 18:40:39.236161473 +0100
+++ /var/tmp/diff_new_pack.yEMiOK/_new  2025-02-13 18:40:39.240161640 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-crfsuite
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,14 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-python-crfsuite
-Version:        0.9.10
+Version:        0.9.11
 Release:        0
 Summary:        Python binding for CRFsuite
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/scrapinghub/python-crfsuite
-Source:         
https://files.pythonhosted.org/packages/source/p/python-crfsuite/python-crfsuite-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM - Define _POSIX_C_SOURCE for crfsuite source files
-Patch:          https://github.com/scrapinghub/python-crfsuite/pull/159.patch
+Source:         
https://files.pythonhosted.org/packages/source/p/python_crfsuite/python_crfsuite-%{version}.tar.gz
+BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -39,7 +38,7 @@
 Python-crfsuite is a python binding to CRFsuite_.
 
 %prep
-%autosetup -p1 -n python-crfsuite-%{version}
+%autosetup -p1 -n python_crfsuite-%{version}
 
 %build
 export CFLAGS="%{optflags}"
@@ -58,5 +57,7 @@
 %license LICENSE.txt
 %doc CHANGES.rst README.rst
 %{python_sitearch}/pycrfsuite
+%exclude %{python_sitearch}/pycrfsuite/*.cpp
+%exclude %{python_sitearch}/pycrfsuite/*.hpp
 %{python_sitearch}/python_crfsuite-%{version}*-info
 

Reply via email to