From 19d486e3931e2e9d4578077a2920f79fa1dd30333c8e44da31a422bb7638b780 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 May 2022 19:22:21 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=29 --- bcrypt-3.2.0.tar.gz | 3 --- bcrypt-3.2.2.tar.gz | 3 +++ python-bcrypt.changes | 12 ++++++++++++ python-bcrypt.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 bcrypt-3.2.0.tar.gz create mode 100644 bcrypt-3.2.2.tar.gz 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