1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 13:23:57 +02:00

Merge pull request #14687 from jefferyto/python-hyperlink-21.0.0

python-hyperlink: Update to 21.0.0, refresh patch
This commit is contained in:
Rosen Penev 2021-02-07 15:31:46 -08:00 committed by GitHub
commit a569db3f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-hyperlink
PKG_VERSION:=20.0.1
PKG_VERSION:=21.0.0
PKG_RELEASE:=1
PYPI_NAME:=hyperlink
PKG_HASH:=47fcc7cd339c6cb2444463ec3277bdcfe142c8b1daf2160bdd52248deec815af
PKG_HASH:=427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE

View File

@ -7,5 +7,5 @@
- packages=find_packages(where="src"),
+ packages=find_packages(where="src", exclude=["*.test", "*.test.*"]),
package_dir={"": "src"},
package_data=dict(hyperlink=["py.typed"]),
package_data=dict(hyperlink=["py.typed", "idna-tables-properties.csv.gz"]),
zip_safe=False,