1
0
forked from pool/python-bcrypt

Accepting request 974991 from devel:languages:python

- 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/request/show/974991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-05-06 16:58:09 +00:00 committed by Git OBS Bridge
commit 08bec86ff9
4 changed files with 17 additions and 5 deletions

BIN
bcrypt-3.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
bcrypt-3.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb
size 42455

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 4 19:20:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <mcepl@suse.com>

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