17
0

- Update to version 2.0.46

* Add BuildRequires for
    - python-pytest-cov
  * Reinstate tests
    - test_parseconnect
    - CreateEngineTest
    - test_bad_args
    These tests are passing with version 2.0.46
  * Change version numbers according to specification
  * Changelog:
  https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.46
- Changes in version 2.0.45
  * Changelog:
  https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.45

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=275
This commit is contained in:
2026-02-10 14:20:53 +00:00
committed by Git OBS Bridge
parent bd30be552e
commit 8d006ec60b
4 changed files with 31 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Feb 9 18:17:05 UTC 2026 - Andreas Prittwitz <m4ng4n@gmx.de>
- Update to version 2.0.46
* Add BuildRequires for
- python-pytest-cov
* Reinstate tests
- test_parseconnect
- CreateEngineTest
- test_bad_args
These tests are passing with version 2.0.46
* Change version numbers according to specification
* Changelog:
https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.46
- Changes in version 2.0.45
* Changelog:
https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.45
-------------------------------------------------------------------
Mon Nov 10 08:31:29 UTC 2025 - Dirk Müller <dmueller@suse.com>