diff --git a/bcrypt-3.2.0.tar.gz b/bcrypt-3.2.0.tar.gz deleted file mode 100644 index 8fb925d..0000000 --- a/bcrypt-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29 -size 42416 diff --git a/bcrypt-3.2.2.tar.gz b/bcrypt-3.2.2.tar.gz new file mode 100644 index 0000000..95a7a2b --- /dev/null +++ b/bcrypt-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb +size 42455 diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 81d30be..19adf93 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 4 19:20:18 UTC 2022 - Dirk Müller + +- update to 3.2.2: + * Fixed packaging of ``py.typed`` files in wheels so that ``mypy`` works. + * Added support for compilation on z/OS + * The next release of ``bcrypt`` with be 4.0 and it will require Rust at + compile time, for users building from source. There will be no additional + requirement for users who are installing from wheels. Users on most + platforms will be able to obtain a wheel by making sure they have an up to + date ``pip``. The minimum supported Rust version will be 1.56.0. + ------------------------------------------------------------------- Thu Oct 8 10:13:31 UTC 2020 - Matej Cepl diff --git a/python-bcrypt.spec b/python-bcrypt.spec index abdb984..e37e89c 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ # # spec file for package python-bcrypt # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-bcrypt -Version: 3.2.0 +Version: 3.2.2 Release: 0 Summary: BSD type 2a and 2b password hashing License: Apache-2.0