datanommer.models 1.4.2__tar.gz → 1.4.4__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.
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/NEWS.rst +18 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/PKG-INFO +3 -2
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/pyproject.toml +6 -2
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/LICENSE +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/README.rst +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/alembic.ini +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/__init__.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/alembic/env.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/alembic/script.py.mako +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/alembic/versions/429e6f2cba6f_message_agent_name.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/alembic/versions/5db25abc63be_init.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/alembic/versions/951c40020acc_unique.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/alembic/versions/f6918385051f_messages_headers_index.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/testing/__init__.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/tests/conftest.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/tests/test_jsonencodeddict.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/tests/test_model.py +0 -0
- {datanommer_models-1.4.2 → datanommer_models-1.4.4}/tox.ini +0 -0
@@ -6,6 +6,24 @@ For ``datanommer.models``
|
|
6
6
|
|
7
7
|
.. towncrier release notes start
|
8
8
|
|
9
|
+
v1.4.4
|
10
|
+
======
|
11
|
+
|
12
|
+
Released on 2025-06-19.
|
13
|
+
|
14
|
+
Dependency Changes
|
15
|
+
^^^^^^^^^^^^^^^^^^
|
16
|
+
|
17
|
+
* Relax dependency on psycopg2 (`3ad7e7b <https://github.com/fedora-infra/datanommer/commit/3ad7e7b>`_)
|
18
|
+
|
19
|
+
|
20
|
+
v1.4.3
|
21
|
+
======
|
22
|
+
|
23
|
+
Released on 2025-06-10.
|
24
|
+
|
25
|
+
No significant changes.
|
26
|
+
|
9
27
|
v1.4.2
|
10
28
|
======
|
11
29
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: datanommer.models
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.4
|
4
4
|
Summary: SQLAlchemy models for datanommer
|
5
5
|
License: GPL-3.0-or-later
|
6
6
|
Author: Fedora Infrastructure
|
@@ -43,7 +43,8 @@ Requires-Dist: meetbot-messages ; extra == "schemas"
|
|
43
43
|
Requires-Dist: noggin-messages ; extra == "schemas"
|
44
44
|
Requires-Dist: nuancier-messages ; extra == "schemas"
|
45
45
|
Requires-Dist: pagure-messages ; extra == "schemas"
|
46
|
-
Requires-Dist: psycopg2 (
|
46
|
+
Requires-Dist: psycopg2 (<2.9) ; python_version < "3.11"
|
47
|
+
Requires-Dist: psycopg2 (>=2.9.0,<3.0.0) ; python_version >= "3.11"
|
47
48
|
Requires-Dist: tahrir-messages ; extra == "schemas"
|
48
49
|
Requires-Dist: webhook-to-fedora-messaging-messages ; extra == "schemas"
|
49
50
|
Project-URL: Homepage, https://github.com/fedora-infra/datanommer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "datanommer.models"
|
3
|
-
version = "1.4.
|
3
|
+
version = "1.4.4"
|
4
4
|
description = "SQLAlchemy models for datanommer"
|
5
5
|
authors = [
|
6
6
|
"Fedora Infrastructure <admin@fedoraproject.org>"
|
@@ -27,7 +27,11 @@ include = [
|
|
27
27
|
python = "^3.9"
|
28
28
|
SQLAlchemy = "^1.3.24 || ^2.0.0"
|
29
29
|
alembic = "^1.6.5"
|
30
|
-
psycopg2 =
|
30
|
+
psycopg2 = [
|
31
|
+
{version = "<2.9", python = "<3.11"},
|
32
|
+
{version = "^2.9.0", python = ">=3.11"}
|
33
|
+
]
|
34
|
+
|
31
35
|
fedora-messaging = ">=2.1.0"
|
32
36
|
|
33
37
|
# Message schemas. The reference list of all message schemas is in
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{datanommer_models-1.4.2 → datanommer_models-1.4.4}/datanommer/models/alembic/script.py.mako
RENAMED
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
|