simplebroker-pg 2.2.0__tar.gz → 2.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/PKG-INFO +2 -2
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/pyproject.toml +2 -2
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/.gitignore +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/LICENSE +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/README.md +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/__init__.py +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/_constants.py +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/_identifiers.py +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/_sql.py +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/plugin.py +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/py.typed +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/runner.py +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/schema.py +0 -0
- {simplebroker_pg-2.2.0 → simplebroker_pg-2.2.1}/simplebroker_pg/validation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simplebroker-pg
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Postgres backend plugin for SimpleBroker
|
|
5
5
|
Author-email: Van Lindberg <van.lindberg@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -8,7 +8,7 @@ License-File: LICENSE
|
|
|
8
8
|
Requires-Python: >=3.11
|
|
9
9
|
Requires-Dist: psycopg-pool>=3.1
|
|
10
10
|
Requires-Dist: psycopg[binary]>=3
|
|
11
|
-
Requires-Dist: simplebroker>=4.
|
|
11
|
+
Requires-Dist: simplebroker>=4.5.0
|
|
12
12
|
Provides-Extra: dev
|
|
13
13
|
Requires-Dist: pytest-timeout>=2.4.0; extra == 'dev'
|
|
14
14
|
Requires-Dist: pytest>=7.0; extra == 'dev'
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "simplebroker-pg"
|
|
7
|
-
version = "2.2.
|
|
7
|
+
version = "2.2.1"
|
|
8
8
|
description = "Postgres backend plugin for SimpleBroker"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -14,7 +14,7 @@ authors = [
|
|
|
14
14
|
{name = "Van Lindberg", email = "van.lindberg@gmail.com"},
|
|
15
15
|
]
|
|
16
16
|
dependencies = [
|
|
17
|
-
"simplebroker>=4.
|
|
17
|
+
"simplebroker>=4.5.0",
|
|
18
18
|
"psycopg[binary]>=3",
|
|
19
19
|
"psycopg-pool>=3.1",
|
|
20
20
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|