diff --git a/SQLAlchemy-1.2.3.tar.gz b/SQLAlchemy-1.2.3.tar.gz deleted file mode 100644 index 5f46329..0000000 --- a/SQLAlchemy-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9ec143e2e246f385cfb2de8daa89d2fa466279addcb7be9e102988fdf33d24 -size 5550800 diff --git a/SQLAlchemy-1.2.4.tar.gz b/SQLAlchemy-1.2.4.tar.gz new file mode 100644 index 0000000..9fb264f --- /dev/null +++ b/SQLAlchemy-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6997507af46b10630e13b605ac278b78885fd683d038896dbee0e7ec41d809d2 +size 5555033 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 660c49d..0d3d1fa 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Feb 23 23:48:41 UTC 2018 - arun@gmx.de + +- update to version 1.2.4: + * orm + + [orm] [bug] Fixed 1.2 regression in ORM versioning feature where + a mapping against a select() or alias() that also used a + versioning column against the underlying table would fail due to + the check added as part of #3673. References: #4193 + * engine + + [engine] [bug] Fixed regression caused in 1.2.3 due to fix from + #4181 where the changes to the event system involving Engine and + OptionEngine did not accommodate for event removals, which would + raise an AttributeError when invoked at the class level. + References: #4190 + * sql + + [sql] [bug] Fixed bug where CTE expressions would not have their + name or alias name quoted when the given name is case sensitive + or otherwise requires quoting. Pull request courtesy Eric Atkin. + References: #4197 + ------------------------------------------------------------------- Sun Feb 18 17:09:28 UTC 2018 - arun@gmx.de diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index a7afea0..dea8868 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-SQLAlchemy -Version: 1.2.3 +Version: 1.2.4 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library