aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-05-14 16:14:45 -0700
committerGitHub <noreply@github.com>2020-05-14 16:14:45 -0700
commit8302890162b8387f2751318fd11544e7050be015 (patch)
treeadfde0a435ee0bc46b67a77b4bb0e088da49f962 /lang/python
parent2ad0aab050f2ee98d28181a38da98c0008eeb8ed (diff)
parent94ca5a57603982210f63ccb77113a1505de4d50d (diff)
Merge pull request #12149 from ja-pa/python-atomicwrites-udate
python-atomicwrites: update to version 1.4.0
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/python-atomicwrites/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-atomicwrites/Makefile b/lang/python/python-atomicwrites/Makefile
index d035c94e4..e29d0ec7d 100644
--- a/lang/python/python-atomicwrites/Makefile
+++ b/lang/python/python-atomicwrites/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2019 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
+# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-atomicwrites
-PKG_VERSION:=1.3.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.4.0
+PKG_RELEASE:=1
PYPI_NAME:=atomicwrites
-PKG_HASH:=75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6
+PKG_HASH:=ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
PKG_LICENSE:=MIT