Revisions of python-SQLAlchemy1

buildservice-autocommit accepted request 1201952 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 19)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 18)
- Update to 1.4.54:
  * Fixed regression from 1.3 where the column key used for a hybrid property
    might be populated with that of the underlying column that it returns.
  * The pin for ``setuptools<69.3`` in ``pyproject.toml`` has been removed.
  * Set up full Python 3.13 support to the extent currently possible, repairing
    issues within internal language helpers as well as the serializer extension
    module.
  * Adjustments to the C extensions, which are specific to the SQLAlchemy 1.x
    series, to work under Python 3.13.
  * Fixed regression going back to 1.4 where accessing a collection using the
    "dynamic" strategy on a transient object and attempting to query would
    raise an internal error. 
  * Fixed bug where ORM :func:`_orm.with_loader_criteria` would not apply
    itself to a :meth:`_sql.Select.join` where the ON clause were given as a
    plain SQL comparison, rather than as a relationship target or similar.
  * Fixed regression introduced by the fix when using pool pre-ping with
    PyMySQL version older than 1.0.
  * Fixed critical issue in asyncio version of the connection pool where
    calling :meth:`_asyncio.AsyncEngine.dispose` would produce a new connection
    pool that did not fully re-establish the use of asyncio-compatible mutexes
  * Fixed fundamental issue which prevented some forms of ORM "annotations"
    from taking place for subqueries which made use of :meth:`_sql.Select.join`
    against a relationship target
  * Repaired a new incompatibility in the MySQL "pre-ping" routine where the
    ``False`` argument passed to ``connection.ping()``, which is intended to
    disable an unwanted "automatic reconnect" feature
- Switch to pyproject macros.
buildservice-autocommit accepted request 1113619 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 17)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1113478 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 16)
- update to 1.4.49
  * support for python3.12
  * see https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.49
buildservice-autocommit accepted request 1085868 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 15)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1085728 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 14)
- Properly advertise this package also as python-SQLAlchemy.

Addresses https://build.opensuse.org/package/show/openSUSE:Factory/python-agate-sql
buildservice-autocommit accepted request 1085288 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1085134 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
initialized devel package after accepting 1085134
buildservice-autocommit accepted request 1085134 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 10)
- remove parallel testing, too unstable
- readd provides which is needed to select between 1.x and 2.x
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 9)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 8)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 7)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 6)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 5)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 4)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 3)
- rename to SQLAlchemy1

- add sle15_python_module_pythons (jsc#PED-68)

- Make calling of %{sle15modernpython} optional.

- update to 1.4.46:
  * A new deprecation “uber warning” is now emitted at runtime the
    first time any SQLAlchemy 2.0 deprecation warning would
    normally be emitted, but the SQLALCHEMY_WARN_20 environment
    variable is not set.
  see https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.46 

- update to 1.4.45:
  see https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.45 

- update to version 1.4.42:
  * orm
    + The Session.execute.bind_arguments dictionary is no longer
      mutated when passed to Session.execute() and similar; instead,
      it’s copied to an internal dictionary for state changes. Among
      other things, this fixes and issue where the “clause” passed to
      the Session.get_bind() method would be incorrectly referring to
      the Select construct used for the “fetch” synchronization
      strategy, when the actual query being emitted was a Delete or
      Update. This would interfere with recipes for “routing
      sessions”.  References: #8614
    + A warning is emitted in ORM configurations when an explicit
      remote() annotation is applied to columns that are local to the
      immediate mapped class, when the referenced class does not
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 2)
osc copypac from project:devel:languages:python package:python-SQLAlchemy revision:227, using keep-link, using expand
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 1)
Displaying all 19 revisions
openSUSE Build Service is sponsored by