2 Commits

Author SHA256 Message Date
1bf7f7cdbe Accepting request 1304687 from devel:languages:python
- update to 2.0.0:
  * Added support for free threaded CPython (3.14t+ only)
  * Added support for Python 3.14.
  * Dropped support for Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/1304687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cffi?expand=0&rev=47
2025-09-15 17:50:30 +00:00
d9dabdfcdb - update to 2.0.0:
* Added support for free threaded CPython (3.14t+ only)
  * Added support for Python 3.14.
  * Dropped support for Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=103
2025-09-14 20:40:02 +00:00
4 changed files with 13 additions and 5 deletions

Binary file not shown.

3
cffi-2.0.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Sep 14 20:34:00 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.0.0:
* Added support for free threaded CPython (3.14t+ only)
* Added support for Python 3.14.
* Dropped support for Python 3.8.
-------------------------------------------------------------------
Wed Oct 9 06:36:11 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cffi
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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-cffi
Version: 1.17.1
Version: 2.0.0
Release: 0
Summary: Foreign Function Interface for Python calling C code
License: MIT