diff --git a/bcrypt-3.1.4.tar.gz b/bcrypt-3.1.4.tar.gz deleted file mode 100644 index 33b25e7c02e45a126e22d6430f9426498be0f3b1..0000000000000000000000000000000000000000 Binary files a/bcrypt-3.1.4.tar.gz and /dev/null differ diff --git a/bcrypt-3.2.0.tar.gz b/bcrypt-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b97d6854534cbc86fc960270a19b9230d109dcda Binary files /dev/null and b/bcrypt-3.2.0.tar.gz differ diff --git a/python-bcrypt.spec b/python-bcrypt.spec index fb93189ba329ac4d12931253c4f4a4cdcb80cac3..6198eadc0df92896e9af7635761ecea39b1ef07b 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ Name: python-bcrypt Summary: Good password hashing for your software and your servers -Version: 3.1.4 -Release: 8 +Version: 3.2.0 +Release: 1 License: ASL 2.0 and Public Domain and BSD URL: http://pypi.python.org/pypi/bcrypt Source0: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz @@ -47,6 +47,9 @@ This library should be compatible with py-bcrypt and it will run on Python 3.4+ %changelog +* Wed Jan 27 2021 zhanzhimin - 3.2.0-1 +- update to 3.2.0 + * Wed Oct 21 2020 jinzhimin - 3.1.4-8 - remove python2-bcrypt subpackage