17
0

Accepting request 358707 from Cloud:OpenStack:Master

- Install LICENSE and README.rst

OBS-URL: https://build.opensuse.org/request/show/358707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=2
This commit is contained in:
Todd R
2016-02-11 10:13:47 +00:00
committed by Git OBS Bridge
parent 2050e72455
commit 7d8248dae4
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 10 13:50:49 UTC 2016 - tbechtold@suse.com
- Install LICENSE and README.rst
-------------------------------------------------------------------
Fri Mar 27 15:28:20 UTC 2015 - prusnak@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-SQLAlchemy-Utils
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,19 +13,20 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-SQLAlchemy-Utils
Version: 0.29.8
Release: 0
License: BSD-3-Clause
Summary: Various utility functions for SQLAlchemy
Url: https://github.com/kvesteri/sqlalchemy-utils
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/kvesteri/sqlalchemy-utils
Source: https://pypi.python.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
BuildRequires: python-SQLAlchemy
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-SQLAlchemy
Requires: python-SQLAlchemy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -48,6 +49,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{python_sitelib}/*
%changelog