diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-08-31 00:55:20 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-08-31 00:55:20 +0800 |
commit | 3e399e9286a5f6492131d198526e6130d8c2739a (patch) | |
tree | 940ea317c78b59b3676d72c093b587d05ddf2388 | |
parent | 25b4544297b91f1d96b86b3d1e57d314d5533bd3 (diff) |
python-attrs: Update to 20.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | lang/python/python-attrs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-attrs/Makefile b/lang/python/python-attrs/Makefile index 240ec6be6..8063cf0ca 100644 --- a/lang/python/python-attrs/Makefile +++ b/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 |