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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6aaee154f798be4e479af0ceffaa5034d35fcf6f40707c0947d21bde64e05e5
|
||||
size 136623
|
||||
3
SQLAlchemy-Utils-0.37.9.tar.gz
Normal file
3
SQLAlchemy-Utils-0.37.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4667edbdcb1ece011076b69772ef524bfbb17cc97e03f11ee6b85d98e7741d61
|
||||
size 136639
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 26 20:15:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 06:43:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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