17
0

Accepting request 903703 from devel:languages:python

- Temporarily use Sphinx2 (because of lp#1934504).

OBS-URL: https://build.opensuse.org/request/show/903703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlalchemy-migrate?expand=0&rev=25
This commit is contained in:
2021-07-03 18:50:41 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 2 11:45:03 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Temporarily use Sphinx2 (because of lp#1934504).
-------------------------------------------------------------------
Fri Dec 20 18:38:29 UTC 2019 - Dirk Mueller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sqlalchemy-migrate
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@ Release: 0
Summary: Database schema migration for SQLAlchemy
License: MIT
Group: Development/Libraries/Python
URL: http://pypi.python.org/pypi/sqlalchemy-migrate
URL: https://pypi.python.org/pypi/sqlalchemy-migrate
Source: https://files.pythonhosted.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-%{version}.tar.gz
# Test requirements:
#BuildRequires: python-ScriptTest >= 1.0
@@ -35,14 +35,15 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Documentation requirements:
BuildRequires: python3-SQLAlchemy >= 0.9.6
BuildRequires: python3-Sphinx >= 1.1.2
# Temporarily use Sphinx2 lp#1934504
BuildRequires: python3-Sphinx2 >= 1.1.2
Requires: python-SQLAlchemy >= 0.7.8
Requires: python-Tempita >= 0.4
Requires: python-decorator
Requires: python-six >= 1.7.0
Requires: python-sqlparse
Requires(post): update-alternatives
Requires(preun): update-alternatives
Requires(preun):update-alternatives
BuildArch: noarch
%python_subpackages
@@ -80,9 +81,9 @@ python3 setup.py build_sphinx && rm doc/build/html/.buildinfo # Build HTML docum
%install
%python_install
%fdupes %{buildroot}%{python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/migrate
%python_clone -a %{buildroot}%{_bindir}/migrate-repository
%python_expand %fdupes %{buildroot}%{$python_sitelib}
#NOTE(saschpe): enable tests later, there are one or two upstream issues
#%%check