15
0

Accepting request 561250 from home:apersaud:branches:devel:languages:python

- specfile:
  * updated test requirements
- update to version 1.2.0:
  * See https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html

OBS-URL: https://build.opensuse.org/request/show/561250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=96
This commit is contained in:
2018-01-03 06:46:12 +00:00
committed by Git OBS Bridge
parent bcb392153a
commit abb152255f
4 changed files with 19 additions and 7 deletions

View File

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

3
SQLAlchemy-1.2.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 3 03:57:00 UTC 2018 - arun@gmx.de
- specfile:
* updated test requirements
-------------------------------------------------------------------
Sun Dec 31 05:58:02 UTC 2017 - arun@gmx.de
- update to version 1.2.0:
* See https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 25 16:11:55 UTC 2017 - arun@gmx.de Mon Sep 25 16:11:55 UTC 2017 - arun@gmx.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-SQLAlchemy # spec file for package python-SQLAlchemy
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python %define oldpython python
Name: python-SQLAlchemy Name: python-SQLAlchemy
Version: 1.1.14 Version: 1.2.0
Release: 0 Release: 0
Url: http://www.sqlalchemy.org Url: http://www.sqlalchemy.org
Summary: Database Abstraction Library Summary: Database Abstraction Library
@@ -34,9 +34,9 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# Test requirements: # Test requirements:
BuildRequires: %{python_module nose >= 0.11} BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: python-mock
#BuildRequires: python-pysqlite #BuildRequires: python-pysqlite
%ifpython2 %ifpython2
Obsoletes: %{oldpython}-sqlalchemy < %{version} Obsoletes: %{oldpython}-sqlalchemy < %{version}