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.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 d5dbb21ea129cb23b277d41849ad3620115ad803..857ec02eb4ac977c19e7d6a0b86864cc6a683f39 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-bcrypt -Version: 3.2.0 -Release: 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/d8/ba/21c475ead997ee21502d30f76fd93ad8d5858d19a3fad7cd153de698c4dd/bcrypt-3.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/b/bcrypt/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+. @@ -33,7 +34,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 @@ -77,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Oct 29 2022 zhuofeng - 4.0.1-1 +- Upgrade to version 4.0.1 + * Tue Oct 25 2022 zhangruifang - 3.2.0-2 - Rebuild for next release