Accepting request 814684 from devel:languages:python
- Use tag, not random sha - 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 - Increase required version of Sphinx to the one where module cstructobject was introduced. (bsc#1168627) - version update to 4.18.1 * 2020-05-10 - Breathe v4.18.1 - Fix friend class rendering and allow friend struct. #522 - Add extern examples to doc and remove variable hack. #526 - Render function candidates without using Sphinx directives. #524 * 2020-05-02 - Breathe v4.18.0 - Support tiles in verbatim blocks. #517 * 2020-05-01 - Breathe v4.17.0 - Scoped rendering, better integration with Sphinx, misc fixes. #512 * 2020-04-19 - Breathe v4.16.0 - Strictly depend on Sphinx's minor version. #498 - Simplifications and fixes, use more of modern Sphinx natively. #503 - Add section option to the doxygen(auto)file directive. #501 - Fix link generation when enum is inside a group (enum FQDN). #508 - Fix creation of LaTeX math formulas. #506 - Improve documentation for doxygen(auto)file section option. #509 * 2020-04-07 - Breathe v4.15.0 - Add license file to distribution. #492 OBS-URL: https://build.opensuse.org/request/show/814684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90c60cc10115f3cf3aa8bee16c3f77b1969fada96975f51926eb4c911f42aff7
|
||||
size 171956
|
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 10:33:19 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Use tag, not random sha
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Increase required version of Sphinx to the one where module
|
||||
cstructobject was introduced. (bsc#1168627)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 12:01:04 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 4.18.1
|
||||
* 2020-05-10 - Breathe v4.18.1
|
||||
- Fix friend class rendering and allow friend struct. #522
|
||||
- Add extern examples to doc and remove variable hack. #526
|
||||
- Render function candidates without using Sphinx directives. #524
|
||||
* 2020-05-02 - Breathe v4.18.0
|
||||
- Support tiles in verbatim blocks. #517
|
||||
* 2020-05-01 - Breathe v4.17.0
|
||||
- Scoped rendering, better integration with Sphinx, misc fixes. #512
|
||||
* 2020-04-19 - Breathe v4.16.0
|
||||
- Strictly depend on Sphinx's minor version. #498
|
||||
- Simplifications and fixes, use more of modern Sphinx natively. #503
|
||||
- Add section option to the doxygen(auto)file directive. #501
|
||||
- Fix link generation when enum is inside a group (enum FQDN). #508
|
||||
- Fix creation of LaTeX math formulas. #506
|
||||
- Improve documentation for doxygen(auto)file section option. #509
|
||||
* 2020-04-07 - Breathe v4.15.0
|
||||
- Add license file to distribution. #492
|
||||
- Update for Sphinx 3. #491
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 09:36:31 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- %python3_only -> %python_alternative
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 08:59:32 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@@ -18,14 +18,14 @@
|
||||
|
||||
%define skip_python2 1
|
||||
Name: python-breathe
|
||||
Version: 4.14.2
|
||||
Version: 4.19.1
|
||||
Release: 0
|
||||
Summary: Sphinx Doxygen renderer
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/michaeljones/breathe
|
||||
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz#/breathe-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx >= 2.0}
|
||||
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx >= 3.0.4}
|
||||
BuildRequires: %{python_module docutils >= 0.12}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -37,6 +37,8 @@ Requires: python-Sphinx >= 2.0
|
||||
Requires: python-docutils >= 0.12
|
||||
Requires: python-setuptools
|
||||
Requires: python-six >= 1.9
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Provides: python-sphinxcontrib-breathe = %{version}
|
||||
Obsoletes: python-sphinxcontrib-breathe < %{version}
|
||||
BuildArch: noarch
|
||||
@@ -52,17 +54,24 @@ able to read and render Doxygen xml output.
|
||||
%build
|
||||
%python_build
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/breathe-apidoc
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
%post
|
||||
%python_install_alternative breathe-apidoc
|
||||
|
||||
%postun
|
||||
%python_uninstall_alternative breathe-apidoc
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%python3_only %{_bindir}/breathe-apidoc
|
||||
%python_alternative %{_bindir}/breathe-apidoc
|
||||
%{python_sitelib}/breathe
|
||||
%{python_sitelib}/breathe-%{version}-py*.egg-info
|
||||
|
||||
|
3
v4.19.1.tar.gz
Normal file
3
v4.19.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30dd925b885f4658898d4c36272665e04100351faed4b19b59ae3963b09f5091
|
||||
size 177835
|
Reference in New Issue
Block a user