From 14a74a81c47852ef5fe7b0c685914790c9990aa8 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 15 Sep 2025 09:53:09 +0800 Subject: [PATCH] Enable debugging to fix SP problem --- config.toml | 3 +++ python-bcrypt.spec | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0236928..787fb05 100644 --- a/config.toml +++ b/config.toml @@ -3,3 +3,6 @@ replace-with = "vendored-sources" [source.vendored-sources] directory = "vendor" + +[profile.release] +debug = true diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 2713635..3c3225c 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,6 +1,6 @@ Name: python-bcrypt Version: 4.3.0 -Release: 1 +Release: 2 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt @@ -58,6 +58,9 @@ pytest %{python3_sitearch}/* %changelog +* Mon Sep 15 2025 wangkai <13474090681@163.com> - 4.3.0-2 +- Enable debugging to fix SP problem + * Thu Aug 21 2025 wangkai <13474090681@163.com> - 4.3.0-1 - Update to 4.3.0 * Dropped support for Python 3.7. -- Gitee