1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

textproc/py-tomli-w: Update to 1.0.0

Changes:	https://github.com/hukkin/tomli-w/blob/master/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2021-12-22 02:49:57 +08:00
parent c6a2378bea
commit 5be3a5c950
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= tomli-w
PORTVERSION= 0.4.0
PORTVERSION= 1.0.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +13,7 @@ COMMENT= Lil' TOML writer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1635181101
SHA256 (tomli_w-0.4.0.tar.gz) = 47643abe03b628b6e214c38cf0816dca7b63888e503ec8580d251e331c0526b6
SIZE (tomli_w-0.4.0.tar.gz) = 6568
TIMESTAMP = 1638556630
SHA256 (tomli_w-1.0.0.tar.gz) = f463434305e0336248cac9c2dc8076b707d8a12d019dd349f5c1e382dd1ae1b9
SIZE (tomli_w-1.0.0.tar.gz) = 6531

View File

@ -17,5 +17,5 @@ setup(name='tomli_w',
url=None,
packages=packages,
package_data=package_data,
python_requires='>=3.6',
python_requires='>=3.7',
)