Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e11a11da11 | |||
| cff2075226 | |||
| 0356d5682d | |||
| efd4387867 | |||
| d3677899f0 |
3
cymem-2.0.11.tar.gz
Normal file
3
cymem-2.0.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:efe49a349d4a518be6b6c6b255d4a80f740a341544bde1a807707c058b88d0bd
|
||||||
|
size 10346
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8fb09d222e21dcf1c7e907dc85cf74501d4cea6c4ed4ac6c9e016f98fb59cbbf
|
|
||||||
size 9836
|
|
||||||
@@ -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>
|
Mon Sep 18 09:22:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cymem
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cymem
|
Name: python-cymem
|
||||||
Version: 2.0.8
|
Version: 2.0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Manage calls to calloc/free through Cython
|
Summary: Manage calls to calloc/free through Cython
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -69,9 +69,16 @@ expires.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%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}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user