python3-sphinx: 4.2.0 -> 4.3.0

This commit is contained in:
Danny Rawlins 2021-11-14 22:45:32 +11:00
parent cecc41713a
commit f43ffd1ec4
3 changed files with 14 additions and 14 deletions

View File

@ -7,14 +7,14 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/Sphinx-4.2.0-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.2.0-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.2.0-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.2.0-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.2.0-py3.9.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.2.0-py3.9.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.2.0-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.2.0-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/Sphinx-4.3.0-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.3.0-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.3.0-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.3.0-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.3.0-py3.9.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.3.0-py3.9.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.3.0-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Sphinx-4.3.0-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/sphinx/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/sphinx/__init__.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/sphinx/__main__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33ONyMW/tyPspXWUX/Z2GY1Mma4TrpeSpXUQIYkfxbYwW8fd96SUo/2T94fYwgjJD6c7HyTTohiLd11anZT6JwE=
SHA256 (Pkgfile) = c6f29eeb7caf5ed21337d725961a7b45a3892c372c23e3ac92c48d8356f9b296
SHA256 (.footprint) = acaa7e58bb9d47bc22d11ac557cbf889652cc9c59fb4eba3c04ec528429d0e34
SHA256 (Sphinx-4.2.0.tar.gz) = 94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6
RWSagIOpLGJF35vySPIYCaNRrrHoH5xJvcHhM5LDeEPGmtWDdxCBIZNEfIzZ1piE//foDjDvXFZuQXZtdhv9GH+m3+o8VxPijwk=
SHA256 (Pkgfile) = 37ac7fe0304b8cf803cc6576b28b93036cee12c8885fc8c857ffe11ce842520c
SHA256 (.footprint) = 7462a456b54c08324d1950a212a0a0a92410eec66c4b57480c0acf7db981b369
SHA256 (Sphinx-4.3.0.tar.gz) = 6d051ab6e0d06cba786c4656b0fe67ba259fe058410f49e95bee6e49c4052cbf

View File

@ -5,7 +5,7 @@
name=python3-sphinx
_name=Sphinx
version=4.2.0
version=4.3.0
release=1
source=(https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
@ -14,7 +14,7 @@ unpack_source() {
for file in ${source[@]}; do
case ${file##*/} in
$_name-$version.tar.gz)
tar xfvz $(get_filename $file) -C $SRC ;;
bsdtar xfvz $(get_filename $file) -C $SRC ;;
*)
cp $(get_filename $file) $SRC ;;
esac