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-21 19:06:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlalchemy-migrate (Old)
and /work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlalchemy-migrate"
Wed Jul 21 19:06:41 2021 rev:26 rq:907480 version:0.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sqlalchemy-migrate/python-sqlalchemy-migrate.changes
2021-07-03 20:50:56.388726740 +0200
+++
/work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new.2632/python-sqlalchemy-migrate.changes
2021-07-21 19:07:56.107453634 +0200
@@ -1,0 +2,6 @@
+Wed Jul 21 10:55:23 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Add support-sphinx-4.patch:
+ * Support Sphinx 4, stop using Sphinx 2.
+
+-------------------------------------------------------------------
New:
----
support-sphinx-4.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sqlalchemy-migrate.spec ++++++
--- /var/tmp/diff_new_pack.VrBZMS/_old 2021-07-21 19:07:56.559454420 +0200
+++ /var/tmp/diff_new_pack.VrBZMS/_new 2021-07-21 19:07:56.563454426 +0200
@@ -25,6 +25,7 @@
Group: Development/Libraries/Python
URL: https://pypi.python.org/pypi/sqlalchemy-migrate
Source:
https://files.pythonhosted.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-%{version}.tar.gz
+Patch0: support-sphinx-4.patch
# Test requirements:
#BuildRequires: python-ScriptTest >= 1.0
BuildRequires: %{python_module Tempita >= 0.4}
@@ -35,8 +36,7 @@
BuildRequires: python-rpm-macros
# Documentation requirements:
BuildRequires: python3-SQLAlchemy >= 0.9.6
-# Temporarily use Sphinx2 lp#1934504
-BuildRequires: python3-Sphinx2 >= 1.1.2
+BuildRequires: python3-Sphinx
Requires: python-SQLAlchemy >= 0.7.8
Requires: python-Tempita >= 0.4
Requires: python-decorator
@@ -72,6 +72,7 @@
%prep
%setup -q -n sqlalchemy-migrate-%{version}
+%autopatch -p1
find . -type f -name "*.py" -o -name "*.py_tmpl" | xargs sed -i "/#!/d" #
Remove shebang from non-executable scripts
sed -i "s/, 'sphinxcontrib.issuetracker'//g" doc/source/conf.py # No internet
access please
++++++ support-sphinx-4.patch ++++++
Index: sqlalchemy-migrate-0.13.0/doc/source/conf.py
===================================================================
--- sqlalchemy-migrate-0.13.0.orig/doc/source/conf.py
+++ sqlalchemy-migrate-0.13.0/doc/source/conf.py
@@ -182,8 +182,8 @@ htmlhelp_basename = 'SQLAlchemyMigratedo
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class
[howto/manual]).
latex_documents = [
- ('index', 'SQLAlchemyMigrate.tex', ur'SQLAlchemy Migrate Documentation',
- ur'Evan Rosson, Jan Dittberner, Domen Ko??ar', 'manual'),
+ ('index', 'SQLAlchemyMigrate.tex', 'SQLAlchemy Migrate Documentation',
+ 'Evan Rosson, Jan Dittberner, Domen Ko??ar', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of