Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-agate-sql for
openSUSE:Factory checked in at 2023-05-10 16:18:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate-sql (Old)
and /work/SRC/openSUSE:Factory/.python-agate-sql.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-agate-sql"
Wed May 10 16:18:51 2023 rev:11 rq:1085825 version:0.5.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate-sql/python-agate-sql.changes
2023-02-10 14:36:19.898283107 +0100
+++
/work/SRC/openSUSE:Factory/.python-agate-sql.new.1533/python-agate-sql.changes
2023-05-10 16:18:51.547093475 +0200
@@ -1,0 +2,5 @@
+Tue May 9 20:54:41 UTC 2023 - Dirk Müller <[email protected]>
+
+- flip to the lowercase compat provides
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-agate-sql.spec ++++++
--- /var/tmp/diff_new_pack.yyDXaH/_old 2023-05-10 16:18:52.251097639 +0200
+++ /var/tmp/diff_new_pack.yyDXaH/_new 2023-05-10 16:18:52.303097947 +0200
@@ -24,7 +24,7 @@
Summary: SQL read/write support for agate
License: MIT
Group: Development/Languages/Python
-URL: http://agate-sql.readthedocs.org/
+URL: https://agate-sql.readthedocs.org/
Source:
https://github.com/wireservice/agate-sql/archive/%{version}.tar.gz
# we do not have crate dialect
Patch0: python-agate-sql-no-crate.patch
@@ -33,10 +33,10 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-agate >= 1.5.0
-Requires: (python-SQLAlchemy >= 1.0.8 with python-SQLAlchemy < 2)
+Requires: (python-sqlalchemy >= 1.0.8 with python-sqlalchemy < 2)
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module SQLAlchemy >= 1.0.8 with %python-SQLAlchemy <
2}
+BuildRequires: %{python_module sqlalchemy >= 1.0.8 with %python-sqlalchemy <
2}
BuildRequires: %{python_module agate >= 1.5.0}
BuildRequires: %{python_module pytest}
# /SECTION