git: 8e025df306e8 - main - textproc/py-atoml: Update to 1.1.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 11 Jan 2022 18:55:39 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8e025df306e8f07a60ae81263cca34ebbc837f08

commit 8e025df306e8f07a60ae81263cca34ebbc837f08
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:17:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:44:41 +0000

    textproc/py-atoml: Update to 1.1.1
    
    Changes:        https://github.com/frostming/atoml/releases
---
 textproc/py-atoml/Makefile       | 2 +-
 textproc/py-atoml/distinfo       | 6 +++---
 textproc/py-atoml/files/setup.py | 9 ++++++++-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/textproc/py-atoml/Makefile b/textproc/py-atoml/Makefile
index f11439825436..fba2ec300e93 100644
--- a/textproc/py-atoml/Makefile
+++ b/textproc/py-atoml/Makefile
@@ -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}
diff --git a/textproc/py-atoml/distinfo b/textproc/py-atoml/distinfo
index 70b5d2efa283..ac7c559dbb8c 100644
--- a/textproc/py-atoml/distinfo
+++ b/textproc/py-atoml/distinfo
@@ -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
diff --git a/textproc/py-atoml/files/setup.py b/textproc/py-atoml/files/setup.py
index d1601330afcc..b36d2ebf8e9f 100644
--- a/textproc/py-atoml/files/setup.py
+++ b/textproc/py-atoml/files/setup.py
@@ -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',