forked from pool/python-cffi
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1bf7f7cdbe | |||
| d9dabdfcdb | |||
| be119cc960 | |||
| b041f8ba52 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3157624b7558b914cb039fd1af735e5e8049a87c817cc215109ad1c8779df76
|
||||
size 516073
|
||||
3
cffi-2.0.0.tar.gz
Normal file
3
cffi-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529
|
||||
size 523588
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 1.17.1:
|
||||
* Fix failing distutils.msvc9compiler imports under Windows (#118).
|
||||
* ffibuilder.emit_python_code() and ffibuiler.emit_c_code()
|
||||
accept file-like objects (#115).
|
||||
* ffiplatform calls are bypassed by ffibuilder.emit_python_code()
|
||||
and ffibuilder.emit_c_code() (#81).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 12:39:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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.0
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Foreign Function Interface for Python calling C code
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user