14
0

Accepting request 932338 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/932338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-tabs?expand=0&rev=2
This commit is contained in:
2021-11-20 01:39:02 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 17 11:03:54 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Fix building on openSUSE 15.3
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 29 09:47:05 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com> Tue Jun 29 09:47:05 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -17,6 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?sle_version} && 0%{?sle_version} <= 150300
%define pythons python3
%endif
# TODO: use github tarball because upstrean dont distribute tests via pypi # TODO: use github tarball because upstrean dont distribute tests via pypi
%bcond_with test %bcond_with test
Name: python-sphinx-tabs Name: python-sphinx-tabs