pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-smartypants



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul  1 21:22:58 UTC 2025

Modified Files:
        pkgsrc/textproc/py-smartypants: Makefile distinfo

Log Message:
py-smartypants: update to 2.0.2.

Release 2.0.2 (2025-06-17)
--------------------------

- Fix double closing quotes after an HTML block
- Fix regular expressions and tests for Python 3.12+
- Move documentation to ReadTheDocs


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-smartypants/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-smartypants/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-smartypants/Makefile
diff -u pkgsrc/textproc/py-smartypants/Makefile:1.4 pkgsrc/textproc/py-smartypants/Makefile:1.5
--- pkgsrc/textproc/py-smartypants/Makefile:1.4 Sun Apr 13 10:58:34 2025
+++ pkgsrc/textproc/py-smartypants/Makefile     Tue Jul  1 21:22:58 2025
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2025/04/13 10:58:34 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/07/01 21:22:58 wiz Exp $
 
-DISTNAME=      smartypants-2.0.1
+DISTNAME=      smartypants-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc python
-# source tarball missing on pypi
-#MASTER_SITES= ${MASTER_SITE_PYPI:=s/smartypants/}
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=leohemsted/}
-GITHUB_PROJECT=        smartypants.py
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/smartypants/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/leohemsted/smartypants.py
@@ -20,7 +15,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-docutils>=
 
 USE_LANGUAGES= # none
 
-# as of 2.0.1
+# as of 2.0.2
 # 4 failed, 1 passed
 
 post-install:

Index: pkgsrc/textproc/py-smartypants/distinfo
diff -u pkgsrc/textproc/py-smartypants/distinfo:1.3 pkgsrc/textproc/py-smartypants/distinfo:1.4
--- pkgsrc/textproc/py-smartypants/distinfo:1.3 Tue Oct 26 11:23:13 2021
+++ pkgsrc/textproc/py-smartypants/distinfo     Tue Jul  1 21:22:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:23:13 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/07/01 21:22:58 wiz Exp $
 
-BLAKE2s (smartypants-2.0.1.tar.gz) = 07dcc2bfb73dfc501bc444e070a5e720771996775429813d6dd2bc42adfdc235
-SHA512 (smartypants-2.0.1.tar.gz) = d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d
-Size (smartypants-2.0.1.tar.gz) = 24152 bytes
+BLAKE2s (smartypants-2.0.2.tar.gz) = 27a4ea89db8e188f6284179cde3f17931fe4eb829b3581e4d99c9844ded1aaad
+SHA512 (smartypants-2.0.2.tar.gz) = aed96dd99c41c8ae13a459a1497254de391573b0459a0c40ef81af0478430836bd82b42f0145af0d0965a6d47d79c0c9c49371d347f1f5ff7fd9c3d769fd2b8c
+Size (smartypants-2.0.2.tar.gz) = 16392 bytes



Home | Main Index | Thread Index | Old Index