pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-sphinxcontrib-svg2pdfconverter: Update to 1.2.2



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Mon Sep 25 23:36:45 2023 +0900
Changeset:	483ea4282e4625c109d83c7f9bac48aa760c4523

Modified Files:
	py-sphinxcontrib-svg2pdfconverter/Makefile
	py-sphinxcontrib-svg2pdfconverter/distinfo

Log Message:
py-sphinxcontrib-svg2pdfconverter: Update to 1.2.2

1.2.2
* Update mail address and welcome to 2023
* Update license text

1.2.1
* Fix InkscapeConverter is_available handling due to changed function
  call order in sphinx 3.x and above
* Fix typo
* Fix version bump where half of the commit got lost somehow

1.2.0
* Merge pull request #17 from sephalon/inkscape-version
* Merge pull request #16 from lukeprince20/patch-cairosvgconverter
* Match Inkscape version number only
* Fix CairSVGConverter::convert for usage on Windows

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=483ea4282e4625c109d83c7f9bac48aa760c4523

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-sphinxcontrib-svg2pdfconverter/Makefile | 4 ++--
 py-sphinxcontrib-svg2pdfconverter/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-sphinxcontrib-svg2pdfconverter/Makefile b/py-sphinxcontrib-svg2pdfconverter/Makefile
index 727e0f2882..71bccd1317 100644
--- a/py-sphinxcontrib-svg2pdfconverter/Makefile
+++ b/py-sphinxcontrib-svg2pdfconverter/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	sphinxcontrib-svg2pdfconverter-1.1.1
+DISTNAME=	sphinxcontrib-svg2pdfconverter-1.2.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc python
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/sphinxcontrib-svg2pdfconverter/}
@@ -14,7 +14,7 @@ DEPENDS+=	${PYPKGPREFIX}-sphinx>=1.6.3:../../textproc/py-sphinx
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27	# py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE=	27 37	# py-sphinx
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-sphinxcontrib-svg2pdfconverter/distinfo b/py-sphinxcontrib-svg2pdfconverter/distinfo
index 0e6f583f52..3721cc62e0 100644
--- a/py-sphinxcontrib-svg2pdfconverter/distinfo
+++ b/py-sphinxcontrib-svg2pdfconverter/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (sphinxcontrib-svg2pdfconverter-1.1.1.tar.gz) = 11efce678471e05123717b135268b2f7c8d6b358
-SHA512 (sphinxcontrib-svg2pdfconverter-1.1.1.tar.gz) = 7f06da4373eed8673fc4cd4598a00a7d529adcec7a40649bf79c5b8d5b363455c8a83286e58d783edcba27114ac4687fd15a4be37ec95e331e9abd22bd3cd4b7
-Size (sphinxcontrib-svg2pdfconverter-1.1.1.tar.gz) = 5185 bytes
+BLAKE2s (sphinxcontrib-svg2pdfconverter-1.2.2.tar.gz) = d2fbdfc0d7ad2fb038e39f951c9adea04949b66d8c65fd232e5b17d5e18d7822
+SHA512 (sphinxcontrib-svg2pdfconverter-1.2.2.tar.gz) = 9c46c8c42a7173afd59395c63684a1c4a97789bd1d02deb29dcabb2fad23961a9ab2628ec60e3af6c625dbf856fa06d87d9f42226689418d5df6af8bae841ab2
+Size (sphinxcontrib-svg2pdfconverter-1.2.2.tar.gz) = 5516 bytes


Home | Main Index | Thread Index | Old Index