forked from pool/python-breathe
Accepting request 769452 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/769452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=5
This commit is contained in:
commit
8bfd14bd52
3
breathe-4.14.1.tar.gz
Normal file
3
breathe-4.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2df018a4b205406da4f5cf7a1208871307a9ec465fea3629a5166e837e172997
|
||||
size 171166
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 16:00:02 UTC 2020 - aloisio@gmx.com
|
||||
|
||||
- Update to version 4.14.1
|
||||
* Use sphinx core instead of mathbase ext. #469
|
||||
* Fix test failure for Sphinx >= 2.2.2. #472
|
||||
version 4.14.0:
|
||||
* Add events attribute to MockApp. #452
|
||||
* Add bit field support for C/C++. #454
|
||||
* Add alias and variable template support. #461
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 11:12:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-breathe
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,16 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-breathe
|
||||
Version: 4.13.1
|
||||
Version: 4.14.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
|
||||
Source: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz#/breathe-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx >= 2.0}
|
||||
BuildRequires: %{python_module docutils >= 0.12}
|
||||
BuildRequires: %{python_module mock}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:deab023f02fe63cd779d7065762de99c79f475c5c58cf16bccc2562e8f710239
|
||||
size 170819
|
Loading…
Reference in New Issue
Block a user