Update to 1.8.1

This commit is contained in:
starlet-dx 2023-04-06 17:26:24 +08:00
parent 7141e29311
commit 5d21287705
3 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sphinxcontrib-httpdomain
Version: 1.8.0
Version: 1.8.1
Release: 1
Summary: Sphinx domain for documenting HTTP APIs
License: BSD
URL: https://github.com/sphinx-contrib/httpdomain
Source0: https://files.pythonhosted.org/packages/6f/00/6560676deac1d2be1009d5e14b2b16fcc9f5e9c3ac00ed50c3b297a60d3a/sphinxcontrib-httpdomain-1.8.0.tar.gz
Source0: https://files.pythonhosted.org/packages/be/ef/82d3cfafb7febce4f7df8dcf3cde9d072350b41066e05a4f559b4e9105d0/sphinxcontrib-httpdomain-1.8.1.tar.gz
BuildArch: noarch
Requires: python3-sphinx
@ -29,7 +29,7 @@ Provides: python3-sphinxcontrib-httpdomain-doc
This contrib extension provides a Sphinx domain for describing HTTP APIs.
%prep
%autosetup -n sphinxcontrib-httpdomain-1.8.0
%autosetup -n sphinxcontrib-httpdomain-%{version} -p1
%build
%py3_build
@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Apr 06 2023 yaoxin <yaoxin001@hoperun.com> - 1.8.1-1
- Update to 1.8.1
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 1.8.0-1
- Upgrade version for openstack yoga

Binary file not shown.