Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2022 06:23:46 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 843271ef01ea - main - textproc/py-pymdown-extensions: Update to 9.2
Message-ID:  <202202160623.21G6Nk8V026284@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=843271ef01ea01080fa2f179974174c51759aad1

commit 843271ef01ea01080fa2f179974174c51759aad1
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-02-16 06:14:10 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-02-16 06:14:10 +0000

    textproc/py-pymdown-extensions: Update to 9.2
    
    * Support for Python 3.6 was dropped with this release.
    
    Changelog:
    
    https://github.com/facelessuser/pymdown-extensions/releases/tag/9.2
---
 textproc/py-pymdown-extensions/Makefile | 4 ++--
 textproc/py-pymdown-extensions/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/textproc/py-pymdown-extensions/Makefile b/textproc/py-pymdown-extensions/Makefile
index fb98cc09a5a0..007a3d7c22bc 100644
--- a/textproc/py-pymdown-extensions/Makefile
+++ b/textproc/py-pymdown-extensions/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pymdown-extensions
-DISTVERSION=	9.1
+DISTVERSION=	9.2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>=3.2:textproc/py-markdown@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
diff --git a/textproc/py-pymdown-extensions/distinfo b/textproc/py-pymdown-extensions/distinfo
index 3995939adace..fdea59be70e1 100644
--- a/textproc/py-pymdown-extensions/distinfo
+++ b/textproc/py-pymdown-extensions/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641746059
-SHA256 (pymdown-extensions-9.1.tar.gz) = 74247f2c80f1d9e3c7242abe1c16317da36c6f26c7ad4b8a7f457f0ec20f0365
-SIZE (pymdown-extensions-9.1.tar.gz) = 714776
+TIMESTAMP = 1644942841
+SHA256 (pymdown-extensions-9.2.tar.gz) = ed8f69a18bc158f00cbf03abc536b88b6e541b7e699156501e767c48f81d8850
+SIZE (pymdown-extensions-9.2.tar.gz) = 716218



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202160623.21G6Nk8V026284>