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:   wiz
Date:           Sun Jul 28 11:47:15 UTC 2024

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

Log Message:
py-alabaster: update to 1.0.0.

:git_tag:`1.0.0` -- 2024-07-26
------------------------------

- Dropped support for Python 3.9 and earlier.
- Dropped support for Sphinx 6.1 and earlier.
- Use a new SVG image for the GitHub banner.
- :feature:`217` Use the new *searchfield* component for the search box.
  Patch by Tim Hoffmann.
- :feature:`104` Allow translating strings in ``relations.html``.
- :bug:`125` Do not underline linked images.
   Patch by Joshua Bronson.
- :bug:`169` Do not ignore the Pygments background colour.
  Patch by Matthias Geier.
- :bug:`174` Fix clipping caused by incorrect CSS breakpoints.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-alabaster/Makefile \
    pkgsrc/textproc/py-alabaster/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-alabaster/PLIST

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.9 pkgsrc/textproc/py-alabaster/Makefile:1.10
--- pkgsrc/textproc/py-alabaster/Makefile:1.9   Sun Jan 14 09:02:59 2024
+++ pkgsrc/textproc/py-alabaster/Makefile       Sun Jul 28 11:47:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/01/14 09:02:59 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/07/28 11:47:15 wiz Exp $
 
-DISTNAME=      alabaster-0.7.16
+DISTNAME=      alabaster-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alabaster/}
Index: pkgsrc/textproc/py-alabaster/distinfo
diff -u pkgsrc/textproc/py-alabaster/distinfo:1.9 pkgsrc/textproc/py-alabaster/distinfo:1.10
--- pkgsrc/textproc/py-alabaster/distinfo:1.9   Sun Jan 14 09:02:59 2024
+++ pkgsrc/textproc/py-alabaster/distinfo       Sun Jul 28 11:47:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/01/14 09:02:59 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/07/28 11:47:15 wiz Exp $
 
-BLAKE2s (alabaster-0.7.16.tar.gz) = a3167f7a06ca0408b6bd04a82fe4f4de6c2cb885da5861947c67f81764178d35
-SHA512 (alabaster-0.7.16.tar.gz) = 2ef9d0c631bbd8d3a527e6f6c1e9d1a5533d9fad5e018c66f29b386cc788eee831083b67bb6e86b0ba66fdd78b12ddfc4e5ac15ca01f33d4a914d166a114c393
-Size (alabaster-0.7.16.tar.gz) = 23776 bytes
+BLAKE2s (alabaster-1.0.0.tar.gz) = 436e24dd1edb4945801187c6c964522595811f7abf188f84cce2ca46a97751ba
+SHA512 (alabaster-1.0.0.tar.gz) = 097755d8d5f8c818288f2bdea5ecb9217f4bbfbab238fb4e8f2e135d9a7777bb9a6056decabf709f8a255495d4269d92233bcdf73c6c9ec82e79f52d65849955
+Size (alabaster-1.0.0.tar.gz) = 24210 bytes

Index: pkgsrc/textproc/py-alabaster/PLIST
diff -u pkgsrc/textproc/py-alabaster/PLIST:1.5 pkgsrc/textproc/py-alabaster/PLIST:1.6
--- pkgsrc/textproc/py-alabaster/PLIST:1.5      Sun Jan 14 09:02:59 2024
+++ pkgsrc/textproc/py-alabaster/PLIST  Sun Jul 28 11:47:15 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/01/14 09:02:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/07/28 11:47:15 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -14,6 +14,7 @@ ${PYSITELIB}/alabaster/navigation.html
 ${PYSITELIB}/alabaster/relations.html
 ${PYSITELIB}/alabaster/static/alabaster.css_t
 ${PYSITELIB}/alabaster/static/custom.css
+${PYSITELIB}/alabaster/static/github-banner.svg
 ${PYSITELIB}/alabaster/support.py
 ${PYSITELIB}/alabaster/support.pyc
 ${PYSITELIB}/alabaster/support.pyo



Home | Main Index | Thread Index | Old Index