15
0

Accepting request 605121 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/605121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=10
This commit is contained in:
2018-05-08 11:38:48 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 9 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4119204ff302906015516992b7481e5aabeeaa61c7b04329f9113e42c097b855
size 126027

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun May 6 05:44:06 UTC 2018 - arun@gmx.de
- update to version 0.33.3:
* Added new AesGcmEngine (#322, pull request courtesy of
manishahluwalia)
- changes from version 0.33.2:
* Added support for universal wheels (#312, pull request courtesy of
nsoranzo)
* Fixed usage of template0 and template1 with postgres database
functions. (#286, pull request courtesy of funkybob)
-------------------------------------------------------------------
Sat Mar 24 00:02:42 UTC 2018 - arun@gmx.de

View File

@@ -18,21 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-SQLAlchemy-Utils
Version: 0.33.1
Version: 0.33.3
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/kvesteri/sqlalchemy-utils
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 SQLAlchemy}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-SQLAlchemy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@@ -48,8 +46,8 @@ Various utility functions and custom data types for SQLAlchemy.
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog