python3-commons 0.22.9__tar.gz → 0.22.10__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.
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.pre-commit-config.yaml +1 -1
- {python3_commons-0.22.9 → python3_commons-0.22.10}/PKG-INFO +2 -2
- {python3_commons-0.22.9 → python3_commons-0.22.10}/pyproject.toml +1 -1
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/PKG-INFO +2 -2
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/requires.txt +1 -1
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/scm_file_list.json +45 -45
- python3_commons-0.22.10/src/python3_commons.egg-info/scm_version.json +8 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/uv.lock +31 -31
- python3_commons-0.22.9/src/python3_commons.egg-info/scm_version.json +0 -8
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.coveragerc +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.env_template +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.gitignore +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/.python-version +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/AUTHORS.rst +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/CHANGELOG.rst +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/LICENSE +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/README.md +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/README.rst +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/docs/Makefile +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/docs/_static/.gitignore +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/docs/authors.rst +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/docs/changelog.rst +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/docs/conf.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/docs/index.rst +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/docs/license.rst +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/setup.cfg +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/integration/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/integration/conftest.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/integration/test_auth.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/conftest.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/db/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/db/test_async_session_manager.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/test_auth.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/test_msgspec.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.10
|
|
4
4
|
Summary: Re-usable Python3 code
|
|
5
5
|
Author-email: Oleg Korsak <kamikaze.is.waiting.you@gmail.com>
|
|
6
6
|
License-Expression: GPL-3.0
|
|
@@ -39,7 +39,7 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.51; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client~=0.0.
|
|
42
|
+
Requires-Dist: object-storage-client~=0.0.41; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "soap-client"
|
|
45
45
|
Requires-Dist: certifi~=2026.6.17; extra == "soap-client"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.10
|
|
4
4
|
Summary: Re-usable Python3 code
|
|
5
5
|
Author-email: Oleg Korsak <kamikaze.is.waiting.you@gmail.com>
|
|
6
6
|
License-Expression: GPL-3.0
|
|
@@ -39,7 +39,7 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.51; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client~=0.0.
|
|
42
|
+
Requires-Dist: object-storage-client~=0.0.41; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "soap-client"
|
|
45
45
|
Requires-Dist: certifi~=2026.6.17; extra == "soap-client"
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/scm_file_list.json
RENAMED
|
@@ -1,76 +1,76 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": [
|
|
3
|
+
".gitignore",
|
|
4
|
+
".python-version",
|
|
5
|
+
"README.md",
|
|
6
|
+
"AUTHORS.rst",
|
|
7
|
+
"CHANGELOG.rst",
|
|
8
|
+
"pyproject.toml",
|
|
9
|
+
".env_template",
|
|
3
10
|
".coveragerc",
|
|
4
11
|
".pre-commit-config.yaml",
|
|
5
|
-
"README.md",
|
|
6
12
|
"uv.lock",
|
|
7
|
-
".python-version",
|
|
8
13
|
"LICENSE",
|
|
9
|
-
"pyproject.toml",
|
|
10
|
-
"CHANGELOG.rst",
|
|
11
|
-
".env_template",
|
|
12
14
|
"README.rst",
|
|
13
|
-
".
|
|
14
|
-
"AUTHORS.rst",
|
|
15
|
-
".devcontainer/Dockerfile",
|
|
16
|
-
".devcontainer/docker-compose.yml",
|
|
17
|
-
".devcontainer/devcontainer.json",
|
|
18
|
-
"docs/Makefile",
|
|
19
|
-
"docs/license.rst",
|
|
20
|
-
"docs/authors.rst",
|
|
21
|
-
"docs/index.rst",
|
|
22
|
-
"docs/changelog.rst",
|
|
23
|
-
"docs/conf.py",
|
|
24
|
-
"docs/_static/.gitignore",
|
|
25
|
-
"src/python3_commons/helpers.py",
|
|
15
|
+
"src/python3_commons/conf.py",
|
|
26
16
|
"src/python3_commons/soap_client.py",
|
|
27
|
-
"src/python3_commons/
|
|
28
|
-
"src/python3_commons/__init__.py",
|
|
29
|
-
"src/python3_commons/exceptions.py",
|
|
30
|
-
"src/python3_commons/object_storage.py",
|
|
17
|
+
"src/python3_commons/async_functools.py",
|
|
31
18
|
"src/python3_commons/permissions.py",
|
|
32
|
-
"src/python3_commons/auth.py",
|
|
33
|
-
"src/python3_commons/audit.py",
|
|
34
|
-
"src/python3_commons/cache.py",
|
|
35
19
|
"src/python3_commons/fs.py",
|
|
36
|
-
"src/python3_commons/
|
|
37
|
-
"src/python3_commons/
|
|
20
|
+
"src/python3_commons/api_client.py",
|
|
21
|
+
"src/python3_commons/audit.py",
|
|
22
|
+
"src/python3_commons/object_storage.py",
|
|
23
|
+
"src/python3_commons/exceptions.py",
|
|
24
|
+
"src/python3_commons/helpers.py",
|
|
38
25
|
"src/python3_commons/generators.py",
|
|
26
|
+
"src/python3_commons/cache.py",
|
|
27
|
+
"src/python3_commons/auth.py",
|
|
28
|
+
"src/python3_commons/__init__.py",
|
|
39
29
|
"src/python3_commons/db/helpers.py",
|
|
40
30
|
"src/python3_commons/db/__init__.py",
|
|
31
|
+
"src/python3_commons/db/models/common.py",
|
|
41
32
|
"src/python3_commons/db/models/rbac.py",
|
|
42
|
-
"src/python3_commons/db/models/__init__.py",
|
|
43
|
-
"src/python3_commons/db/models/users.py",
|
|
44
33
|
"src/python3_commons/db/models/auth.py",
|
|
45
|
-
"src/python3_commons/db/models/
|
|
46
|
-
"src/python3_commons/
|
|
34
|
+
"src/python3_commons/db/models/users.py",
|
|
35
|
+
"src/python3_commons/db/models/__init__.py",
|
|
47
36
|
"src/python3_commons/log/filters.py",
|
|
48
37
|
"src/python3_commons/log/formatters.py",
|
|
49
|
-
"src/python3_commons/
|
|
50
|
-
"src/python3_commons/serializers/msgpack.py",
|
|
51
|
-
"src/python3_commons/serializers/json.py",
|
|
38
|
+
"src/python3_commons/log/__init__.py",
|
|
52
39
|
"src/python3_commons/serializers/msgspec.py",
|
|
40
|
+
"src/python3_commons/serializers/json.py",
|
|
53
41
|
"src/python3_commons/serializers/common.py",
|
|
42
|
+
"src/python3_commons/serializers/msgpack.py",
|
|
43
|
+
"src/python3_commons/serializers/__init__.py",
|
|
44
|
+
".devcontainer/docker-compose.yml",
|
|
45
|
+
".devcontainer/Dockerfile",
|
|
46
|
+
".devcontainer/devcontainer.json",
|
|
47
|
+
".github/workflows/checks.yml",
|
|
48
|
+
".github/workflows/release-on-tag-push.yml",
|
|
49
|
+
".github/workflows/python-publish.yaml",
|
|
54
50
|
"tests/__init__.py",
|
|
55
|
-
"tests/integration/__init__.py",
|
|
56
|
-
"tests/integration/test_auth.py",
|
|
57
51
|
"tests/integration/conftest.py",
|
|
58
52
|
"tests/integration/test_osc.py",
|
|
59
53
|
"tests/integration/test_cache.py",
|
|
60
|
-
"tests/
|
|
61
|
-
"tests/
|
|
62
|
-
"tests/unit/test_auth.py",
|
|
54
|
+
"tests/integration/test_auth.py",
|
|
55
|
+
"tests/integration/__init__.py",
|
|
63
56
|
"tests/unit/test_async_functools.py",
|
|
64
|
-
"tests/unit/test_msgspec.py",
|
|
65
57
|
"tests/unit/conftest.py",
|
|
58
|
+
"tests/unit/test_msgspec.py",
|
|
66
59
|
"tests/unit/test_audit.py",
|
|
60
|
+
"tests/unit/test_auth.py",
|
|
67
61
|
"tests/unit/test_msgpack.py",
|
|
68
|
-
"tests/unit/
|
|
62
|
+
"tests/unit/test_helpers.py",
|
|
63
|
+
"tests/unit/__init__.py",
|
|
69
64
|
"tests/unit/db/test_async_session_manager.py",
|
|
70
|
-
"tests/unit/
|
|
65
|
+
"tests/unit/db/__init__.py",
|
|
71
66
|
"tests/unit/log/test_formatters.py",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
67
|
+
"tests/unit/log/__init__.py",
|
|
68
|
+
"docs/conf.py",
|
|
69
|
+
"docs/Makefile",
|
|
70
|
+
"docs/index.rst",
|
|
71
|
+
"docs/authors.rst",
|
|
72
|
+
"docs/changelog.rst",
|
|
73
|
+
"docs/license.rst",
|
|
74
|
+
"docs/_static/.gitignore"
|
|
75
75
|
]
|
|
76
76
|
}
|
|
@@ -407,11 +407,11 @@ wheels = [
|
|
|
407
407
|
|
|
408
408
|
[[package]]
|
|
409
409
|
name = "filelock"
|
|
410
|
-
version = "3.30.
|
|
410
|
+
version = "3.30.2"
|
|
411
411
|
source = { registry = "https://pypi.org/simple" }
|
|
412
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
412
|
+
sdist = { url = "https://files.pythonhosted.org/packages/02/f7/2165ef325da22d854b8f81ca4799395f2eb6afa55cdb52c7710f028b5336/filelock-3.30.2.tar.gz", hash = "sha256:1ea7c857465c897a4a6e64c1aace28ff6b83f5bc66c1c06ea148efa65bc2ec5d", size = 176823, upload-time = "2026-07-16T19:50:42.724Z" }
|
|
413
413
|
wheels = [
|
|
414
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
414
|
+
{ url = "https://files.pythonhosted.org/packages/02/df/05118016cad66cd0d7c9417b2d4fc245be35decc4c36810f3c8dbf729d88/filelock-3.30.2-py3-none-any.whl", hash = "sha256:a64b58f75048ec39589983e97f5117163f822261dcb6ba843e098f05aac9663f", size = 94092, upload-time = "2026-07-16T19:50:41.189Z" },
|
|
415
415
|
]
|
|
416
416
|
|
|
417
417
|
[[package]]
|
|
@@ -724,14 +724,14 @@ wheels = [
|
|
|
724
724
|
|
|
725
725
|
[[package]]
|
|
726
726
|
name = "object-storage-client"
|
|
727
|
-
version = "0.0.
|
|
727
|
+
version = "0.0.41"
|
|
728
728
|
source = { registry = "https://pypi.org/simple" }
|
|
729
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
729
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c3/77/8f50e30d30d679060149be2ecff8c17c0f8cc683f4e1846d480b50fd76e1/object_storage_client-0.0.41.tar.gz", hash = "sha256:17288b63368a36320a7562b096bc87ca4844d33fcf2fdb2bb3c0b88700dfc6ef", size = 70778, upload-time = "2026-07-17T10:40:36.697Z" }
|
|
730
730
|
wheels = [
|
|
731
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
732
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
733
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
734
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
731
|
+
{ url = "https://files.pythonhosted.org/packages/8a/61/9f58c12d7f56ead146d3d9d3ec7bada74e81042ea2d41a59850909bcfc45/object_storage_client-0.0.41-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:2f4236fef60cde8d52d5cec6ae9c43a67b53f23b2fc24a1bfb05a3547595ff38", size = 2940765, upload-time = "2026-07-17T10:40:30.509Z" },
|
|
732
|
+
{ url = "https://files.pythonhosted.org/packages/51/4c/2e3be51f446a2104e9b7dbb63b7d182b6a8cd1ed72a3d30a0ebc423b2330/object_storage_client-0.0.41-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2fd1bb0756810799dd2be68ce29fef501341e7d8a9adecda36c033f9c2042c11", size = 3942619, upload-time = "2026-07-17T10:40:32.247Z" },
|
|
733
|
+
{ url = "https://files.pythonhosted.org/packages/2f/ca/2b951d1573e874dd0d1d18980cd577583446463c23a556733a07ec8564c5/object_storage_client-0.0.41-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:9dfdc80cba3288b8cf45231a1cfac571c47b8df40ca83d66b98067d0ece6df89", size = 3701769, upload-time = "2026-07-17T10:40:33.799Z" },
|
|
734
|
+
{ url = "https://files.pythonhosted.org/packages/c1/68/da7bf5283e1cd0e486afffe51374c1d11bdbec988f63f8a0b32207a9f9ee/object_storage_client-0.0.41-cp314-cp314-win_amd64.whl", hash = "sha256:b1e8a9b58065ae092a389994e63da29eaba51c41689712ddbc63d76736f6e859", size = 3485382, upload-time = "2026-07-17T10:40:35.433Z" },
|
|
735
735
|
]
|
|
736
736
|
|
|
737
737
|
[[package]]
|
|
@@ -1169,7 +1169,7 @@ requires-dist = [
|
|
|
1169
1169
|
{ name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.1" },
|
|
1170
1170
|
{ name = "msgpack", specifier = "~=1.2.1" },
|
|
1171
1171
|
{ name = "msgspec", specifier = "~=0.21.1" },
|
|
1172
|
-
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "~=0.0.
|
|
1172
|
+
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "~=0.0.41" },
|
|
1173
1173
|
{ name = "pydantic-settings", specifier = "~=2.14.2" },
|
|
1174
1174
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
|
|
1175
1175
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },
|
|
@@ -1272,27 +1272,27 @@ wheels = [
|
|
|
1272
1272
|
|
|
1273
1273
|
[[package]]
|
|
1274
1274
|
name = "ruff"
|
|
1275
|
-
version = "0.15.
|
|
1276
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1277
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1278
|
-
wheels = [
|
|
1279
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1280
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1281
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1282
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1283
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1284
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1285
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1286
|
-
{ url = "https://files.pythonhosted.org/packages/1e/
|
|
1287
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1275
|
+
version = "0.15.22"
|
|
1276
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1277
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3a/06/ae069393fc66e8ff33036d4b368003833bf6e88ccf182e17e7a2f1c754fd/ruff-0.15.22.tar.gz", hash = "sha256:3f15175b1fb580126f58285a5dae6b2ea89000136d980c64499211f116b54809", size = 4785063, upload-time = "2026-07-16T15:14:13.244Z" }
|
|
1278
|
+
wheels = [
|
|
1279
|
+
{ url = "https://files.pythonhosted.org/packages/23/18/ee54b7ae1e121be7a28ea6da4b67564ebb0530e183a54415ab7e3bcd2c4e/ruff-0.15.22-py3-none-linux_armv6l.whl", hash = "sha256:44423e73493737f5e7c5b41d475483898ff37afcdae38bc3da5085e29af1c2d8", size = 10781258, upload-time = "2026-07-16T15:13:19.452Z" },
|
|
1280
|
+
{ url = "https://files.pythonhosted.org/packages/2f/d2/2520cb14761ddbeaf57642a76942fc36adcbdbe53b4532241995f6fc485c/ruff-0.15.22-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b82c6482946e9eda7ff2e091d25b8bad3f718684e1916d41bd56873cee05b697", size = 10999477, upload-time = "2026-07-16T15:13:23.318Z" },
|
|
1281
|
+
{ url = "https://files.pythonhosted.org/packages/c9/10/74e53572aa758dfaa678c2a2646b5c5515d884b7ca56be4d2ce03ca4b560/ruff-0.15.22-py3-none-macosx_11_0_arm64.whl", hash = "sha256:11c1c715af53a09f714e011106bffc419751ec8232fcb5da42173284ea3fec6f", size = 10466716, upload-time = "2026-07-16T15:13:26.162Z" },
|
|
1282
|
+
{ url = "https://files.pythonhosted.org/packages/1e/cc/44eaaf0844e028182f2d0a8f2190d0f359159aed0a9e5ab861d892f1ae2a/ruff-0.15.22-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:742a29cf29bddb7c8327895d6a10e0e6c5b38a96dd407af9b5d0857f809c0576", size = 10892644, upload-time = "2026-07-16T15:13:29.229Z" },
|
|
1283
|
+
{ url = "https://files.pythonhosted.org/packages/9f/21/8edf559014d2b0f82beea19cfb713993ad802ccda16868769979c6090a84/ruff-0.15.22-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:72af58b951b0ae395935ae79763dc349bc0eb706319d28f7a33ad2cfb3cfc178", size = 10576719, upload-time = "2026-07-16T15:13:32.35Z" },
|
|
1284
|
+
{ url = "https://files.pythonhosted.org/packages/bf/1e/3a13abd392a3b50b62e5938a831f9ab6e588358cacad5c18545b716d2182/ruff-0.15.22-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:62d425005c1835eb24e2ee4161cb90e8db263415f4a71c8c72c33abaa6c0c224", size = 11376494, upload-time = "2026-07-16T15:13:35.958Z" },
|
|
1285
|
+
{ url = "https://files.pythonhosted.org/packages/bf/3e/422d3d95bcf04dd78e1aeac22184d4f9a8fb2c01865d39d44618484a0317/ruff-0.15.22-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e8b9b3f8779a4f08c969defc3c8c35abffaa757e601ed5ae66d6d1db6519969a", size = 12208370, upload-time = "2026-07-16T15:13:39.185Z" },
|
|
1286
|
+
{ url = "https://files.pythonhosted.org/packages/1e/91/5d065a0e0a02bf4813f5119ad278462eed081d2b832eb7c021ade0ec9e65/ruff-0.15.22-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1e0dd1b2e4d3d585f897a0d137cbf4eaf6223bef4e8ce34d6bb12556c5f9249e", size = 11581098, upload-time = "2026-07-16T15:13:42.132Z" },
|
|
1287
|
+
{ url = "https://files.pythonhosted.org/packages/f6/f9/a0d4871d12fae702eb1f41b686caf05f1f8b124dc6db6f784f53d74918fa/ruff-0.15.22-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:365523eb91d9224e1bcb03b022fbf0facb8f9e23792a2c53d9d4b3924bdbdebb", size = 11399422, upload-time = "2026-07-16T15:13:45.2Z" },
|
|
1288
|
+
{ url = "https://files.pythonhosted.org/packages/18/80/c843a5176cddbceb0b7e8dd41cf9993490796c1c469348d384f5a5c13c56/ruff-0.15.22-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:fabfd168afdf29fee5be98b831efa9683c94d7c5a3b58b9ce5a2e38444589a74", size = 11381683, upload-time = "2026-07-16T15:13:48.46Z" },
|
|
1289
|
+
{ url = "https://files.pythonhosted.org/packages/d4/00/8485de0ae92239438a36cfc51350db9b9e85c9ebdfaea91b18e422706662/ruff-0.15.22-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:225dbf095a87f1d9f90f5fd7924d2613ee452a75a4308c63a8f50f761787aa7c", size = 10850295, upload-time = "2026-07-16T15:13:51.655Z" },
|
|
1290
|
+
{ url = "https://files.pythonhosted.org/packages/fa/91/24977ec2ec72eaf15e4394ace2959fdff2dd1e14f03e005e838023407169/ruff-0.15.22-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:1877d63b9d24ed278744f1523fd11b85540566d54641f97c566d7d9dc5ca5296", size = 10579640, upload-time = "2026-07-16T15:13:54.79Z" },
|
|
1291
|
+
{ url = "https://files.pythonhosted.org/packages/9c/47/9b51216951974df1f263ac19da550d34252e0ed7218c25f10c5ef9ed7517/ruff-0.15.22-py3-none-musllinux_1_2_i686.whl", hash = "sha256:a1606c510bd7215680d32efab38965f7cdec3ef69f5170a3f4791404ffdd5262", size = 11105077, upload-time = "2026-07-16T15:13:57.915Z" },
|
|
1292
|
+
{ url = "https://files.pythonhosted.org/packages/c2/47/20e9d4a3b8016778acea5fc32bb50d35d207500a17ddb529ffa6996feef8/ruff-0.15.22-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:630479b18625f5ffc373f77603a22a9f8ac0acd7ff0501178b5db28ec71e9c64", size = 11490980, upload-time = "2026-07-16T15:14:01.032Z" },
|
|
1293
|
+
{ url = "https://files.pythonhosted.org/packages/4d/76/3f72d8fc38c1cb77b38c56a70da9d0c17700cc1cc50f9649c9d3c8f5ba71/ruff-0.15.22-py3-none-win32.whl", hash = "sha256:e5ba0e4a13fd14abbed2a77b517a3911290c6c6c59ef67784328d1668fab76cf", size = 10789165, upload-time = "2026-07-16T15:14:04.16Z" },
|
|
1294
|
+
{ url = "https://files.pythonhosted.org/packages/cb/46/4965251734c2b6fcdca1b1b187d20bcac3af0ee5b083b89c910bb961ce3a/ruff-0.15.22-py3-none-win_amd64.whl", hash = "sha256:9be63ba1eb936acd2d1342fb8337c356353706fce233b2a15a09a97037e6acde", size = 11938297, upload-time = "2026-07-16T15:14:07.316Z" },
|
|
1295
|
+
{ url = "https://files.pythonhosted.org/packages/57/c9/e69b1ff4c8b69093ef08b8919ab767af0569666865b39c30a8795d88d3c6/ruff-0.15.22-py3-none-win_arm64.whl", hash = "sha256:e1168075b72158510839f250027659cdd78476f40507dd517892304c41318661", size = 11298172, upload-time = "2026-07-16T15:14:10.51Z" },
|
|
1296
1296
|
]
|
|
1297
1297
|
|
|
1298
1298
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/.github/workflows/release-on-tag-push.yml
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/db/models/__init__.py
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/src/python3_commons.egg-info/top_level.txt
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
|
{python3_commons-0.22.9 → python3_commons-0.22.10}/tests/unit/db/test_async_session_manager.py
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
|