15
0
forked from pool/python-bcrypt

- 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
This commit is contained in:
2022-05-04 19:22:21 +00:00
committed by Git OBS Bridge
parent ca4c9c1546
commit 19d486e393
4 changed files with 17 additions and 5 deletions

View File

@@ -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 <mardnh@gmx.de>
#
# 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