Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 15:27:00 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a3a547d3c8a1 - main - textproc/py-markdown-it-py: Update to 1.1.0
Message-ID:  <202105161527.14GFR086066952@gitrepo.freebsd.org>

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

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

commit a3a547d3c8a15833464c43ee92dccfad9399bc88
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-16 15:15:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-16 15:24:15 +0000

    textproc/py-markdown-it-py: Update to 1.1.0
    
    Changes:        https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
---
 textproc/py-markdown-it-py/Makefile              |  2 +-
 textproc/py-markdown-it-py/distinfo              |  6 +++---
 textproc/py-markdown-it-py/files/patch-setup.cfg | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/textproc/py-markdown-it-py/Makefile b/textproc/py-markdown-it-py/Makefile
index 39e443130dcc..dcf0de4b597e 100644
--- a/textproc/py-markdown-it-py/Makefile
+++ b/textproc/py-markdown-it-py/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	markdown-it-py
-PORTVERSION=	1.0.0
+PORTVERSION=	1.1.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-markdown-it-py/distinfo b/textproc/py-markdown-it-py/distinfo
index a0d2a5c7c5c1..dd45388c06c0 100644
--- a/textproc/py-markdown-it-py/distinfo
+++ b/textproc/py-markdown-it-py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620298652
-SHA256 (markdown-it-py-1.0.0.tar.gz) = d40d537a9bc4cb5fba6d3fa8d769ffac394f1a54d373efdf6675469b6d38f8ec
-SIZE (markdown-it-py-1.0.0.tar.gz) = 62496
+TIMESTAMP = 1620928633
+SHA256 (markdown-it-py-1.1.0.tar.gz) = 36be6bb3ad987bfdb839f5ba78ddf094552ca38ccbd784ae4f74a4e1419fc6e3
+SIZE (markdown-it-py-1.1.0.tar.gz) = 62561
diff --git a/textproc/py-markdown-it-py/files/patch-setup.cfg b/textproc/py-markdown-it-py/files/patch-setup.cfg
deleted file mode 100644
index f2a0522b55c9..000000000000
--- a/textproc/py-markdown-it-py/files/patch-setup.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.cfg.orig	2021-05-02 06:48:52 UTC
-+++ setup.cfg
-@@ -29,7 +29,7 @@ project_urls = 
- [options]
- packages = find:
- install_requires = 
--	attrs>=19,<21
-+	attrs>=19,<22
- 	typing_extensions>=3.7.4;python_version<'3.8'
- python_requires = ~=3.6
- include_package_data = True



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