git: 848654554a20 - main - textproc/py-markups: Update to 3.1.2
Tilman Keskinoz
arved at FreeBSD.org
Sun Sep 12 19:45:31 UTC 2021
The branch main has been updated by arved:
URL: https://cgit.FreeBSD.org/ports/commit/?id=848654554a2086045c08e738d08a2e3eaf3fc7cc
commit 848654554a2086045c08e738d08a2e3eaf3fc7cc
Author: Tilman Keskinoz <arved at FreeBSD.org>
AuthorDate: 2021-09-12 19:44:42 +0000
Commit: Tilman Keskinoz <arved at FreeBSD.org>
CommitDate: 2021-09-12 19:45:10 +0000
textproc/py-markups: Update to 3.1.2
Minimum required python version is now 3.7 (per changelog)
---
textproc/py-markups/Makefile | 4 ++--
textproc/py-markups/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/textproc/py-markups/Makefile b/textproc/py-markups/Makefile
index 10b38001e1fa..5173402e5789 100644
--- a/textproc/py-markups/Makefile
+++ b/textproc/py-markups/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Markups
-PORTVERSION= 3.1.1
+PORTVERSION= 3.1.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,7 @@ COMMENT= Wrapper around various text markup languages
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:3.2+
+USES= python:3.7+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
diff --git a/textproc/py-markups/distinfo b/textproc/py-markups/distinfo
index 9b8f365f8d93..10b6250df5f7 100644
--- a/textproc/py-markups/distinfo
+++ b/textproc/py-markups/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1630606573
-SHA256 (Markups-3.1.1.tar.gz) = e309d79dde0935576ce1def6752f2127a12e2c2ea2ae8b0c69f99ff8bc12181d
-SIZE (Markups-3.1.1.tar.gz) = 20482
+TIMESTAMP = 1631482641
+SHA256 (Markups-3.1.2.tar.gz) = 2954d53656d9ec84f2f6c077e91a1de534e05647f20d327757283bbb5a857770
+SIZE (Markups-3.1.2.tar.gz) = 20608
More information about the dev-commits-ports-all
mailing list