forked from pool/python-SQLAlchemy-Utils
- update to 0.37.9:
* Fixed base padding class abstract methods * Optimized cast_locale function * Allow for arbitrary Table keyword arguments in create_table_from_selectable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=68
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-SQLAlchemy-Utils
|
||||
Version: 0.37.8
|
||||
Version: 0.37.9
|
||||
Release: 0
|
||||
Summary: Various utility functions for SQLAlchemy
|
||||
License: BSD-3-Clause
|
||||
@@ -29,7 +29,6 @@ BuildRequires: %{python_module Babel >= 1.3}
|
||||
BuildRequires: %{python_module Jinja2 >= 2.3}
|
||||
BuildRequires: %{python_module Pygments >= 1.2}
|
||||
BuildRequires: %{python_module SQLAlchemy >= 1.0}
|
||||
BuildRequires: %{python_module anyjson >= 0.3.3}
|
||||
BuildRequires: %{python_module arrow >= 0.3.4}
|
||||
BuildRequires: %{python_module backports.zoneinfo if %python-base < 3.9}
|
||||
BuildRequires: %{python_module colour >= 0.0.4}
|
||||
@@ -58,7 +57,6 @@ Requires: python-backports.zoneinfo
|
||||
%endif
|
||||
Requires: python-six
|
||||
Recommends: python-Babel >= 1.3
|
||||
Recommends: python-anyjson >= 0.3.3
|
||||
Recommends: python-arrow >= 0.3.4
|
||||
Recommends: python-colour >= 0.0.4
|
||||
Recommends: python-cryptography >= 0.6
|
||||
|
||||
Reference in New Issue
Block a user