taraqueue 0.6.0__tar.gz → 0.6.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.
- {taraqueue-0.6.0 → taraqueue-0.6.1}/CHANGES.rst +7 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/PKG-INFO +2 -2
- {taraqueue-0.6.0 → taraqueue-0.6.1}/pyproject.toml +1 -1
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/testing/services.py +1 -1
- {taraqueue-0.6.0 → taraqueue-0.6.1}/uv.lock +4 -4
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.editorconfig +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.gitattributes +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.github/CODEOWNERS +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.github/actions/setup-uv-env/action.yml +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.github/renovate.json +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.github/workflows/publish.yml +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.github/workflows/renovate.yaml +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.github/workflows/test.yml +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.gitignore +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.vscode/extensions.json +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.vscode/launch.json +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/.vscode/settings.json +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/CONTRIBUTING.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/LICENSE.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/Makefile +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/README.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/STYLE_GUIDE.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/compose.yml +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/changes.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/conf.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/contributing.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/index.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/license.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/modules.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/style_guide.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/taraqueue.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/docs/taraqueue.testing.rst +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/__init__.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/memory.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/redis.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/registry.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/sqs.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/testing/__init__.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/testing/compose.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/taraqueue/testing/queue.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/tests/test_compose.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/tests/test_queue.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/tests/test_redis.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/tests/test_registry.py +0 -0
- {taraqueue-0.6.0 → taraqueue-0.6.1}/tests/test_sqs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: taraqueue
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: Python queue abstraction layer
|
|
5
5
|
Project-URL: Repository, https://github.com/taradix/taraqueue
|
|
6
6
|
Author-email: Marc Tardif <marc@taram.ca>
|
|
@@ -20,7 +20,7 @@ Requires-Dist: aiobotocore>=2.21.0; extra == 'sqs'
|
|
|
20
20
|
Provides-Extra: test
|
|
21
21
|
Requires-Dist: aiobotocore>=2.21.0; extra == 'test'
|
|
22
22
|
Requires-Dist: coverage<8.0.0,>=7.2.3; extra == 'test'
|
|
23
|
-
Requires-Dist: more-itertools<11.
|
|
23
|
+
Requires-Dist: more-itertools<11.2.0,>=11.1.0; extra == 'test'
|
|
24
24
|
Requires-Dist: moto[server,sns,sqs]>=5.1.0; extra == 'test'
|
|
25
25
|
Requires-Dist: pytest-asyncio<2.0.0,>=1.0.0; extra == 'test'
|
|
26
26
|
Requires-Dist: pytest-unique<1.0.0,>=0.1.8; extra == 'test'
|
|
@@ -22,7 +22,7 @@ def taraqueue_env_file(taraqueue_env_vars, request):
|
|
|
22
22
|
|
|
23
23
|
Cached for troubleshooting purposes.
|
|
24
24
|
"""
|
|
25
|
-
env_file = request.config.cache.makedir("
|
|
25
|
+
env_file = request.config.cache.makedir("taraqueue") / "env"
|
|
26
26
|
with env_file.open("w") as f:
|
|
27
27
|
for k, v in taraqueue_env_vars.items():
|
|
28
28
|
f.write(f"{k}={v}\n")
|
|
@@ -959,11 +959,11 @@ wheels = [
|
|
|
959
959
|
|
|
960
960
|
[[package]]
|
|
961
961
|
name = "more-itertools"
|
|
962
|
-
version = "11.0
|
|
962
|
+
version = "11.1.0"
|
|
963
963
|
source = { registry = "https://pypi.org/simple" }
|
|
964
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
964
|
+
sdist = { url = "https://files.pythonhosted.org/packages/de/1d/f4da6f02cdffe04d6362210b807146a26044c88d839208aec273bb0d9184/more_itertools-11.1.0.tar.gz", hash = "sha256:48e8f4d9e7e5878571ecf6f2b4e57634f93cd474cc8cfbd2376f2d11b396e30d", size = 145772, upload-time = "2026-05-22T14:14:29.909Z" }
|
|
965
965
|
wheels = [
|
|
966
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
966
|
+
{ url = "https://files.pythonhosted.org/packages/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715/more_itertools-11.1.0-py3-none-any.whl", hash = "sha256:4b65538ae22f6fed0ce4874efd317463a7489796a0939fa66824dd542125a192", size = 72226, upload-time = "2026-05-22T14:14:28.824Z" },
|
|
967
967
|
]
|
|
968
968
|
|
|
969
969
|
[[package]]
|
|
@@ -2115,7 +2115,7 @@ requires-dist = [
|
|
|
2115
2115
|
{ name = "aiobotocore", marker = "extra == 'sqs'", specifier = ">=2.21.0" },
|
|
2116
2116
|
{ name = "aiobotocore", marker = "extra == 'test'", specifier = ">=2.21.0" },
|
|
2117
2117
|
{ name = "coverage", marker = "extra == 'test'", specifier = ">=7.2.3,<8.0.0" },
|
|
2118
|
-
{ name = "more-itertools", marker = "extra == 'test'", specifier = ">=11.0
|
|
2118
|
+
{ name = "more-itertools", marker = "extra == 'test'", specifier = ">=11.1.0,<11.2.0" },
|
|
2119
2119
|
{ name = "moto", extras = ["server", "sns", "sqs"], marker = "extra == 'test'", specifier = ">=5.1.0" },
|
|
2120
2120
|
{ name = "pytest", marker = "extra == 'test'", specifier = ">=9.0.0,<10.0.0" },
|
|
2121
2121
|
{ name = "pytest-asyncio", marker = "extra == 'test'", specifier = ">=1.0.0,<2.0.0" },
|
|
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
|
|
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
|