From ce335f38ca4342879b0d000806a1d6be5c65aaae Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 21 Aug 2025 11:03:48 +0800 Subject: [PATCH] Update to 4.3.0 --- bcrypt-4.2.0.tar.gz => bcrypt-4.3.0.tar.gz | 4 ++-- python-bcrypt.spec | 15 ++++++++++++--- vendor.tar.gz | 4 ++-- 3 files changed, 16 insertions(+), 7 deletions(-) rename bcrypt-4.2.0.tar.gz => bcrypt-4.3.0.tar.gz (33%) diff --git a/bcrypt-4.2.0.tar.gz b/bcrypt-4.3.0.tar.gz similarity index 33% rename from bcrypt-4.2.0.tar.gz rename to bcrypt-4.3.0.tar.gz index 4c7a91e..9f854f7 100644 --- a/bcrypt-4.2.0.tar.gz +++ b/bcrypt-4.3.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf69eaf5185fd58f268f805b505ce31f9b9fc2d64b376642164e9244540c1221 -size 24294 +oid sha256:3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18 +size 25697 diff --git a/python-bcrypt.spec b/python-bcrypt.spec index c7b1b3b..2713635 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,10 +1,14 @@ Name: python-bcrypt -Version: 4.2.0 -Release: 4 +Version: 4.3.0 +Release: 1 Summary: Modern password hashing for your software and your servers License: Apache-2.0 -URL: https://github.com/pyca/bcrypt/ +URL: https://github.com/pyca/bcrypt Source0: %{pypi_source bcrypt} +# tar -xf bcrypt-version.tar.gz +# cd bcrypt-version/src/_bcrypt +# cargo vendor +# tar -czvf vendor.tar.gz vendor Source1: vendor.tar.gz Source2: config.toml %description @@ -54,6 +58,11 @@ pytest %{python3_sitearch}/* %changelog +* Thu Aug 21 2025 wangkai <13474090681@163.com> - 4.3.0-1 +- Update to 4.3.0 + * Dropped support for Python 3.7. + * We now support free-threaded Python 3.13 and PyPy 3.11. + * Sat Aug 09 2025 Funda Wang - 4.2.0-4 - correctly build extension with updated rust flags - drop empty help sub package diff --git a/vendor.tar.gz b/vendor.tar.gz index 8bc29eb..e1c6264 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c813a9c68cbc8f0b2e5143cebc9b87e66a7dccb101957fa7b680c36d47e8de4f -size 2606697 +oid sha256:a27c2dee7e1050301232611b7554ae26f4ef8fbedb748af6fcdb224a89c0dce6 +size 9389467 -- Gitee