python3-sphinxcontrib-applehelp: 1.0.8 -> 2.0.0

This commit is contained in:
Tim Biermann 2024-08-15 19:59:41 +02:00
parent 7d9e04622a
commit 3a70cea12f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 11 deletions

View File

@ -211,10 +211,10 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/lo
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/locales/zh_TW/LC_MESSAGES/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/locales/zh_TW/LC_MESSAGES/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.applehelp.mo -rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.applehelp.mo
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.applehelp.po -rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.applehelp.po
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/py.typed (EMPTY)
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/templates/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/templates/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/templates/_access.html_t -rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/applehelp/templates/_access.html_t
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-1.0.8.dist-info/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-2.0.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-1.0.8.dist-info/LICENSE -rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-2.0.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-1.0.8.dist-info/METADATA -rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-2.0.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-1.0.8.dist-info/RECORD -rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-2.0.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_applehelp-1.0.8.dist-info/WHEEL

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xWPpwXSsSwbhSnB+MCg1pSPLVsYjuDDld3cJJ+wgbdOWD9XirFBUxjqbZo3KsLFOAYT1+PkAe+mQIst9MtF9Qc= RWSagIOpLGJF38xGjFUdSxZdV6PrjmVoxI4+GbvAdGnMXvF/zDRL3Lf7yAt1Ptpcuj+/5g27BAEv13YL1vV8Q2ePHWmvS6QmqQQ=
SHA256 (Pkgfile) = bffd93cf0cabab4d7da0f1d279c216a3c8b33658a5e2517695fae1d28d0268ec SHA256 (Pkgfile) = 82d3791a955abe149a6ea0f2b9b2534f4d684cacb93ce9c941aab9909bc30d17
SHA256 (.footprint) = 5cc6c56430af24f7410ef15462b5fe14041d76634a9bd70f570cfa3b42b0d132 SHA256 (.footprint) = 8c628263186127a1b768e79270b159a70d021b0f1d006091ed0c4093ae93c83c
SHA256 (sphinxcontrib-applehelp-1.0.8.tar.gz) = 3e9142cdad80195aad945fb5dc0a0fdce19046ceb124d22d2bd2ee0166819763 SHA256 (sphinxcontrib-applehelp-2.0.0.tar.gz) = 953f2b79bf0162715e943fadbb805f614fb879c61f07a44d425961485baf7891

View File

@ -1,10 +1,10 @@
# Description: sphinx extension which outputs Apple help books # Description: sphinx extension which outputs Apple help books
# URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp/ # URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp/
# Maintainer: CRUX System Team, core-ports at crux dot nu # Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-build python3-flit-core python3-installer python3-wheel # Depends on: python3-build python3-installer python3-wheel
name=python3-sphinxcontrib-applehelp name=python3-sphinxcontrib-applehelp
version=1.0.8 version=2.0.0
release=1 release=1
source=(https://github.com/sphinx-doc/${name#*-}/archive/$version/${name#*-}-$version.tar.gz) source=(https://github.com/sphinx-doc/${name#*-}/archive/$version/${name#*-}-$version.tar.gz)