diff --git a/4.2.1.tar.gz b/4.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..aaf3f53b132c556e63e181fd94194e2c344aec48 Binary files /dev/null and b/4.2.1.tar.gz differ diff --git a/bcrypt-4.2.0.tar.gz b/bcrypt-4.2.0.tar.gz deleted file mode 100644 index 31f6de1424a8317cc1afbd6bf6c878ec4b5574dc..0000000000000000000000000000000000000000 Binary files a/bcrypt-4.2.0.tar.gz and /dev/null differ diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 8e69301e315ba5604acade17abe66730ba00fd06..fe8b6b767f7afd48733d8416918608be1fb16ed0 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bcrypt -Version: 4.2.0 +Version: 4.2.1 Release: 1 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt/ -Source0: %{pypi_source bcrypt} +Source0: https://github.com/pyca/bcrypt/archive/refs/tags/%{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+. @@ -59,6 +59,11 @@ pytest %{_docdir}/* %changelog +* Thu Dec 19 2024 sqfu - 4.2.1-1 +- update to 4.2.1 +- Bump Rust dependency versions - this should resolve crashes on Python 3.13 free-threaded builds. +- No longer build ``manylinux`` wheels for PyPy 3.9. + * Thu Oct 17 2024 jiangxinyu - 4.2.0-1 - Update package to version 4.2.0 - Switch to using the new pyo3 syntax for declarative modules