forked from pool/python-cffi
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| be119cc960 | |||
| b041f8ba52 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3157624b7558b914cb039fd1af735e5e8049a87c817cc215109ad1c8779df76
|
|
||||||
size 516073
|
|
||||||
BIN
cffi-1.17.1.tar.gz
LFS
Normal file
BIN
cffi-1.17.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Aug 31 12:39:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
Version: 1.17.0
|
Version: 1.17.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Foreign Function Interface for Python calling C code
|
Summary: Foreign Function Interface for Python calling C code
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user