]> git.pld-linux.org Git - packages/python3-sphinxcontrib-htmlhelp.git/commitdiff
- updated to 2.0.0 (python 3.6+ now) auto/th/python3-sphinxcontrib-htmlhelp-2.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Mar 2022 21:08:15 +0000 (22:08 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Mar 2022 21:08:15 +0000 (22:08 +0100)
python3-sphinxcontrib-htmlhelp.spec

index 83b59b047de9f64a04ed9f85b77ae826b0e0416d..43952e27d9b1b530284287ee2f1e078f778a51dd 100644 (file)
@@ -5,15 +5,15 @@
 Summary:       Sphinx extension which renders HMTL help files
 Summary(pl.UTF-8):     Rozszerzenie Sphinksa tworzÄ…ce pliki pomocy HTML
 Name:          python3-sphinxcontrib-htmlhelp
-Version:       1.0.3
-Release:       2
+Version:       2.0.0
+Release:       1
 License:       BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/sphinxcontrib-htmlhelp/
 Source0:       https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version}.tar.gz
-# Source0-md5: f1db7db2a467f08f6292ab0d76e38584
+# Source0-md5: 70765b55395a3c20233631802902c840
 URL:           https://pypi.org/project/sphinxcontrib-htmlhelp/
-BuildRequires: python3-modules >= 1:3.5
+BuildRequires: python3-modules >= 1:3.6
 BuildRequires: python3-setuptools
 %if %{with tests}
 BuildRequires: python3-Sphinx
@@ -22,7 +22,7 @@ BuildRequires:        python3-pytest
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
-Requires:      python3-modules >= 1:3.5
+Requires:      python3-modules >= 1:3.6
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,6 +41,7 @@ HTML.
 %py3_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %{__python3} -m pytest tests
 %endif
 
This page took 0.134506 seconds and 4 git commands to generate.