17
0

19 Commits

Author SHA256 Message Date
3ebbd32a8a Accepting request 1201498 from devel:languages:python
- Update to 0.9.0:
  * Added
    + Allow SQLite query parameters and support cached databases
    + Support for unix socket for aiomysql and asyncmy
  * Changed
    + Drop support for Python 3.7 and add support for Python 3.12
    + Add support for SQLAlchemy 2+
    + Allow SSL string parameters in PostgresSQL URL
    + Change isolation connections and transactions during concurrent usage
    + Bump up asyncmy version to fix No module named 'asyncmy.connection'
  * Fixed
    + Fix the type-hints using more standard mode
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1201498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=9
2024-09-17 16:18:36 +00:00
e9373e9645 - Update to 0.9.0:
* Added
    + Allow SQLite query parameters and support cached databases
    + Support for unix socket for aiomysql and asyncmy
  * Changed
    + Drop support for Python 3.7 and add support for Python 3.12
    + Add support for SQLAlchemy 2+
    + Allow SSL string parameters in PostgresSQL URL
    + Change isolation connections and transactions during concurrent usage
    + Bump up asyncmy version to fix No module named 'asyncmy.connection'
  * Fixed
    + Fix the type-hints using more standard mode
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=17
2024-09-17 05:27:24 +00:00
7b1739126d Accepting request 1097117 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1097117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=8
2023-07-06 16:30:06 +00:00
257923b91d Accepting request 1097095 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1097095
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=15
2023-07-06 11:21:13 +00:00
37bbf472e5 Accepting request 1091001 from devel:languages:python
- Update to 0.7.0:
  * Fixed breaking changes in SQLAlchemy cursor; supports >=1.4.42,<1.5
  * Wrapped types in typing.Optional where applicable
- Change {Build,}Requires for SQLAlchemy so we don't install >= 2.
- Drop patch sqlalchemy1442.patch, included upstream.

OBS-URL: https://build.opensuse.org/request/show/1091001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=7
2023-06-06 17:56:09 +00:00
c72bb5bf47 - Update to 0.7.0:
* Fixed breaking changes in SQLAlchemy cursor; supports >=1.4.42,<1.5
  * Wrapped types in typing.Optional where applicable
- Change {Build,}Requires for SQLAlchemy so we don't install >= 2.
- Drop patch sqlalchemy1442.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=13
2023-06-06 01:57:51 +00:00
cbffe27951 Accepting request 1037887 from devel:languages:python
- Add patch sqlalchemy1442.patch to make it compatible with latest sqlalchemy
  gh#encode/databases#513
- Remove python_module macro definition
- Update to 0.6.2:
  * Pinned SQLAlchemy <=1.4.41 to avoid breaking changes (#520).
- 0.6.1:
  * Improve typing for Transaction (#493)
  * Allow string indexing into Record (#501)
- 0.6.0:
  * Dropped Python 3.6 support (#458)
  * Add _mapping property to the result set interface (#447 )
  * Add contributing docs (#453 )
  * Fix query result named access (#448)
  * Fix connections getting into a bad state when a task is cancelled (#457)
  * Revert #328 parallel transactions (#472)
  * Change extra installations to specific drivers (#436)
- 0.5.5:
  * Revert the change of Record type to Sequence from Mapping(#408) to maintain
    backward compatibility
- 0.5.4:
  * Support for Unix domain in connections (#423)
  * asyncmy MySQL driver (#382)
  * Fix SQLite fetch queries with multiple parameters (#435)
  * Change Record type to Sequence (#408)

OBS-URL: https://build.opensuse.org/request/show/1037887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=6
2022-11-25 12:11:50 +00:00
214b44e409 - Add patch sqlalchemy1442.patch to make it compatible with latest sqlalchemy
gh#encode/databases#513
- Remove python_module macro definition
- Update to 0.6.2:
  * Pinned SQLAlchemy <=1.4.41 to avoid breaking changes (#520).
- 0.6.1:
  * Improve typing for Transaction (#493)
  * Allow string indexing into Record (#501)
- 0.6.0:
  * Dropped Python 3.6 support (#458)
  * Add _mapping property to the result set interface (#447 )
  * Add contributing docs (#453 )
  * Fix query result named access (#448)
  * Fix connections getting into a bad state when a task is cancelled (#457)
  * Revert #328 parallel transactions (#472)
  * Change extra installations to specific drivers (#436)
- 0.5.5:
  * Revert the change of Record type to Sequence from Mapping(#408) to maintain
    backward compatibility
- 0.5.4:
  * Support for Unix domain in connections (#423)
  * asyncmy MySQL driver (#382)
  * Fix SQLite fetch queries with multiple parameters (#435)
  * Change Record type to Sequence (#408)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=11
2022-11-24 11:44:19 +00:00
5ee76c9e9f Accepting request 926785 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/926785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=5
2021-10-21 21:55:39 +00:00
cdf64e648b Accepting request 925856 from home:bnavigator:branches:devel:languages:python
- Update to version 0.5.3
  * Support dialect+driver for default database drivers like
    postgresql+asyncpg (#396)
  * Documentation of low-level transaction (#390)
- Release 0.5.2
  * Reset counter for failed connections (#385)
  * Avoid dangling task-local connections after
    Database.disconnect() (#211)
- Release 0.5.1
  * Make database connect and disconnect calls idempotent (#379)
  * Fix in_ and notin_ queries in SQLAlchemy 1.4 (#378)
- Release 0.5.0 (August 26th, 2021)
  * Support SQLAlchemy 1.4 (#299)
  * Fix concurrent transactions (#328)
- Drop sqlalchemy-14.patch fixed upstream

OBS-URL: https://build.opensuse.org/request/show/925856
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=10
2021-10-21 13:26:26 +00:00
9d91dddd4a Accepting request 895539 from devel:languages:python
- Add sqlalchemy-14.patch upgrading used API of SQLAlchemy to 1.4.

OBS-URL: https://build.opensuse.org/request/show/895539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=4
2021-06-01 08:37:03 +00:00
2ec1053d22 - Add sqlalchemy-14.patch upgrading used API of SQLAlchemy to 1.4.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=8
2021-05-26 12:10:42 +00:00
196c4708f1 Accepting request 885363 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/885363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=3
2021-04-15 14:57:37 +00:00
d58397ef50 Accepting request 885352 from home:Simmphonie:python
- update to version 0.4.3
  * Pin SQLAlchemy to < 1.4 (#314)
- version 0.4.2
  * Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)
- fix python version to "< 3.7" for aiocontextvars

OBS-URL: https://build.opensuse.org/request/show/885352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=6
2021-04-14 13:18:47 +00:00
2b88fd8571 Accepting request 863746 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/863746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=2
2021-01-22 20:51:55 +00:00
6d73b19292 Accepting request 863722 from home:bnavigator:branches:devel:languages:python
- Requires aiocontextvars for python <= 3.6

OBS-URL: https://build.opensuse.org/request/show/863722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=4
2021-01-16 20:42:28 +00:00
e79d452424 Accepting request 852348 from devel:languages:python
another distant dep of authlib

OBS-URL: https://build.opensuse.org/request/show/852348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=1
2020-12-02 12:58:11 +00:00
a792dd5a21 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=2 2020-12-01 13:41:02 +00:00
7a473d4436 Accepting request 851497 from home:jayvdb:py-submit
depends on https://build.opensuse.org/request/show/851460 and that request also provides justification, and https://build.opensuse.org/request/show/851465

OBS-URL: https://build.opensuse.org/request/show/851497
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=1
2020-11-30 15:55:54 +00:00