diff --git a/config.toml b/config.toml index 02369289646870f6c7d21289a01ad26c8983a4ea..787fb058baa7a7fef403049c76711f16d42bed92 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 2713635dc36a809520b935cabd46d8e50342ab4b..3c3225c799e42012e53ff80e23243750b7b39dd4 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.