forked from pool/python-SQLAlchemy
Accepting request 103506 from home:rhafer:branches:devel:languages:python
update to 0.7.5 OBS-URL: https://build.opensuse.org/request/show/103506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
6bec871152
commit
2a0c9bcb78
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b58805ca9f8f5123e609f253a916e87a1e3eac446a0aae128ede630485c8f406
|
||||
size 2380989
|
||||
3
SQLAlchemy-0.7.5.tar.gz
Normal file
3
SQLAlchemy-0.7.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e31190a15753694dcb6f4399ce7d02091b0bccf825272d6254e56144debfd18
|
||||
size 2562719
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 09:39:26 UTC 2012 - rhafer@suse.de
|
||||
|
||||
- Update to 0.7.5:
|
||||
* Fixed issue where modified session state established after a
|
||||
failed flush would be committed as part of the subsequent
|
||||
transaction that begins automatically after manual call to
|
||||
rollback().
|
||||
* Improved the API for add_column() such that if the same column
|
||||
is added to its own table, an error is not raised and the
|
||||
constraints don't get doubled up.
|
||||
* Fixed issue where the "required" exception would not be raised
|
||||
for bindparam() with required=True, if the statement were given
|
||||
no parameters at all.
|
||||
* for more details see the CHANGES file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 10 10:56:36 UTC 2011 - saschpe@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-SQLAlchemy
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: python-SQLAlchemy
|
||||
Version: 0.7.2
|
||||
Version: 0.7.5
|
||||
Release: 0
|
||||
Url: http://www.sqlalchemy.org
|
||||
Summary: Database Abstraction Library
|
||||
@@ -73,7 +73,7 @@ python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES CHANGES_PRE_06 LICENSE README README.py3k README.unittests
|
||||
%doc CHANGES CHANGES_PRE_06 LICENSE README.rst README.py3k README.unittests
|
||||
%{python_sitearch}/*
|
||||
|
||||
%files doc
|
||||
|
||||
Reference in New Issue
Block a user