diff --git a/bcrypt-3.2.2.tar.gz b/bcrypt-3.2.2.tar.gz deleted file mode 100644 index 87ceb1fff11cecd864c2a03573e14b9c2ede4e54..0000000000000000000000000000000000000000 Binary files a/bcrypt-3.2.2.tar.gz and /dev/null differ diff --git a/bcrypt-4.0.1.tar.gz b/bcrypt-4.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d921f2518f5d7f20fed9c934fdd954fabb4ea13a Binary files /dev/null and b/bcrypt-4.0.1.tar.gz differ diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 7c619acea2c4723b8f446c0ccfc3a0f0dabda216..b04524142152e2d10c5c571633b4a49e0fa53574 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.2 +Version: 4.0.1 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/source/b/bcrypt/bcrypt-%{version}.tar.gz +Source0: %{pypi_source bcrypt} %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+. @@ -16,6 +16,8 @@ Provides: python-bcrypt BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools-rust +BuildRequires: rust cargo BuildRequires: python3-cffi BuildRequires: gcc BuildRequires: python3-six @@ -77,6 +79,9 @@ pytest %{_docdir}/* %changelog +* Wed Apr 10 2024 Ge Wang - 4.0.1-1 +- Update to 4.0.1 + * Fri Apr 28 2023 yaoxin - 3.2.2-1 - Update to 3.2.2