- update to 4.19.1:
* Mark package as compatible with Sphinx 3.1. * Refactoring. #528 * Make debug config variables available in conf.py. #533 * Fix warning formatting for function lookup. #535 * Correctly reverse nested namespaces in get_qualification. #540 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=21
This commit is contained in:
parent
ae1cc228a7
commit
832d8cac7a
3
946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz
Normal file
3
946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:11a5c2edb0af19431e8e22c55df3b7f9c15716cbfd6c35553d79425ff9235395
|
||||||
|
size 177864
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42b4ee6c6017d76fb4c1734062a7c4b5db9d56c2dee7c47a02242bb01cea8f34
|
|
||||||
size 177305
|
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 14 09:41:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.19.1:
|
||||||
|
* Mark package as compatible with Sphinx 3.1.
|
||||||
|
* Refactoring. #528
|
||||||
|
* Make debug config variables available in conf.py. #533
|
||||||
|
* Fix warning formatting for function lookup. #535
|
||||||
|
* Correctly reverse nested namespaces in get_qualification. #540
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 2 12:57:04 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Tue Jun 2 12:57:04 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-breathe
|
Name: python-breathe
|
||||||
Version: 4.18.1
|
Version: 4.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx Doxygen renderer
|
Summary: Sphinx Doxygen renderer
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/michaeljones/breathe
|
URL: https://github.com/michaeljones/breathe
|
||||||
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz#/breathe-%{version}.tar.gz
|
Source: https://github.com/michaeljones/breathe/archive/946ae5b35a3ebadf2f43600c08ac96e74f7aac5b.tar.gz
|
||||||
BuildRequires: %{python_module Sphinx >= 3.0.4}
|
BuildRequires: %{python_module Sphinx >= 3.0.4}
|
||||||
BuildRequires: %{python_module docutils >= 0.12}
|
BuildRequires: %{python_module docutils >= 0.12}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
@ -49,19 +49,19 @@ Breathe is an extension to reStructuredText and Sphinx to be
|
|||||||
able to read and render Doxygen xml output.
|
able to read and render Doxygen xml output.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n breathe-%{version}
|
%autosetup -p1 -n breathe-946ae5b35a3ebadf2f43600c08ac96e74f7aac5b
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/breathe-apidoc
|
%python_clone -a %{buildroot}%{_bindir}/breathe-apidoc
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
|
||||||
%pytest
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative breathe-apidoc
|
%python_install_alternative breathe-apidoc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user