forked from pool/python-SQLAlchemy
Accepting request 890933 from home:alarrosa:branches:devel:languages:python
- Remove %ifpython2 (python2 flavor is disabled).
- Do not use %if %{python_version_nodots} for BuildRequires.
OBS-URL: https://build.opensuse.org/request/show/890933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=190
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 6 08:22:12 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Remove %ifpython2 (python2 flavor is disabled).
|
||||
- Do not use %if %{python_version_nodots} for BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 5 16:56:39 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
@@ -46,16 +46,10 @@ Provides: python-sqlalchemy = %{version}
|
||||
Obsoletes: python-sqlalchemy < %{version}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pytest >= 4.4.0}
|
||||
%if %{python_version_nodots} < 38
|
||||
BuildRequires: %{python_module importlib-metadata}
|
||||
%endif
|
||||
BuildRequires: %{python_module greenlet}
|
||||
BuildRequires: %{python_module importlib-metadata}
|
||||
BuildRequires: %{python_module pytest >= 4.4.0}
|
||||
# /SECTION
|
||||
%ifpython2
|
||||
Obsoletes: %{oldpython}-sqlalchemy < %{version}
|
||||
Provides: %{oldpython}-sqlalchemy = %{version}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user