Browse Source
python-attrs: Update to 20.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To
4 years ago
No known key found for this signature in database
GPG Key ID: C616D9E719E868E4
1 changed files with
3 additions and
3 deletions
-
lang/python/python-attrs/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-attrs |
|
|
|
PKG_VERSION:=19.3.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=20.1.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=attrs |
|
|
|
PKG_HASH:=f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72 |
|
|
|
PKG_HASH:=0ef97238856430dcf9228e07f316aefc17e8939fc8507e18c6501b761ef1a42a |
|
|
|
|
|
|
|
PKG_LICENSE:=MIT |
|
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|