From 4ca685fa908d1ccfa0475452e6ba3bbb13d67f46f12caafe4cfc23f16c533d45 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 10 Sep 2025 16:07:26 +0000 Subject: [PATCH] Accepting request 1303666 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX - add PYO3_USE_ABI3_FORWARD_COMPATIBILITY to build with python 3.14 OBS-URL: https://build.opensuse.org/request/show/1303666 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=45 --- python-bcrypt.changes | 5 +++++ python-bcrypt.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 64da919..5078f73 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 10 15:35:15 UTC 2025 - Dirk Müller + +- add PYO3_USE_ABI3_FORWARD_COMPATIBILITY to build with python 3.14 + ------------------------------------------------------------------- Fri Mar 21 07:03:29 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 744102e..a77f2e7 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ # # spec file for package python-bcrypt # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -54,6 +54,7 @@ rm -v src/_bcrypt/Cargo.lock %build export RUSTFLAGS=%{rustflags} export CFLAGS="%{optflags} -fno-strict-aliasing" +export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 %pyproject_wheel %install