git: 0f0e1d4f3e84 - main - textproc/py-marko: Update to 1.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 19:28:47 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f0e1d4f3e843f6dee0ebb6aaa7231f4ebb40949
commit 0f0e1d4f3e843f6dee0ebb6aaa7231f4ebb40949
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-23 18:20:58 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-23 18:52:23 +0000
textproc/py-marko: Update to 1.2.0
Changes: https://github.com/frostming/marko/blob/master/CHANGELOG.md
---
textproc/py-marko/Makefile | 2 +-
textproc/py-marko/distinfo | 6 +++---
textproc/py-marko/files/setup.py | 7 +++----
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/textproc/py-marko/Makefile b/textproc/py-marko/Makefile
index a7f1574b411f..590f987adf21 100644
--- a/textproc/py-marko/Makefile
+++ b/textproc/py-marko/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= marko
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-marko/distinfo b/textproc/py-marko/distinfo
index 77856078e1ee..8d7fd4c41db7 100644
--- a/textproc/py-marko/distinfo
+++ b/textproc/py-marko/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632760430
-SHA256 (marko-1.1.0.tar.gz) = 764316137a2f1ada070958870208ea5b6e4eda879ee4b743552aaebf9d0397f7
-SIZE (marko-1.1.0.tar.gz) = 135642
+TIMESTAMP = 1642102355
+SHA256 (marko-1.2.0.tar.gz) = 0befa554da3d14b7a38ac7473ffde60f1916fd1d0aaf67181ae70bfe00fdba18
+SIZE (marko-1.2.0.tar.gz) = 138708
diff --git a/textproc/py-marko/files/setup.py b/textproc/py-marko/files/setup.py
index a85ca642894a..e3d03b9e8755 100644
--- a/textproc/py-marko/files/setup.py
+++ b/textproc/py-marko/files/setup.py
@@ -1,4 +1,3 @@
-
# -*- coding: utf-8 -*-
from setuptools import setup
@@ -16,8 +15,8 @@ EXTRAS_REQUIRE = {
'benchmark': [
'commonmark~=0.9',
'markdown~=3.3',
- 'markdown-it-py~=0.6',
- 'mistune~=0.8',
+ 'markdown-it-py~=2.0',
+ 'mistune~=2.0',
'mistletoe~=0.7',
],
}
@@ -48,13 +47,13 @@ setup_kwargs = {
'classifiers': [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'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',
],
'extras_require': EXTRAS_REQUIRE,
'python_requires': '>=3.6',