diff --git a/cffi-1.17.1.tar.gz b/cffi-1.17.1.tar.gz deleted file mode 100644 index 5e0f883..0000000 --- a/cffi-1.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824 -size 516621 diff --git a/cffi-2.0.0.tar.gz b/cffi-2.0.0.tar.gz new file mode 100644 index 0000000..4fa4279 --- /dev/null +++ b/cffi-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529 +size 523588 diff --git a/python-cffi.changes b/python-cffi.changes index 8e0c9b4..5f29eec 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Sep 14 20:34:00 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-cffi.spec b/python-cffi.spec index f9748f8..5542378 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -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