Compare commits

5 Commits

Author SHA256 Message Date
e11a11da11 Accepting request 1239364 from devel:languages:python
- Fix fdupes macro, files are installed to sitearch.
- Actually run the test suite.

- Update to 2.0.11
  * Github put up the Linux ARM runners for public repos now,
    so we can have Linux ARM wheels again

OBS-URL: https://build.opensuse.org/request/show/1239364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cymem?expand=0&rev=4
2025-01-22 15:32:05 +00:00
cff2075226 - Fix fdupes macro, files are installed to sitearch.
- Actually run the test suite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cymem?expand=0&rev=9
2025-01-22 03:08:41 +00:00
0356d5682d Accepting request 1239220 from home:glaubitz:branches:devel:languages:python
- Update to 2.0.11
  * Github put up the Linux ARM runners for public repos now,
    so we can have Linux ARM wheels again

OBS-URL: https://build.opensuse.org/request/show/1239220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cymem?expand=0&rev=8
2025-01-22 02:59:36 +00:00
efd4387867 Accepting request 1228548 from devel:languages:python
- update to 2.0.10:
  * Update to more recent cibuildwheel, to build wheels for
    Python v3.13

OBS-URL: https://build.opensuse.org/request/show/1228548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cymem?expand=0&rev=3
2024-12-06 13:25:30 +00:00
d3677899f0 - update to 2.0.10:
* Update to more recent cibuildwheel, to build wheels for
    Python v3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cymem?expand=0&rev=6
2024-12-05 14:55:03 +00:00
4 changed files with 33 additions and 6 deletions

3
cymem-2.0.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efe49a349d4a518be6b6c6b255d4a80f740a341544bde1a807707c058b88d0bd
size 10346

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fb09d222e21dcf1c7e907dc85cf74501d4cea6c4ed4ac6c9e016f98fb59cbbf
size 9836

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jan 22 03:07:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <adrian.glaubitz@suse.com>
- Update to 2.0.11
* Github put up the Linux ARM runners for public repos now,
so we can have Linux ARM wheels again
-------------------------------------------------------------------
Thu Dec 5 14:54:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.10:
* Update to more recent cibuildwheel, to build wheels for
Python v3.13
-------------------------------------------------------------------
Mon Sep 18 09:22:35 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cymem
#
# Copyright (c) 2023 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.8
Version: 2.0.11
Release: 0
Summary: Manage calls to calloc/free through Cython
License: MIT
@@ -69,9 +69,16 @@ expires.
%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