textproc/py-atoml: Update to 1.1.1

Changes:	https://github.com/frostming/atoml/releases
This commit is contained in:
Po-Chuan Hsieh 2022-01-12 01:17:13 +08:00
parent eb8d630020
commit 8e025df306
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 12 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= atoml
PORTVERSION= 1.1.0
PORTVERSION= 1.1.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1636117290
SHA256 (atoml-1.1.0.tar.gz) = 061ae4cade56de5100f67678097167a3d4285a448f9e0be53e86513730eb72bb
SIZE (atoml-1.1.0.tar.gz) = 137314
TIMESTAMP = 1641046000
SHA256 (atoml-1.1.1.tar.gz) = cda7b3cee4383e37d88e040d9339e75cd257bb1995054046b61d6746f110146c
SIZE (atoml-1.1.1.tar.gz) = 138233

View File

@ -25,11 +25,18 @@ setup_kwargs = {
'long_description_content_type': 'text/markdown',
'classifiers': [
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
],
'python_requires': '>=3.6',