mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/python-pysmb: bump version to 1.2.13
https://github.com/miketeo/pysmb/blob/pysmb-1.2.13/CHANGELOG
Added comments to Config.in computed by scanpypi.
Updated project URL, old URL is broken.
All hashes were computed by scanpypi.
Updated license hash due to copyright year bump:
e9d59f3564
Updated _SITE to URL computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
1986157bfc
commit
ed899d9f18
@@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_PYTHON_PYSMB
|
config BR2_PACKAGE_PYTHON_PYSMB
|
||||||
bool "python-pysmb"
|
bool "python-pysmb"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_PYTHON_PYASN1
|
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
|
||||||
select BR2_PACKAGE_PYTHON_TQDM
|
select BR2_PACKAGE_PYTHON_TQDM # runtime
|
||||||
help
|
help
|
||||||
pysmb is an experimental SMB/CIFS library written in Python.
|
pysmb is an experimental SMB/CIFS library written in Python.
|
||||||
It implements the client-side SMB/CIFS protocol (SMB1 and
|
It implements the client-side SMB/CIFS protocol (SMB1 and
|
||||||
@@ -10,7 +10,7 @@ config BR2_PACKAGE_PYTHON_PYSMB
|
|||||||
transfer files to/from SMB/CIFS shared folders like your
|
transfer files to/from SMB/CIFS shared folders like your
|
||||||
Windows file sharing and Samba folders.
|
Windows file sharing and Samba folders.
|
||||||
|
|
||||||
https://miketeo.net/wp/index.php/projects/pysmb
|
https://miketeo.net/blog/projects/pysmb
|
||||||
|
|
||||||
comment "python-pysmb needs a toolchain w/ C++"
|
comment "python-pysmb needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# Locally computed
|
# md5, sha256 from https://pypi.org/pypi/pysmb/json
|
||||||
sha256 a3897153177d4a88bd4086ed07890f0b4d1d8d1c99866392edc2ce744ce9c3f1 pysmb-1.2.10.tar.gz
|
md5 a719b8d2f333963ccc7cc71d4fdea184 pysmb-1.2.13.tar.gz
|
||||||
sha256 8c487d5c10f024e44a9cf1df21d1fd28a80bd2dfddd9f1dcd109a47d721f497f LICENSE
|
sha256 89d37fc4f061acecf40e6864e555898f2ecc49994ec06949edbb94b94239a808 pysmb-1.2.13.tar.gz
|
||||||
|
# Locally computed sha256 checksums
|
||||||
|
sha256 d2ffe0ee7a0160534d80e21a8e531d78e67d9c29ca83b0c41ded5f7f6b50b551 LICENSE
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PYTHON_PYSMB_VERSION = 1.2.10
|
PYTHON_PYSMB_VERSION = 1.2.13
|
||||||
PYTHON_PYSMB_SOURCE = pysmb-$(PYTHON_PYSMB_VERSION).tar.gz
|
PYTHON_PYSMB_SOURCE = pysmb-$(PYTHON_PYSMB_VERSION).tar.gz
|
||||||
PYTHON_PYSMB_SITE = https://miketeo.net/files/Projects/pysmb
|
PYTHON_PYSMB_SITE = https://files.pythonhosted.org/packages/de/79/f9a2f2f3aea92ae5647079fcbf28e3969de9af7953bef10e31898fe435e2
|
||||||
PYTHON_PYSMB_LICENSE = Libpng
|
PYTHON_PYSMB_LICENSE = Libpng
|
||||||
PYTHON_PYSMB_LICENSE_FILES = LICENSE
|
PYTHON_PYSMB_LICENSE_FILES = LICENSE
|
||||||
PYTHON_PYSMB_SETUP_TYPE = setuptools
|
PYTHON_PYSMB_SETUP_TYPE = setuptools
|
||||||
|
|||||||
Reference in New Issue
Block a user