Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
6bbc1e87e9 |
10
_service
10
_service
@@ -1,16 +1,12 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service mode="manual" name="tar_scm">
|
||||
<param name="url">https://github.com/pyca/bcrypt/</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">4.0.1</param>
|
||||
<param name="revision">4.3.0</param>
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">bcrypt/src/_bcrypt</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">bcrypt/src/_bcrypt</param>
|
||||
</service>
|
||||
</services>
|
||||
|
BIN
bcrypt-4.0.1.tar.gz
(Stored with Git LFS)
BIN
bcrypt-4.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
bcrypt-4.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
bcrypt-4.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@@ -1,3 +1,199 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 07:03:29 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update 4.3.0
|
||||
* Bump proc-macro2 from 1.0.89 to 1.0.90 in /src/_bcrypt (#916)
|
||||
* Bump unicode-ident from 1.0.13 to 1.0.14 in /src/_bcrypt (#915)
|
||||
* fixes #917 -- correctly handle a salt that's too short (#918)
|
||||
* Bump cpufeatures from 0.2.15 to 0.2.16 in /src/_bcrypt (#919)
|
||||
* Bump proc-macro2 from 1.0.90 to 1.0.92 in /src/_bcrypt (#920)
|
||||
* Bump syn from 2.0.87 to 2.0.89 in /src/_bcrypt (#921)
|
||||
* Fix new ruff warning (#923)
|
||||
* Build manylinux 2.34 images (#922)
|
||||
* Bump portable-atomic from 1.9.0 to 1.10.0 in /src/_bcrypt (#924)
|
||||
* drop py37 (#926)
|
||||
* Bump pyo3 from 0.23.1 to 0.23.2 in /src/_bcrypt (#927)
|
||||
* Bump libc from 0.2.164 to 0.2.165 in /src/_bcrypt (#928)
|
||||
* Bump libc from 0.2.165 to 0.2.166 in /src/_bcrypt (#929)
|
||||
* Bump dawidd6/action-download-artifact from 6 to 7 (#932)
|
||||
* Bump syn from 2.0.89 to 2.0.90 in /src/_bcrypt (#931)
|
||||
* Bump libc from 0.2.166 to 0.2.167 in /src/_bcrypt (#930)
|
||||
* Bump pyo3 from 0.23.2 to 0.23.3 in /src/_bcrypt (#933)
|
||||
* Bump actions/cache from 4.1.2 to 4.2.0 (#934)
|
||||
* Bump libc from 0.2.167 to 0.2.168 in /src/_bcrypt (#935)
|
||||
* Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#936)
|
||||
* Bump dtolnay/rust-toolchain (#937)
|
||||
* Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#938)
|
||||
* Bump libc from 0.2.168 to 0.2.169 in /src/_bcrypt (#939)
|
||||
* Bump syn from 2.0.90 to 2.0.91 in /src/_bcrypt (#940)
|
||||
* Bump quote from 1.0.37 to 1.0.38 in /src/_bcrypt (#942)
|
||||
* Bump syn from 2.0.91 to 2.0.92 in /src/_bcrypt (#941)
|
||||
* Bump syn from 2.0.92 to 2.0.93 in /src/_bcrypt (#943)
|
||||
* Bump syn from 2.0.93 to 2.0.94 in /src/_bcrypt (#944)
|
||||
* Bump syn from 2.0.94 to 2.0.95 in /src/_bcrypt (#945)
|
||||
* Bump syn from 2.0.95 to 2.0.96 in /src/_bcrypt (#948)
|
||||
* Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#947)
|
||||
* Bump proc-macro2 from 1.0.92 to 1.0.93 in /src/_bcrypt (#949)
|
||||
* Bump pyo3 from 0.23.3 to 0.23.4 in /src/_bcrypt (#950)
|
||||
* Support free-threaded Python 3.13 (#925)
|
||||
* Switch to nox (#954)
|
||||
* use github hosted arm runners in wheel builder (#952)
|
||||
* use github hosted arm runners in ci (#951)
|
||||
* Bump dawidd6/action-download-artifact from 7 to 8 (#956)
|
||||
* Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#957)
|
||||
* Bump unicode-ident from 1.0.14 to 1.0.15 in /src/_bcrypt (#958)
|
||||
* include matrix.PYTHON.VERSION in CI cache keys (#964)
|
||||
* Bump cpufeatures from 0.2.16 to 0.2.17 in /src/_bcrypt (#960)
|
||||
* Bump unicode-ident from 1.0.15 to 1.0.16 in /src/_bcrypt (#962)
|
||||
* Bump actions/setup-python from 5.3.0 to 5.4.0 (#963)
|
||||
* Update getrandom and bcrypt (#966)
|
||||
* Bump syn from 2.0.96 to 2.0.98 in /src/_bcrypt (#967)
|
||||
* Bump quansight-labs/setup-python from 5.3.1 to 5.4.0 (#968)
|
||||
* add support for free-threaded wheels (#955)
|
||||
* Bump once_cell from 1.20.2 to 1.20.3 in /src/_bcrypt (#970)
|
||||
* Bump unicode-ident from 1.0.16 to 1.0.17 in /src/_bcrypt (#972)
|
||||
* Bump typenum from 1.17.0 to 1.18.0 in /src/_bcrypt (#973)
|
||||
* Bump actions/cache from 4.2.0 to 4.2.1 (#974)
|
||||
* Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#975)
|
||||
* Bump libc from 0.2.169 to 0.2.170 in /src/_bcrypt (#976)
|
||||
* Bump inout from 0.1.3 to 0.1.4 in /src/_bcrypt (#977)
|
||||
* Bump portable-atomic from 1.10.0 to 1.11.0 in /src/_bcrypt (#978)
|
||||
* Update PyO3 to 0.23.5 (#980)
|
||||
* Bump actions/download-artifact from 4.1.8 to 4.1.9 (#982)
|
||||
* Add PyPy 3.11 and armv7l to matrix runner (#983)
|
||||
* PyPy 3.11 and armv7l wheels (#984)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 07:40:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 4.2.1
|
||||
* Bump version for 4.2.1 (#914)
|
||||
* Bump bcrypt from 0.15.1 to 0.16.0 in /src/_bcrypt (#912)
|
||||
* Fix warnings from pyo3 0.23 (#911)
|
||||
* Bump pyo3 from 0.22.6 to 0.23.1 in /src/_bcrypt (#909)
|
||||
* Bump libc from 0.2.162 to 0.2.164 in /src/_bcrypt (#910)
|
||||
* Bump cpufeatures from 0.2.14 to 0.2.15 in /src/_bcrypt (#908)
|
||||
* Bump libc from 0.2.161 to 0.2.162 in /src/_bcrypt (#907)
|
||||
* Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 (#906)
|
||||
* Bump pyo3 from 0.22.5 to 0.22.6 in /src/_bcrypt (#905)
|
||||
* Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.0 (#904)
|
||||
* Bump syn from 2.0.86 to 2.0.87 in /src/_bcrypt (#903)
|
||||
* Bump syn from 2.0.85 to 2.0.86 in /src/_bcrypt (#902)
|
||||
* Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#901)
|
||||
* Bump actions/setup-python from 5.2.0 to 5.3.0 (#899)
|
||||
* Bump syn from 2.0.82 to 2.0.85 in /src/_bcrypt (#898)
|
||||
* Bump actions/checkout from 4.2.1 to 4.2.2 (#897)
|
||||
* Bump actions/cache from 4.1.1 to 4.1.2 (#896)
|
||||
* Bump proc-macro2 from 1.0.88 to 1.0.89 in /src/_bcrypt (#895)
|
||||
* Bump syn from 2.0.79 to 2.0.82 in /src/_bcrypt (#894)
|
||||
* Bump libc from 0.2.159 to 0.2.161 in /src/_bcrypt (#893)
|
||||
* Bump proc-macro2 from 1.0.87 to 1.0.88 in /src/_bcrypt (#892)
|
||||
* Bump pyo3 from 0.22.4 to 0.22.5 in /src/_bcrypt (#891)
|
||||
* Bump pyo3 from 0.22.3 to 0.22.4 in /src/_bcrypt (#890)
|
||||
* Update CI for 3.13 (#888)
|
||||
* Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#889)
|
||||
* Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#886)
|
||||
* Bump actions/cache from 4.1.0 to 4.1.1 (#887)
|
||||
* Bump proc-macro2 from 1.0.86 to 1.0.87 in /src/_bcrypt (#884)
|
||||
* Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#883)
|
||||
* Bump actions/checkout from 4.2.0 to 4.2.1 (#882)
|
||||
* Bump actions/cache from 4.0.2 to 4.1.0 (#881)
|
||||
* Bump once_cell from 1.20.1 to 1.20.2 in /src/_bcrypt (#880)
|
||||
* Bump once_cell from 1.20.0 to 1.20.1 in /src/_bcrypt (#878)
|
||||
* Bump portable-atomic from 1.8.0 to 1.9.0 in /src/_bcrypt (#877)
|
||||
* Bump syn from 2.0.77 to 2.0.79 in /src/_bcrypt (#879)
|
||||
* Bump autocfg from 1.3.0 to 1.4.0 in /src/_bcrypt (#876)
|
||||
* Bump actions/checkout from 4.1.7 to 4.2.0 (#875)
|
||||
* Bump libc from 0.2.158 to 0.2.159 in /src/_bcrypt (#874)
|
||||
* Bump portable-atomic from 1.7.0 to 1.8.0 in /src/_bcrypt (#873)
|
||||
* Bump once_cell from 1.19.0 to 1.20.0 in /src/_bcrypt (#871)
|
||||
* Bump pyo3 from 0.22.2 to 0.22.3 in /src/_bcrypt (#872)
|
||||
* Bump unicode-ident from 1.0.12 to 1.0.13 in /src/_bcrypt (#870)
|
||||
* Bump cpufeatures from 0.2.13 to 0.2.14 in /src/_bcrypt (#869)
|
||||
* Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (#868)
|
||||
* Correctly use `console` language fence (#867)
|
||||
* Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#866)
|
||||
* Bump syn from 2.0.76 to 2.0.77 in /src/_bcrypt (#865)
|
||||
* Bump actions/setup-python from 5.1.1 to 5.2.0 (#862)
|
||||
* Bump syn from 2.0.75 to 2.0.76 in /src/_bcrypt (#861)
|
||||
* Bump actions/attest-build-provenance from 1.4.1 to 1.4.2 (#859)
|
||||
* Bump quote from 1.0.36 to 1.0.37 in /src/_bcrypt (#858)
|
||||
* Bump libc from 0.2.157 to 0.2.158 in /src/_bcrypt (#857)
|
||||
* Bump syn from 2.0.74 to 2.0.75 in /src/_bcrypt (#855)
|
||||
* Bump libc from 0.2.156 to 0.2.157 in /src/_bcrypt (#856)
|
||||
* Bump libc from 0.2.155 to 0.2.156 in /src/_bcrypt (#854)
|
||||
* Bump cpufeatures from 0.2.12 to 0.2.13 in /src/_bcrypt (#853)
|
||||
* Bump syn from 2.0.72 to 2.0.74 in /src/_bcrypt (#851)
|
||||
* Bump actions/attest-build-provenance from 1.4.0 to 1.4.1 (#852)
|
||||
* Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#850)
|
||||
* Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#849)
|
||||
* Bump target-lexicon from 0.12.15 to 0.12.16 in /src/_bcrypt (#848)
|
||||
* Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (#847)
|
||||
* Bump version_check from 0.9.4 to 0.9.5 in /src/_bcrypt (#846)
|
||||
* Fix pypi-publish.yml for paths with spaces (#844)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 13:17:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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)
|
||||
* Bump zeroize from 1.7.0 to 1.8.1 in /src/_bcrypt (#809)
|
||||
* Bump parking_lot from 0.12.2 to 0.12.3 in /src/_bcrypt (#810)
|
||||
* Bump syn from 2.0.65 to 2.0.66 in /src/_bcrypt (#806)
|
||||
* alpine is 3.12 now (#807)
|
||||
* Bump proc-macro2 from 1.0.82 to 1.0.83 in /src/_bcrypt (#804)
|
||||
* Bump syn from 2.0.64 to 2.0.65 in /src/_bcrypt (#803)
|
||||
* Bump libc from 0.2.154 to 0.2.155 in /src/_bcrypt (#802)
|
||||
* Bump actions/checkout from 4.1.5 to 4.1.6 (#800)
|
||||
* Apply the wacky staticnode workaround to this repo (#801)
|
||||
* Bump syn from 2.0.63 to 2.0.64 in /src/_bcrypt (#799)
|
||||
* Bump syn from 2.0.61 to 2.0.63 in /src/_bcrypt (#798)
|
||||
* Try upgrading ubuntu in CI (#797)
|
||||
* Bump proc-macro2 from 1.0.81 to 1.0.82 in /src/_bcrypt (#796)
|
||||
* Bump syn from 2.0.60 to 2.0.61 in /src/_bcrypt (#795)
|
||||
* Bump getrandom from 0.2.14 to 0.2.15 in /src/_bcrypt (#794)
|
||||
* Bump actions/checkout from 3.6.0 to 4.1.5 (#793)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 16:22:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.1.3:
|
||||
* Bump Rust dependency versions
|
||||
* Fixed the type signature on the ``kdf`` method.
|
||||
* Fixed packaging bug on Windows.
|
||||
* Fixed incompatibility with passlib package detection assumptions.
|
||||
* Dropped support for Python 3.6.
|
||||
* Bumped MSRV to 1.64. (Note: Rust 1.63 can be used by setting the
|
||||
``BCRYPT_ALLOW_RUST_163`` environment variable)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:22:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bcrypt
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,9 +17,10 @@
|
||||
#
|
||||
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-bcrypt
|
||||
Version: 4.0.1
|
||||
Version: 4.3.0
|
||||
Release: 0
|
||||
Summary: BSD type 2a and 2b password hashing
|
||||
License: Apache-2.0
|
||||
@@ -27,10 +28,9 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/pyca/bcrypt/
|
||||
Source0: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: cargo_config
|
||||
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
|
||||
@@ -49,11 +49,10 @@ using the BSD-originating hashing methods known as "2a" and "2b".
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -a1 -n bcrypt-%{version}
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
mv Cargo.lock src/_bcrypt
|
||||
rm -v src/_bcrypt/Cargo.lock
|
||||
|
||||
%build
|
||||
export RUSTFLAGS=%{rustflags}
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%pyproject_wheel
|
||||
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user