taraqueue 0.0.2__tar.gz → 0.1.0__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 (40) hide show
  1. {taraqueue-0.0.2 → taraqueue-0.1.0}/.github/workflows/publish.yml +1 -1
  2. {taraqueue-0.0.2 → taraqueue-0.1.0}/PKG-INFO +1 -1
  3. {taraqueue-0.0.2 → taraqueue-0.1.0}/.editorconfig +0 -0
  4. {taraqueue-0.0.2 → taraqueue-0.1.0}/.gitattributes +0 -0
  5. {taraqueue-0.0.2 → taraqueue-0.1.0}/.github/CODEOWNERS +0 -0
  6. {taraqueue-0.0.2 → taraqueue-0.1.0}/.github/actions/setup-uv-env/action.yml +0 -0
  7. {taraqueue-0.0.2 → taraqueue-0.1.0}/.github/renovate.json +0 -0
  8. {taraqueue-0.0.2 → taraqueue-0.1.0}/.github/workflows/renovate.yaml +0 -0
  9. {taraqueue-0.0.2 → taraqueue-0.1.0}/.github/workflows/test.yml +0 -0
  10. {taraqueue-0.0.2 → taraqueue-0.1.0}/.gitignore +0 -0
  11. {taraqueue-0.0.2 → taraqueue-0.1.0}/.vscode/extensions.json +0 -0
  12. {taraqueue-0.0.2 → taraqueue-0.1.0}/.vscode/launch.json +0 -0
  13. {taraqueue-0.0.2 → taraqueue-0.1.0}/.vscode/settings.json +0 -0
  14. {taraqueue-0.0.2 → taraqueue-0.1.0}/CHANGES.rst +0 -0
  15. {taraqueue-0.0.2 → taraqueue-0.1.0}/CONTRIBUTING.rst +0 -0
  16. {taraqueue-0.0.2 → taraqueue-0.1.0}/LICENSE.rst +0 -0
  17. {taraqueue-0.0.2 → taraqueue-0.1.0}/Makefile +0 -0
  18. {taraqueue-0.0.2 → taraqueue-0.1.0}/README.rst +0 -0
  19. {taraqueue-0.0.2 → taraqueue-0.1.0}/STYLE_GUIDE.rst +0 -0
  20. {taraqueue-0.0.2 → taraqueue-0.1.0}/compose.yml +0 -0
  21. {taraqueue-0.0.2 → taraqueue-0.1.0}/docs/changes.rst +0 -0
  22. {taraqueue-0.0.2 → taraqueue-0.1.0}/docs/conf.py +0 -0
  23. {taraqueue-0.0.2 → taraqueue-0.1.0}/docs/contributing.rst +0 -0
  24. {taraqueue-0.0.2 → taraqueue-0.1.0}/docs/index.rst +0 -0
  25. {taraqueue-0.0.2 → taraqueue-0.1.0}/docs/license.rst +0 -0
  26. {taraqueue-0.0.2 → taraqueue-0.1.0}/docs/modules.rst +0 -0
  27. {taraqueue-0.0.2 → taraqueue-0.1.0}/docs/style_guide.rst +0 -0
  28. {taraqueue-0.0.2 → taraqueue-0.1.0}/docs/taraqueue.rst +0 -0
  29. {taraqueue-0.0.2 → taraqueue-0.1.0}/pyproject.toml +0 -0
  30. {taraqueue-0.0.2 → taraqueue-0.1.0}/taraqueue/__init__.py +0 -0
  31. {taraqueue-0.0.2 → taraqueue-0.1.0}/taraqueue/queue.py +0 -0
  32. {taraqueue-0.0.2 → taraqueue-0.1.0}/taraqueue/registry.py +0 -0
  33. {taraqueue-0.0.2 → taraqueue-0.1.0}/taraqueue/testing/__init__.py +0 -0
  34. {taraqueue-0.0.2 → taraqueue-0.1.0}/taraqueue/testing/compose.py +0 -0
  35. {taraqueue-0.0.2 → taraqueue-0.1.0}/taraqueue/testing/queue.py +0 -0
  36. {taraqueue-0.0.2 → taraqueue-0.1.0}/taraqueue/testing/services.py +0 -0
  37. {taraqueue-0.0.2 → taraqueue-0.1.0}/tests/test_compose.py +0 -0
  38. {taraqueue-0.0.2 → taraqueue-0.1.0}/tests/test_queue.py +0 -0
  39. {taraqueue-0.0.2 → taraqueue-0.1.0}/tests/test_registry.py +0 -0
  40. {taraqueue-0.0.2 → taraqueue-0.1.0}/uv.lock +0 -0
@@ -6,7 +6,7 @@ on:
6
6
  - "v*"
7
7
 
8
8
  permissions:
9
- contents: read
9
+ contents: write
10
10
 
11
11
  jobs:
12
12
  publish:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taraqueue
3
- Version: 0.0.2
3
+ Version: 0.1.0
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>
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