diff --git a/SQLAlchemy-1.2.10.tar.gz b/SQLAlchemy-1.2.10.tar.gz new file mode 100644 index 0000000..4609aae --- /dev/null +++ b/SQLAlchemy-1.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72325e67fb85f6e9ad304c603d83626d1df684fdf0c7ab1f0352e71feeab69d8 +size 5615652 diff --git a/SQLAlchemy-1.2.9.tar.gz b/SQLAlchemy-1.2.9.tar.gz deleted file mode 100644 index 1a3e7c9..0000000 --- a/SQLAlchemy-1.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e21e5561a85dcdf16b8520ae4daec7401c5c24558e0ce004f9b60be75c4b6957 -size 5606090 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index f3dd0a2..eb24dff 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Jul 14 01:56:32 UTC 2018 - arun@gmx.de + +- update to version 1.2.10: + * orm + + [orm] [bug] Fixed bug in Bundle construct where placing two + columns of the same name would be de-duplicated, when the Bundle + were used as part of the rendered SQL, such as in the ORDER BY + or GROUP BY of the statement. References: #4295 + + [orm] [bug] Fixed regression in 1.2.9 due to #4287 where using a + Load option in conjunction with a string wildcard would result + in a TypeError. References: #4298 + * sql + + [sql] [bug] Fixed bug where a Sequence would be dropped + explicitly before any Table that refers to it, which breaks in + the case when the sequence is also involved in a server-side + default for that table, when using MetaData.drop_all(). The step + which processes sequences to be dropped via non server-side + column default functions is now invoked after the table itself + is dropped. References: #4300 + ------------------------------------------------------------------- Sun Jul 1 02:17:55 UTC 2018 - arun@gmx.de diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 5a8cd18..ab233f3 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -20,7 +20,7 @@ %define oldpython python %bcond_without tests Name: python-SQLAlchemy -Version: 1.2.9 +Version: 1.2.10 Release: 0 Summary: Database Abstraction Library License: MIT