mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-pyftpdlib: bump to version 2.0.0
Add new python-pyasyncore and python-pyasynchat runtime dependencies. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
6174b0b8d4
commit
1dde7e861a
@@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYFTPDLIB
|
||||
bool "python-pyftpdlib"
|
||||
select BR2_PACKAGE_PYTHON_PYASYNCHAT # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYASYNCORE # runtime
|
||||
help
|
||||
Extremely fast and scalable Python FTP server library.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyftpdlib/json
|
||||
md5 cb32bca52ba0d4850a92513154c253e1 pyftpdlib-1.5.9.tar.gz
|
||||
sha256 323d4c42f1406aedb4df18faf680f64f32c080ff66f6c26090ba592f5bfc4a0f pyftpdlib-1.5.9.tar.gz
|
||||
md5 36d7328c7dde493816bc3677b3c71287 pyftpdlib-2.0.0.tar.gz
|
||||
sha256 1aded131fc7d41b0fa734c7879a96a6251366b141e8886782bcb1de616ffc791 pyftpdlib-2.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 67a832551570a5ac5f7901eaa5ece4b9491fda7f2d8c93957c3bbc68a5a76d88 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYFTPDLIB_VERSION = 1.5.9
|
||||
PYTHON_PYFTPDLIB_VERSION = 2.0.0
|
||||
PYTHON_PYFTPDLIB_SOURCE = pyftpdlib-$(PYTHON_PYFTPDLIB_VERSION).tar.gz
|
||||
PYTHON_PYFTPDLIB_SITE = https://files.pythonhosted.org/packages/47/9f/5dc055ab2db58db561f72b1b2f18b1dafc025f2ac5dd842c40259c17195e
|
||||
PYTHON_PYFTPDLIB_SITE = https://files.pythonhosted.org/packages/f1/69/a524dcb5a9be722273a74d71c509f3d875238c54fd7426fab6fd05ca8521
|
||||
PYTHON_PYFTPDLIB_SETUP_TYPE = setuptools
|
||||
PYTHON_PYFTPDLIB_LICENSE = MIT
|
||||
PYTHON_PYFTPDLIB_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user