Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sqlalchemy-migrate for
openSUSE:Factory checked in at 2021-07-03 20:50:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlalchemy-migrate (Old)
and /work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlalchemy-migrate"
Sat Jul 3 20:50:41 2021 rev:25 rq:903703 version:0.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sqlalchemy-migrate/python-sqlalchemy-migrate.changes
2019-12-21 12:34:52.843463081 +0100
+++
/work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new.2625/python-sqlalchemy-migrate.changes
2021-07-03 20:50:56.388726740 +0200
@@ -1,0 +2,5 @@
+Fri Jul 2 11:45:03 UTC 2021 - Matej Cepl <[email protected]>
+
+- Temporarily use Sphinx2 (because of lp#1934504).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sqlalchemy-migrate.spec ++++++
--- /var/tmp/diff_new_pack.MCj0PT/_old 2021-07-03 20:50:56.888722896 +0200
+++ /var/tmp/diff_new_pack.MCj0PT/_new 2021-07-03 20:50:56.892722864 +0200
@@ -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 @@
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: 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 @@
%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