Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cymem for openSUSE:Factory 
checked in at 2025-01-22 16:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cymem (Old)
 and      /work/SRC/openSUSE:Factory/.python-cymem.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cymem"

Wed Jan 22 16:32:05 2025 rev:4 rq:1239364 version:2.0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cymem/python-cymem.changes        
2024-12-06 14:25:42.110768526 +0100
+++ /work/SRC/openSUSE:Factory/.python-cymem.new.5589/python-cymem.changes      
2025-01-22 16:32:19.659960296 +0100
@@ -1,0 +2,13 @@
+Wed Jan 22 03:07:56 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Fix fdupes macro, files are installed to sitearch.
+- Actually run the test suite.
+
+-------------------------------------------------------------------
+Tue Jan 21 09:53:26 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 2.0.11
+  * Github put up the Linux ARM runners for public repos now,
+    so we can have Linux ARM wheels again
+
+-------------------------------------------------------------------

Old:
----
  cymem-2.0.10.tar.gz

New:
----
  cymem-2.0.11.tar.gz

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

Other differences:
------------------
++++++ python-cymem.spec ++++++
--- /var/tmp/diff_new_pack.2i1Mmd/_old  2025-01-22 16:32:21.448034491 +0100
+++ /var/tmp/diff_new_pack.2i1Mmd/_new  2025-01-22 16:32:21.460034989 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cymem
 #
-# 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,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-cymem
-Version:        2.0.10
+Version:        2.0.11
 Release:        0
 Summary:        Manage calls to calloc/free through Cython
 License:        MIT
@@ -69,9 +69,16 @@
 
 %install
 %pyproject_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
+# Avoid the topdir, which means we can't import cymem.cymem
+tmpdir=$(mktemp -d)
+cp cymem/tests/* $tmpdir
+pushd $tmpdir
+%pytest_arch
+popd
+rm -r $tmpdir
 
 %files %{python_files}
 %doc README.md

++++++ cymem-2.0.10.tar.gz -> cymem-2.0.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cymem-2.0.10/PKG-INFO new/cymem-2.0.11/PKG-INFO
--- old/cymem-2.0.10/PKG-INFO   2024-11-22 23:20:02.502910600 +0100
+++ new/cymem-2.0.11/PKG-INFO   2025-01-16 21:57:24.485214700 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.2
 Name: cymem
-Version: 2.0.10
+Version: 2.0.11
 Summary: Manage calls to calloc/free through Cython
 Home-page: https://github.com/explosion/cymem
 Author: Matthew Honnibal
@@ -29,6 +29,14 @@
 Classifier: Topic :: Scientific/Engineering
 Description-Content-Type: text/markdown
 License-File: LICENSE
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: description-content-type
+Dynamic: home-page
+Dynamic: license
+Dynamic: summary
 
 <a href="https://explosion.ai";><img 
src="https://explosion.ai/assets/img/logo.svg"; width="125" height="125" 
align="right" /></a>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cymem-2.0.10/cymem/about.py 
new/cymem-2.0.11/cymem/about.py
--- old/cymem-2.0.10/cymem/about.py     2024-11-22 23:19:58.000000000 +0100
+++ new/cymem-2.0.11/cymem/about.py     2025-01-16 21:57:19.000000000 +0100
@@ -1,5 +1,5 @@
 __title__ = "cymem"
-__version__ = "2.0.10"
+__version__ = "2.0.11"
 __summary__ = "Manage calls to calloc/free through Cython"
 __uri__ = "https://github.com/explosion/cymem";
 __author__ = "Matthew Honnibal"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cymem-2.0.10/cymem.egg-info/PKG-INFO 
new/cymem-2.0.11/cymem.egg-info/PKG-INFO
--- old/cymem-2.0.10/cymem.egg-info/PKG-INFO    2024-11-22 23:20:02.000000000 
+0100
+++ new/cymem-2.0.11/cymem.egg-info/PKG-INFO    2025-01-16 21:57:24.000000000 
+0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.2
 Name: cymem
-Version: 2.0.10
+Version: 2.0.11
 Summary: Manage calls to calloc/free through Cython
 Home-page: https://github.com/explosion/cymem
 Author: Matthew Honnibal
@@ -29,6 +29,14 @@
 Classifier: Topic :: Scientific/Engineering
 Description-Content-Type: text/markdown
 License-File: LICENSE
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: description-content-type
+Dynamic: home-page
+Dynamic: license
+Dynamic: summary
 
 <a href="https://explosion.ai";><img 
src="https://explosion.ai/assets/img/logo.svg"; width="125" height="125" 
align="right" /></a>
 

Reply via email to