pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-sphinxcontrib-serializinghtml py-sphinxcon...
details: https://anonhg.NetBSD.org/pkgsrc/rev/38f0b843e990
branches: trunk
changeset: 456678:38f0b843e990
user: adam <adam%pkgsrc.org@localhost>
date: Thu Aug 05 18:39:39 2021 +0000
description:
py-sphinxcontrib-serializinghtml: updated to 1.1.5
Release 1.1.5
* Remove deprecation warnings for Sphinx-3.x
diffstat:
textproc/py-sphinxcontrib-serializinghtml/Makefile | 6 +++---
textproc/py-sphinxcontrib-serializinghtml/PLIST | 8 +++++++-
textproc/py-sphinxcontrib-serializinghtml/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 9 deletions(-)
diffs (72 lines):
diff -r 50003dbfa1ee -r 38f0b843e990 textproc/py-sphinxcontrib-serializinghtml/Makefile
--- a/textproc/py-sphinxcontrib-serializinghtml/Makefile Thu Aug 05 18:37:30 2021 +0000
+++ b/textproc/py-sphinxcontrib-serializinghtml/Makefile Thu Aug 05 18:39:39 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/03/12 17:20:43 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2021/08/05 18:39:39 adam Exp $
-DISTNAME= sphinxcontrib-serializinghtml-1.1.4
+DISTNAME= sphinxcontrib-serializinghtml-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-serializinghtml/}
@@ -18,7 +18,7 @@
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sphinx
do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 50003dbfa1ee -r 38f0b843e990 textproc/py-sphinxcontrib-serializinghtml/PLIST
--- a/textproc/py-sphinxcontrib-serializinghtml/PLIST Thu Aug 05 18:37:30 2021 +0000
+++ b/textproc/py-sphinxcontrib-serializinghtml/PLIST Thu Aug 05 18:39:39 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/21 20:50:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/08/05 18:39:39 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,6 +16,8 @@
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/.tx/config
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/ar/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/ar/LC_MESSAGES/sphinxcontrib.serializinghtml.po
+${PYSITELIB}/sphinxcontrib/serializinghtml/locales/bg/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
+${PYSITELIB}/sphinxcontrib/serializinghtml/locales/bg/LC_MESSAGES/sphinxcontrib.serializinghtml.po
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/bn/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/bn/LC_MESSAGES/sphinxcontrib.serializinghtml.po
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/ca/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
@@ -95,6 +97,8 @@
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sl/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sl/LC_MESSAGES/sphinxcontrib.serializinghtml.po
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sphinxcontrib.serializinghtml.pot
+${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sq/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
+${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sq/LC_MESSAGES/sphinxcontrib.serializinghtml.po
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sr/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sr/LC_MESSAGES/sphinxcontrib.serializinghtml.po
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sr@latin/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
@@ -105,6 +109,8 @@
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/sv/LC_MESSAGES/sphinxcontrib.serializinghtml.po
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/ta/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/ta/LC_MESSAGES/sphinxcontrib.serializinghtml.po
+${PYSITELIB}/sphinxcontrib/serializinghtml/locales/te/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
+${PYSITELIB}/sphinxcontrib/serializinghtml/locales/te/LC_MESSAGES/sphinxcontrib.serializinghtml.po
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/tr/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/tr/LC_MESSAGES/sphinxcontrib.serializinghtml.po
${PYSITELIB}/sphinxcontrib/serializinghtml/locales/uk_UA/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
diff -r 50003dbfa1ee -r 38f0b843e990 textproc/py-sphinxcontrib-serializinghtml/distinfo
--- a/textproc/py-sphinxcontrib-serializinghtml/distinfo Thu Aug 05 18:37:30 2021 +0000
+++ b/textproc/py-sphinxcontrib-serializinghtml/distinfo Thu Aug 05 18:39:39 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/29 15:31:40 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/08/05 18:39:39 adam Exp $
-SHA1 (sphinxcontrib-serializinghtml-1.1.4.tar.gz) = 7d782d9f8fef0a5663fc7732d72847e711f0f18b
-RMD160 (sphinxcontrib-serializinghtml-1.1.4.tar.gz) = dd488b8c61eb1af8c4badba5c7082c990318d29d
-SHA512 (sphinxcontrib-serializinghtml-1.1.4.tar.gz) = d132f75f1e0491167cd6d0f5b3697ac0fc1b16e63fd3dcd480b961e332b521932e405679a695522a4aeb56f57949eb9b1ed7635e9807dd059ae44a6384bdc6d0
-Size (sphinxcontrib-serializinghtml-1.1.4.tar.gz) = 18647 bytes
+SHA1 (sphinxcontrib-serializinghtml-1.1.5.tar.gz) = e299c07d7a22514053cb709105d094ff70b2e926
+RMD160 (sphinxcontrib-serializinghtml-1.1.5.tar.gz) = c8e1910f916f8d07d5e87bc433c964634146773f
+SHA512 (sphinxcontrib-serializinghtml-1.1.5.tar.gz) = c5aabe4d29fd0455c269f8054089fdd61e1de5c35aa407740fc3baae4cfb3235d9fd5515c0489b0becd12abc8f18d0f42aa169ed315c00f30ba87e64ce851667
+Size (sphinxcontrib-serializinghtml-1.1.5.tar.gz) = 21019 bytes
Home |
Main Index |
Thread Index |
Old Index