taraqueue 0.6.0__tar.gz → 0.6.2__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.
Files changed (45) hide show
  1. {taraqueue-0.6.0 → taraqueue-0.6.2}/CHANGES.rst +14 -0
  2. {taraqueue-0.6.0 → taraqueue-0.6.2}/PKG-INFO +2 -2
  3. {taraqueue-0.6.0 → taraqueue-0.6.2}/pyproject.toml +1 -1
  4. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/testing/compose.py +6 -2
  5. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/testing/services.py +1 -1
  6. {taraqueue-0.6.0 → taraqueue-0.6.2}/uv.lock +4 -4
  7. {taraqueue-0.6.0 → taraqueue-0.6.2}/.editorconfig +0 -0
  8. {taraqueue-0.6.0 → taraqueue-0.6.2}/.gitattributes +0 -0
  9. {taraqueue-0.6.0 → taraqueue-0.6.2}/.github/CODEOWNERS +0 -0
  10. {taraqueue-0.6.0 → taraqueue-0.6.2}/.github/actions/setup-uv-env/action.yml +0 -0
  11. {taraqueue-0.6.0 → taraqueue-0.6.2}/.github/renovate.json +0 -0
  12. {taraqueue-0.6.0 → taraqueue-0.6.2}/.github/workflows/publish.yml +0 -0
  13. {taraqueue-0.6.0 → taraqueue-0.6.2}/.github/workflows/renovate.yaml +0 -0
  14. {taraqueue-0.6.0 → taraqueue-0.6.2}/.github/workflows/test.yml +0 -0
  15. {taraqueue-0.6.0 → taraqueue-0.6.2}/.gitignore +0 -0
  16. {taraqueue-0.6.0 → taraqueue-0.6.2}/.vscode/extensions.json +0 -0
  17. {taraqueue-0.6.0 → taraqueue-0.6.2}/.vscode/launch.json +0 -0
  18. {taraqueue-0.6.0 → taraqueue-0.6.2}/.vscode/settings.json +0 -0
  19. {taraqueue-0.6.0 → taraqueue-0.6.2}/CONTRIBUTING.rst +0 -0
  20. {taraqueue-0.6.0 → taraqueue-0.6.2}/LICENSE.rst +0 -0
  21. {taraqueue-0.6.0 → taraqueue-0.6.2}/Makefile +0 -0
  22. {taraqueue-0.6.0 → taraqueue-0.6.2}/README.rst +0 -0
  23. {taraqueue-0.6.0 → taraqueue-0.6.2}/STYLE_GUIDE.rst +0 -0
  24. {taraqueue-0.6.0 → taraqueue-0.6.2}/compose.yml +0 -0
  25. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/changes.rst +0 -0
  26. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/conf.py +0 -0
  27. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/contributing.rst +0 -0
  28. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/index.rst +0 -0
  29. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/license.rst +0 -0
  30. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/modules.rst +0 -0
  31. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/style_guide.rst +0 -0
  32. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/taraqueue.rst +0 -0
  33. {taraqueue-0.6.0 → taraqueue-0.6.2}/docs/taraqueue.testing.rst +0 -0
  34. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/__init__.py +0 -0
  35. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/memory.py +0 -0
  36. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/redis.py +0 -0
  37. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/registry.py +0 -0
  38. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/sqs.py +0 -0
  39. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/testing/__init__.py +0 -0
  40. {taraqueue-0.6.0 → taraqueue-0.6.2}/taraqueue/testing/queue.py +0 -0
  41. {taraqueue-0.6.0 → taraqueue-0.6.2}/tests/test_compose.py +0 -0
  42. {taraqueue-0.6.0 → taraqueue-0.6.2}/tests/test_queue.py +0 -0
  43. {taraqueue-0.6.0 → taraqueue-0.6.2}/tests/test_redis.py +0 -0
  44. {taraqueue-0.6.0 → taraqueue-0.6.2}/tests/test_registry.py +0 -0
  45. {taraqueue-0.6.0 → taraqueue-0.6.2}/tests/test_sqs.py +0 -0
@@ -1,3 +1,17 @@
1
+ Version 0.6.2
2
+ -------------
3
+
4
+ Released 2026-05-22
5
+
6
+ - Revert to docker compose run instead of up.
7
+
8
+ Version 0.6.1
9
+ -------------
10
+
11
+ Released 2026-05-22
12
+
13
+ - Fix env file collision.
14
+
1
15
  Version 0.6.0
2
16
  -------------
3
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taraqueue
3
- Version: 0.6.0
3
+ Version: 0.6.2
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.1.0,>=11.0.1; extra == 'test'
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'
@@ -28,7 +28,7 @@ test = [
28
28
  "aiobotocore>=2.21.0",
29
29
  "coverage>=7.2.3,<8.0.0",
30
30
  "moto[sns,sqs,server]>=5.1.0",
31
- "more-itertools>=11.0.1,<11.1.0",
31
+ "more-itertools>=11.1.0,<11.2.0",
32
32
  "redis>=7.4.0",
33
33
  "pytest>=9.0.0,<10.0.0",
34
34
  "pytest-asyncio>=1.0.0,<2.0.0",
@@ -66,6 +66,7 @@ class ComposeServer(ProcessServer):
66
66
 
67
67
  def prepare_func(self, controldir):
68
68
  """Prepare the function to run the compose service."""
69
+ full_name = self.full_name(controldir.basename)
69
70
  compose = xdocker.compose().with_project_name(self.project)
70
71
  if env_file := self.env_file:
71
72
  compose = compose.with_env_file(env_file)
@@ -74,8 +75,11 @@ class ComposeServer(ProcessServer):
74
75
 
75
76
  command = (
76
77
  compose
77
- .up(controldir.basename)
78
- .with_optionals("--no-deps")
78
+ .run(controldir.basename)
79
+ .with_name(full_name)
80
+ .with_build()
81
+ .with_remove()
82
+ .with_optionals("--use-aliases")
79
83
  )
80
84
 
81
85
  return ProcessData(self.pattern, command, timeout=self.timeout)
@@ -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("compose") / "env"
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.2"
962
+ version = "11.1.0"
963
963
  source = { registry = "https://pypi.org/simple" }
964
- sdist = { url = "https://files.pythonhosted.org/packages/a2/f7/139d22fef48ac78127d18e01d80cf1be40236ae489769d17f35c3d425293/more_itertools-11.0.2.tar.gz", hash = "sha256:392a9e1e362cbc106a2457d37cabf9b36e5e12efd4ebff1654630e76597df804", size = 144659, upload-time = "2026-04-09T15:01:33.297Z" }
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/cb/98/6af411189d9413534c3eb691182bff1f5c6d44ed2f93f2edfe52a1bbceb8/more_itertools-11.0.2-py3-none-any.whl", hash = "sha256:6e35b35f818b01f691643c6c611bc0902f2e92b46c18fffa77ae1e7c46e912e4", size = 71939, upload-time = "2026-04-09T15:01:32.21Z" },
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.1,<11.1.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