15
0
forked from pool/python-bcrypt

Accepting request 1189264 from home:glaubitz:branches:devel:languages:python

- Update to 4.2.0
  * Bump version for 4.2.0 release (#843)
  * Import improvements from cryptography wheel building and release (#840)
  * Remove setup.py (#842)
  * Small cleanup (#841)
  * Added 3.13 to CI (#839)
  * Bump portable-atomic from 1.6.0 to 1.7.0 in /src/_bcrypt (#836)
  * Bump syn from 2.0.71 to 2.0.72 in /src/_bcrypt (#837)
  * Bump pyo3 from 0.22.1 to 0.22.2 in /src/_bcrypt (#834)
  * Bump syn from 2.0.70 to 2.0.71 in /src/_bcrypt (#833)
  * Bump actions/setup-python from 5.1.0 to 5.1.1 (#832)
  * Bump syn from 2.0.69 to 2.0.70 in /src/_bcrypt (#831)
  * Bump target-lexicon from 0.12.14 to 0.12.15 in /src/_bcrypt (#830)
  * Don't import things from prelude (#829)
  * Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#824)
  * Bump actions/download-artifact from 4.1.7 to 4.1.8 (#825)
  * Bump syn from 2.0.68 to 2.0.69 in /src/_bcrypt (#827)
  * Bump pyo3 from 0.22.0 to 0.22.1 in /src/_bcrypt (#828)
  * Update for new ruff syntax (#826)
  * Switch to using the new pyo3 syntax for declarative modules (#823)
  * Bump pyo3 to 0.22 (#822)
  * Bump bitflags from 2.5.0 to 2.6.0 in /src/_bcrypt (#821)
  * Bump syn from 2.0.67 to 2.0.68 in /src/_bcrypt (#818)
  * Bump syn from 2.0.66 to 2.0.67 in /src/_bcrypt (#817)
  * Bump proc-macro2 from 1.0.85 to 1.0.86 in /src/_bcrypt (#816)
  * Bump subtle from 2.5.0 to 2.6.0 in /src/_bcrypt (#814)
  * Bump redox_syscall from 0.5.1 to 0.5.2 in /src/_bcrypt (#813)
  * Bump actions/checkout from 4.1.6 to 4.1.7 (#812)
  * Bump proc-macro2 from 1.0.84 to 1.0.85 in /src/_bcrypt (#811)
  * Bump proc-macro2 from 1.0.83 to 1.0.84 in /src/_bcrypt (#808)

OBS-URL: https://build.opensuse.org/request/show/1189264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=39
This commit is contained in:
2024-07-24 10:38:12 +00:00
committed by Git OBS Bridge
parent 4c0826751c
commit bd4808b86a
6 changed files with 58 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
%{?sle15_python_module_pythons}
Name: python-bcrypt
Version: 4.1.3
Version: 4.2.0
Release: 0
Summary: BSD type 2a and 2b password hashing
License: Apache-2.0
@@ -30,7 +30,7 @@ Source0: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%
Source1: vendor.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 3.2.1}
BuildRequires: %{python_module setuptools-rust}
BuildRequires: %{python_module setuptools-rust >= 1.7.0}
BuildRequires: %{python_module wheel}
# setuptools 40.8.0 is required by upstream only for a pip issue that doesn't
# affect us, so we relax the requirement to build in SLE/Leap 15.2 with 40.5.0