diff --git a/bcrypt-4.3.0.tar.gz b/bcrypt-4.3.0.tar.gz deleted file mode 100644 index 9f854f72b7c14e07f01c0fb3ded4cf9088d93798..0000000000000000000000000000000000000000 --- a/bcrypt-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18 -size 25697 diff --git a/bcrypt-5.0.0.tar.gz b/bcrypt-5.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a6c15c57ebf92cd792432b301a0edc787ba3ab99 Binary files /dev/null and b/bcrypt-5.0.0.tar.gz differ diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 2713635dc36a809520b935cabd46d8e50342ab4b..5359790a1035857a6aa31747545906252bc004c7 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,5 +1,5 @@ Name: python-bcrypt -Version: 4.3.0 +Version: 5.0.0 Release: 1 Summary: Modern password hashing for your software and your servers License: Apache-2.0 @@ -58,6 +58,9 @@ pytest %{python3_sitearch}/* %changelog +* Tue Oct 14 2025 openeuler_bot - 5.0.0-1 +- update python-bcrypt to 5.0.0 + * Thu Aug 21 2025 wangkai <13474090681@163.com> - 4.3.0-1 - Update to 4.3.0 * Dropped support for Python 3.7.