imbi-plugin-github 2.9.0__tar.gz → 2.9.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.
Files changed (25) hide show
  1. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/PKG-INFO +2 -2
  2. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/pyproject.toml +3 -3
  3. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/uv.lock +6 -6
  4. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/.github/workflows/publish.yml +0 -0
  5. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/.github/workflows/test.yml +0 -0
  6. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/.gitignore +0 -0
  7. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/.pre-commit-config.yaml +0 -0
  8. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/CLAUDE.md +0 -0
  9. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/LICENSE +0 -0
  10. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/README.md +0 -0
  11. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/justfile +0 -0
  12. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/src/imbi_plugin_github/__init__.py +0 -0
  13. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/src/imbi_plugin_github/_hosts.py +0 -0
  14. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/src/imbi_plugin_github/_repos.py +0 -0
  15. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/src/imbi_plugin_github/commits.py +0 -0
  16. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/src/imbi_plugin_github/deployment.py +0 -0
  17. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/src/imbi_plugin_github/identity.py +0 -0
  18. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/src/imbi_plugin_github/lifecycle.py +0 -0
  19. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/tests/__init__.py +0 -0
  20. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/tests/test_commits.py +0 -0
  21. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/tests/test_deployment.py +0 -0
  22. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/tests/test_hosts.py +0 -0
  23. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/tests/test_identity.py +0 -0
  24. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/tests/test_lifecycle.py +0 -0
  25. {imbi_plugin_github-2.9.0 → imbi_plugin_github-2.9.1}/tests/test_repos.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: imbi-plugin-github
3
- Version: 2.9.0
3
+ Version: 2.9.1
4
4
  Summary: GitHub identity plugin for Imbi (github.com / GHEC / GHES)
5
5
  Author-email: "Gavin M. Roy" <gavinr@aweber.com>
6
6
  License: BSD-3-Clause
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Programming Language :: Python :: 3.14
14
14
  Requires-Python: >=3.14
15
15
  Requires-Dist: httpx>=0.27
16
- Requires-Dist: imbi-common[databases]==2.9.0
16
+ Requires-Dist: imbi-common[databases]==2.9.1
17
17
  Requires-Dist: pydantic>=2
18
18
  Description-Content-Type: text/markdown
19
19
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "imbi-plugin-github"
3
- version = "2.9.0"
3
+ version = "2.9.1"
4
4
  description = "GitHub identity plugin for Imbi (github.com / GHEC / GHES)"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.14"
@@ -16,7 +16,7 @@ classifiers = [
16
16
  ]
17
17
  dependencies = [
18
18
  "httpx>=0.27",
19
- "imbi-common[databases]==2.9.0",
19
+ "imbi-common[databases]==2.9.1",
20
20
  "pydantic>=2",
21
21
  ]
22
22
 
@@ -36,7 +36,7 @@ github-commit-sync = "imbi_plugin_github.commits:GitHubCommitSyncPlugin"
36
36
  dev = [
37
37
  "basedpyright",
38
38
  "coverage[toml]",
39
- "imbi-common[server,databases]==2.9.0",
39
+ "imbi-common[server,databases]==2.9.1",
40
40
  "pre-commit",
41
41
  "pytest",
42
42
  "pytest-asyncio",
@@ -667,7 +667,7 @@ wheels = [
667
667
 
668
668
  [[package]]
669
669
  name = "imbi-common"
670
- version = "2.9.0"
670
+ version = "2.9.1"
671
671
  source = { registry = "https://pypi.org/simple" }
672
672
  dependencies = [
673
673
  { name = "cryptography" },
@@ -683,9 +683,9 @@ dependencies = [
683
683
  { name = "python-slugify" },
684
684
  { name = "typer" },
685
685
  ]
686
- sdist = { url = "https://files.pythonhosted.org/packages/ff/5e/e7306a4bafa6e23ad8fd6dcdaef552d646233b974b4cfd3352750ff57631/imbi_common-2.9.0.tar.gz", hash = "sha256:6687219808b824bc65af7229a6193cf2bf86e5b348ad2d3928126446c288b9ef", size = 336785, upload-time = "2026-06-03T15:52:11.958Z" }
686
+ sdist = { url = "https://files.pythonhosted.org/packages/9a/7a/0dc31034aa22aaa92929eeaf317c6b552e659b5e1557d1bd605edcc6f1cd/imbi_common-2.9.1.tar.gz", hash = "sha256:0808fbe949b3e1c347dcfb7c879c0cc547143e97f85c35c623dfd9971de041a9", size = 336897, upload-time = "2026-06-04T01:38:52.101Z" }
687
687
  wheels = [
688
- { url = "https://files.pythonhosted.org/packages/c2/dc/3c3e782709e5557620aa37e089233a267b0d73c9da44dbcfad963805f646/imbi_common-2.9.0-py3-none-any.whl", hash = "sha256:a8fad461cc7759e61ba101fa44f047610690805163ab43f8e10c8b97d91f8f0c", size = 107509, upload-time = "2026-06-03T15:52:10.159Z" },
688
+ { url = "https://files.pythonhosted.org/packages/14/d7/496d7edcbfc0f6a6551c16abd4e368bb756ee444711c350e09d5b736542b/imbi_common-2.9.1-py3-none-any.whl", hash = "sha256:4b445b30461c7d15e3d1635720f32d95f49f38369b5b1939bff5e9c89545bc6c", size = 107627, upload-time = "2026-06-04T01:38:50.624Z" },
689
689
  ]
690
690
 
691
691
  [package.optional-dependencies]
@@ -703,7 +703,7 @@ server = [
703
703
 
704
704
  [[package]]
705
705
  name = "imbi-plugin-github"
706
- version = "2.9.0"
706
+ version = "2.9.1"
707
707
  source = { editable = "." }
708
708
  dependencies = [
709
709
  { name = "httpx" },
@@ -731,7 +731,7 @@ dist = [
731
731
  [package.metadata]
732
732
  requires-dist = [
733
733
  { name = "httpx", specifier = ">=0.27" },
734
- { name = "imbi-common", extras = ["databases"], specifier = "==2.9.0" },
734
+ { name = "imbi-common", extras = ["databases"], specifier = "==2.9.1" },
735
735
  { name = "pydantic", specifier = ">=2" },
736
736
  ]
737
737
 
@@ -739,7 +739,7 @@ requires-dist = [
739
739
  dev = [
740
740
  { name = "basedpyright" },
741
741
  { name = "coverage", extras = ["toml"] },
742
- { name = "imbi-common", extras = ["server", "databases"], specifier = "==2.9.0" },
742
+ { name = "imbi-common", extras = ["server", "databases"], specifier = "==2.9.1" },
743
743
  { name = "pre-commit" },
744
744
  { name = "pytest" },
745
745
  { name = "pytest-asyncio" },