pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-alabaster



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 13 08:54:29 UTC 2023

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

Log Message:
py-alabaster: updated to 0.7.13

0.7.13

:support:`- backported` Modernized the project: s/Travis/Circle/ for CI, README badges, setup.cfg removal, metadata refresh, etc.

:support:`- backported` Dropped support for Python 2 and Python <3.6. This includes various minor updates to work correctly with modern versions of Sphinx (1.6 at the very least). Thanks to Adam 
Turner for a pile of patches here.

Warning

This change is backwards incompatible if you're on an old Python version.

:support:`- backported` Tweak CSS somewhat for compatibility with modern Sphinx versions' base stylesheet.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-alabaster/Makefile \
    pkgsrc/textproc/py-alabaster/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-alabaster/Makefile
diff -u pkgsrc/textproc/py-alabaster/Makefile:1.7 pkgsrc/textproc/py-alabaster/Makefile:1.8
--- pkgsrc/textproc/py-alabaster/Makefile:1.7   Tue Jan  4 20:54:52 2022
+++ pkgsrc/textproc/py-alabaster/Makefile       Fri Jan 13 08:54:29 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:52 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/13 08:54:29 adam Exp $
 
-DISTNAME=      alabaster-0.7.12
+DISTNAME=      alabaster-0.7.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alabaster/}
 
@@ -13,8 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONED_DEPENDENCIES= pygments
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-alabaster/distinfo
diff -u pkgsrc/textproc/py-alabaster/distinfo:1.7 pkgsrc/textproc/py-alabaster/distinfo:1.8
--- pkgsrc/textproc/py-alabaster/distinfo:1.7   Tue Oct 26 11:22:59 2021
+++ pkgsrc/textproc/py-alabaster/distinfo       Fri Jan 13 08:54:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:22:59 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/01/13 08:54:29 adam Exp $
 
-BLAKE2s (alabaster-0.7.12.tar.gz) = 253098070469d7144c9774d6d23d8d2095777ea75e28ed505755a525680406ac
-SHA512 (alabaster-0.7.12.tar.gz) = e3bfd0c92ce01f08d5e6d9dc1ef0967ca1f54827e08756f4a0ba7be8d3b8bec7f2e53a169b831ff5ce2d2548f7f52c6e518bcc513e49bb3e4c38274293aebbac
-Size (alabaster-0.7.12.tar.gz) = 11242 bytes
+BLAKE2s (alabaster-0.7.13.tar.gz) = 0c2b8bc41df82b75a4c95c35ed3e2093916f256231a8a64ba044a607aed6ca56
+SHA512 (alabaster-0.7.13.tar.gz) = 1cf740c17c669a2a48dba6f6d3b7dde6aa77c6cf1f3d84de0384852ef04f5c03e585f614880099f6466c81f959e290c19db70319caa9b1e2d93e4bf155f80a99
+Size (alabaster-0.7.13.tar.gz) = 11454 bytes



Home | Main Index | Thread Index | Old Index