diff --git a/bcrypt-3.2.0.tar.gz b/bcrypt-3.2.0.tar.gz deleted file mode 100644 index b97d6854534cbc86fc960270a19b9230d109dcda..0000000000000000000000000000000000000000 Binary files a/bcrypt-3.2.0.tar.gz and /dev/null differ diff --git a/bcrypt-4.0.0.tar.gz b/bcrypt-4.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..92489ae37eb7c8125519ef357f01d8679bfa9337 Binary files /dev/null and b/bcrypt-4.0.0.tar.gz differ diff --git a/python-bcrypt.spec b/python-bcrypt.spec index b78226ebd59f5117f7e3ed028bce6ddcb9b22bc4..4704da8f068d06ea02e8724dc1509cd75ff73544 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bcrypt -Version: 3.2.0 -Release: 2 +Version: 4.0.0 +Release: 1 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt/ -Source0: https://files.pythonhosted.org/packages/d8/ba/21c475ead997ee21502d30f76fd93ad8d5858d19a3fad7cd153de698c4dd/bcrypt-3.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/99/f2/b71b9b5b2400fffac7d42c560ac89f302c4d8e328337b2f05f0a4d9e590d/bcrypt-%{version}.tar.gz %description Good password hashing for your software and your servers. This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+. @@ -32,7 +32,7 @@ Good password hashing for your software and your servers. This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+. %prep -%autosetup -n bcrypt-3.2.0 +%autosetup -n bcrypt-%{version} %build %py3_build @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 07 2024 OpenStack_SIG - 4.0.0-1 +- Upgrade package to version 4.0.0 + * Mon Jun 20 2022 tanyulong - 3.2.0-2 - Delete unnecessary gdb from BuildRequires