Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2021-11-09 23:54:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-alembic (Old)
 and      /work/SRC/openSUSE:Factory/.python-alembic.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-alembic"

Tue Nov  9 23:54:08 2021 rev:61 rq:930005 version:1.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes    
2021-10-20 20:24:31.649387083 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new.1890/python-alembic.changes  
2021-11-09 23:54:22.663945508 +0100
@@ -1,0 +2,6 @@
+Sat Nov  6 11:28:24 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update requirements
+- Remove unused python-alembic-rpmlintrc
+
+-------------------------------------------------------------------

Old:
----
  python-alembic-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-alembic.spec ++++++
--- /var/tmp/diff_new_pack.MS7lhN/_old  2021-11-09 23:54:23.219945792 +0100
+++ /var/tmp/diff_new_pack.MS7lhN/_new  2021-11-09 23:54:23.223945793 +0100
@@ -25,23 +25,24 @@
 License:        MIT
 URL:            https://github.com/sqlalchemy/alembic
 Source0:        
https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz
-Source1:        python-alembic-rpmlintrc
 BuildRequires:  %{python_module Mako}
 BuildRequires:  %{python_module SQLAlchemy >= 1.3.0}
-BuildRequires:  %{python_module importlib-resources}
-BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module importlib-resources if %python-base < 3.9}
+BuildRequires:  %{python_module importlib-metadata if %python-base < 3.9}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module python-dateutil}
-BuildRequires:  %{python_module python-editor >= 0.3}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Mako
 Requires:       python-SQLAlchemy >= 1.3.0
-Requires:       python-importlib-resources
 Requires:       python-python-dateutil
-Requires:       python-python-editor >= 0.3
+%if 0%{?python_version_nodots} < 39
+Requires:       python-importlib-resources
+Requires:       python-importlib-metadata
+%endif
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 BuildArch:      noarch
@@ -73,7 +74,7 @@
 %python_clone -a %{buildroot}%{_bindir}/alembic
 
 %check
-%pytest
+%pytest -n auto
 
 %post
 %python_install_alternative alembic
@@ -85,6 +86,7 @@
 %license LICENSE
 %doc CHANGES README.rst
 %python_alternative %{_bindir}/alembic
-%{python_sitelib}/alembic*
+%{python_sitelib}/alembic
+%{python_sitelib}/alembic-%{version}*-info
 
 %changelog

Reply via email to