git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7825aff
)
python-bcrypt: bump version to 4.1.3
author
Tomasz Maciej Nowak
<redacted>
Wed, 28 May 2025 13:38:12 +0000
(15:38 +0200)
committer
Josef Schlehofer
<redacted>
Sat, 31 May 2025 21:54:37 +0000
(23:54 +0200)
Bumps pyo3 version to 21, which in result fixes copmilation on
platforms without 64-bit atomics.
Upstream-issue: https://github.com/pyca/bcrypt/issues/731
Link:
https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3#commits_bucket
Signed-off-by: Tomasz Maciej Nowak <redacted>
lang/python/python-bcrypt/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-bcrypt/Makefile
b/lang/python/python-bcrypt/Makefile
index 0d2a1d51d15455dc2b363151d504c052ecb76232..31a836a638c3c71c86c876a6ea01d21033ae1f15 100644
(file)
--- a/
lang/python/python-bcrypt/Makefile
+++ b/
lang/python/python-bcrypt/Makefile
@@
-6,11
+6,11
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-bcrypt
-PKG_VERSION:=4.1.
2
+PKG_VERSION:=4.1.
3
PKG_RELEASE:=1
PYPI_NAME:=bcrypt
-PKG_HASH:=
33313a1200a3ae90b75587ceac502b048b840fc69e7f7a0905b5f87fac7a1258
+PKG_HASH:=
2ee15dd749f5952fe3f0430d0ff6b74082e159c50332a1413d51b5689cf06623
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
git clone https://git.99rst.org/PROJECT