python3-Sphinx: update to 3.0.0.
This commit is contained in:
parent
a7df55c367
commit
312a5c656c
|
@ -1,11 +0,0 @@
|
|||
--- setup.py.orig 2020-02-10 15:29:43.296312199 +0700
|
||||
+++ setup.py 2020-02-10 15:29:53.988279685 +0700
|
||||
@@ -42,7 +42,7 @@
|
||||
'sphinxcontrib-websupport',
|
||||
],
|
||||
'test': [
|
||||
- 'pytest < 5.3.3',
|
||||
+ 'pytest',
|
||||
'pytest-cov',
|
||||
'html5lib',
|
||||
'flake8>=3.5.0',
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-Sphinx'
|
||||
pkgname=python3-Sphinx
|
||||
version=2.4.4
|
||||
version=3.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc=Sphinx-${version}
|
||||
|
@ -19,7 +19,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="http://sphinx-doc.org"
|
||||
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||
checksum=b4c750d546ab6d7e05bdff6ac24db8ae3e8b8253a3569b754e445110a0a12b66
|
||||
checksum=6a099e6faffdc3ceba99ca8c2d09982d43022245e409249375edf111caf79ed3
|
||||
alternatives="
|
||||
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
|
||||
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="*a* *b* *rc*"
|
Loading…
Reference in New Issue