From a7970d89aefea2a80198ee89df28af87c9babf623ec6385de32de3e549e5c843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 20 Aug 2020 12:50:57 +0000 Subject: [PATCH] - update to 3.2.0 * add type hints to top level functions * drop support for python 3.5 and older * drop legacy code OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=23 --- bcrypt-3.1.7.tar.gz | 3 --- bcrypt-3.2.0.tar.gz | 3 +++ python-bcrypt.changes | 8 ++++++++ python-bcrypt.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 bcrypt-3.1.7.tar.gz create mode 100644 bcrypt-3.2.0.tar.gz 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