17
0

Accepting request 747338 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/747338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=21
This commit is contained in:
2019-11-27 12:52:38 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6689b29d7951c5c7c4d79fa6b8c95f9ff9ec708b07aa53f82060599bd14dcc88
size 129065

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01f0f0ebed696386bc7bf9231cd6894087baba374dd60f40eb1b07512d6b1a5e
size 129187

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Nov 9 14:47:11 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 0.35.0:
* Removed some deprecation warnings
* Added Int8RangeType (#401, pull request courtesy of lpsinger)
-------------------------------------------------------------------
Sun Aug 25 18:01:32 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-SQLAlchemy-Utils
Version: 0.34.2
Version: 0.35.0
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/kvesteri/sqlalchemy-utils
Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
BuildRequires: %{python_module Babel >= 1.3}