Browse Source
Merge pull request #13590 from jefferyto/python-attrs-20.2.0
python-attrs: Update to 20.2.0
lilik-openwrt-22.03
Hannu Nyman
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/python-attrs/Makefile
|
@ -8,11 +8,11 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=python-attrs |
|
|
PKG_NAME:=python-attrs |
|
|
PKG_VERSION:=20.1.0 |
|
|
|
|
|
|
|
|
PKG_VERSION:=20.2.0 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PYPI_NAME:=attrs |
|
|
PYPI_NAME:=attrs |
|
|
PKG_HASH:=0ef97238856430dcf9228e07f316aefc17e8939fc8507e18c6501b761ef1a42a |
|
|
|
|
|
|
|
|
PKG_HASH:=26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594 |
|
|
|
|
|
|
|
|
PKG_LICENSE:=MIT |
|
|
PKG_LICENSE:=MIT |
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|