pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-mdformat: Update to 0.7.17
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Oct 1 22:16:33 2023 +0200
Changeset: 8d43c72761358a640213aacee5739444fe91fef7
Modified Files:
py-mdformat/Makefile
py-mdformat/distinfo
Log Message:
py-mdformat: Update to 0.7.17
pkgsrc changes:
- G/C logic for python37: it is no longer supported both from upstream
and no longer relevant for pkgsrc either
Changes:
0.7.17
------
Added
- Do not update mtime if formatting result is identical to the file.
Thank you, Pierre Augier, for the issue and the PR.
Fixed
- An error on empty paragraph (Unicode space only). Thank you, Nico
Schlömer, for the issue.
- File write fails if no permissions to write to the directory. Fixed
by removing atomic writes. Thank you, Guy Kisel, for the issue.
- File permissions change on rewrite. Thank you, Keiichi Watanabe, for
the issue.
Removed
- Python 3.7 support
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d43c72761358a640213aacee5739444fe91fef7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-mdformat/Makefile | 6 +-----
py-mdformat/distinfo | 6 +++---
2 files changed, 4 insertions(+), 8 deletions(-)
diffs:
diff --git a/py-mdformat/Makefile b/py-mdformat/Makefile
index 0646f17ff9..79f5153e41 100644
--- a/py-mdformat/Makefile
+++ b/py-mdformat/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= mdformat-0.7.16
+DISTNAME= mdformat-0.7.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mdformat/}
@@ -17,10 +17,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 307
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
-.endif
-
.if ${PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.6.0:../../devel/py-importlib-metadata
.endif
diff --git a/py-mdformat/distinfo b/py-mdformat/distinfo
index 49692b5166..ad7533f78c 100644
--- a/py-mdformat/distinfo
+++ b/py-mdformat/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (mdformat-0.7.16.tar.gz) = cbcacf9a84e923e5cac355c41276c1fb243a2cf3d0cec4e177b8048aff1b055b
-SHA512 (mdformat-0.7.16.tar.gz) = 867cb9fbdf362476b0ee9661cb0d39ad9874cf391f30b429dc77f32a95e7d4f0f8630e3478e6b5fdb52cfa54e08c500f1c3945cd45e467daf8fd6146780ce929
-Size (mdformat-0.7.16.tar.gz) = 28390 bytes
+BLAKE2s (mdformat-0.7.17.tar.gz) = 4b1660fb1a1f22628f986527e2a8f66a3b39651a331f9094aea22c5c5c512ee1
+SHA512 (mdformat-0.7.17.tar.gz) = eec41a25ed04724228773f45515d73382cee5259e834ac74730c6f78a526baff86769d4d09458a06c9c30a5319ae25d61f3d6bd4117a650be162f83accaf9de3
+Size (mdformat-0.7.17.tar.gz) = 36305 bytes
Home |
Main Index |
Thread Index |
Old Index