python-cryptodomex: Update to 3.18.0, refresh patches
This also updates the list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
1e1b2051db
commit
a1b3595550
3 changed files with 9 additions and 9 deletions
|
@ -5,13 +5,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-cryptodomex
|
PKG_NAME:=python-cryptodomex
|
||||||
PKG_VERSION:=3.10.1
|
PKG_VERSION:=3.18.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=pycryptodomex
|
PYPI_NAME:=pycryptodomex
|
||||||
PKG_HASH:=541cd3e3e252fb19a7b48f420b798b53483302b7fe4d9954c947605d0a263d62
|
PKG_HASH:=3e3ecb5fe979e7c1bb0027e518340acf7ee60415d79295e5251d13c68dde576e
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-2-Clause
|
PKG_LICENSE:=Public-Domain BSD-2-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE.rst
|
PKG_LICENSE_FILES:=LICENSE.rst
|
||||||
PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>
|
PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>
|
||||||
|
|
||||||
|
@ -23,12 +23,12 @@ PYTHON3_PKG_BUILD_VARS:= \
|
||||||
CONFIG_BIG_ENDIAN="$(CONFIG_BIG_ENDIAN)"
|
CONFIG_BIG_ENDIAN="$(CONFIG_BIG_ENDIAN)"
|
||||||
|
|
||||||
define Package/python3-cryptodomex
|
define Package/python3-cryptodomex
|
||||||
SECTION:=lang-python
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=A self-contained cryptographic library for Python
|
TITLE:=Self-contained cryptographic library
|
||||||
URL:=https://www.pycryptodome.org/
|
URL:=https://www.pycryptodome.org/
|
||||||
DEPENDS:=+libgmp +python3
|
DEPENDS:=+libgmp +python3-light +python3-cffi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-cryptodomex/description
|
define Package/python3-cryptodomex/description
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/lib/Cryptodome/Math/_IntegerGMP.py
|
--- a/lib/Cryptodome/Math/_IntegerGMP.py
|
||||||
+++ b/lib/Cryptodome/Math/_IntegerGMP.py
|
+++ b/lib/Cryptodome/Math/_IntegerGMP.py
|
||||||
@@ -95,7 +95,7 @@ gmp_defs = """typedef unsigned long UNIX
|
@@ -97,7 +97,7 @@ gmp_defs = """typedef unsigned long UNIX
|
||||||
if sys.platform == "win32":
|
if sys.platform == "win32":
|
||||||
raise ImportError("Not using GMP on Windows")
|
raise ImportError("Not using GMP on Windows")
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/setup.py
|
--- a/setup.py
|
||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -275,6 +275,9 @@ package_data = {
|
@@ -276,6 +276,9 @@ package_data = {
|
||||||
"Crypto.Util" : [ "*.pyi" ],
|
"Crypto.Util" : [ "*.pyi" ],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue