diff --git a/bcrypt-3.1.7.tar.gz b/bcrypt-3.1.7.tar.gz deleted file mode 100644 index c93503d..0000000 --- a/bcrypt-3.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42 -size 42512 diff --git a/bcrypt-3.2.0.tar.gz b/bcrypt-3.2.0.tar.gz new file mode 100644 index 0000000..8fb925d --- /dev/null +++ b/bcrypt-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29 +size 42416 diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 833921e..1ac815b 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 20 12:46:59 UTC 2020 - Ondřej Súkup + +- update to 3.2.0 + * add type hints to top level functions + * drop support for python 3.5 and older + * drop legacy code + ------------------------------------------------------------------- Wed May 13 11:20:23 UTC 2020 - Antonio Larrosa diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 80a9356..53e816e 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-bcrypt -Version: 3.1.7 +Version: 3.2.0 Release: 0 Summary: BSD type 2a and 2b password hashing License: Apache-2.0