forked from pool/python-SQLAlchemy-Utils
Accepting request 1236905 from home:bnavigator:branches:devel:languages:python
- Demote pendulum extra: Upstream struggles to maintain it gh#python-pendulum/pendulum#590 OBS-URL: https://build.opensuse.org/request/show/1236905 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=85
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 15:42:43 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Demote pendulum extra: Upstream struggles to maintain it
|
||||
gh#python-pendulum/pendulum#590
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 10:25:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-SQLAlchemy-Utils
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -37,7 +37,7 @@ BuildRequires: %{python_module flexmock >= 0.9.7}
|
||||
BuildRequires: %{python_module furl >= 0.4.1}
|
||||
BuildRequires: %{python_module intervals >= 0.7.1}
|
||||
BuildRequires: %{python_module passlib >= 1.6}
|
||||
BuildRequires: %{python_module pendulum >= 2.0.5}
|
||||
BuildRequires: %{python_module pendulum >= 2.0.5 if %python-base < 3.13}
|
||||
BuildRequires: %{python_module phonenumbers >= 5.9.2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module psycopg2 >= 2.5.1}
|
||||
@@ -59,8 +59,8 @@ Recommends: python-dateutil
|
||||
Recommends: python-furl >= 0.4.1
|
||||
Recommends: python-intervals >= 0.7.1
|
||||
Recommends: python-passlib >= 1.6
|
||||
Recommends: python-pendulum >= 2.0.5
|
||||
Recommends: python-phonenumbers >= 5.9.2
|
||||
Suggests: python-pendulum >= 2.0.5
|
||||
BuildArch: noarch
|
||||
%if 0%{?python_version_nodots} < 39
|
||||
Requires: python-backports.zoneinfo
|
||||
@@ -81,8 +81,6 @@ Various utility functions and custom data types for SQLAlchemy.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# https://github.com/kvesteri/sqlalchemy-utils/issues/594
|
||||
sed -i 's:import mock:from unittest import mock:' tests/types/test_password.py
|
||||
# needs running pgsql / mssql / mysql
|
||||
rm tests/test_asserts.py
|
||||
rm tests/test_translation_hybrid.py
|
||||
|
||||
Reference in New Issue
Block a user