github-rest-api 0.37.0__tar.gz → 0.37.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 (43) hide show
  1. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/PKG-INFO +1 -1
  2. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/container/build_container_images.py +2 -2
  3. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/pyproject.toml +1 -1
  4. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/uv.lock +1 -1
  5. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/.gemini/system.md +0 -0
  6. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/.github/workflows/create_pr_to_main.yml +0 -0
  7. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/.github/workflows/lint.yml +0 -0
  8. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/.github/workflows/release.yml +0 -0
  9. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/.github/workflows/remove_branch.yml +0 -0
  10. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/.github/workflows/test.yml +0 -0
  11. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/.gitignore +0 -0
  12. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/.gitpod.yml +0 -0
  13. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/GEMINI.md +0 -0
  14. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/README.md +0 -0
  15. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/__init__.py +0 -0
  16. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/__init__.py +0 -0
  17. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/cargo/__init__.py +0 -0
  18. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/cargo/benchmark.py +0 -0
  19. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/cargo/profiling.py +0 -0
  20. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/cargo/utils.py +0 -0
  21. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/container/__init__.py +0 -0
  22. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/container/config_container.py +0 -0
  23. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/container/update_version_containerfile.py +0 -0
  24. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/__init__.py +0 -0
  25. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/add_github_repo.py +0 -0
  26. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/create_pull_request.py +0 -0
  27. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/release_on_github.py +0 -0
  28. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/remove_branch.py +0 -0
  29. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/workflows/create_pr_dev_to_main.yml +0 -0
  30. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/workflows/create_pr_to_dev.yml +0 -0
  31. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/workflows/create_pr_to_main.yml +0 -0
  32. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/workflows/python/lint.yml +0 -0
  33. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/workflows/python/test.yml +0 -0
  34. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/github/workflows/remove_branch.yml +0 -0
  35. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/actions/utils.py +0 -0
  36. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/github.py +0 -0
  37. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/github_rest_api/utils.py +0 -0
  38. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/memory/MEMORY.md +0 -0
  39. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/memory/feedback_test_runner.md +0 -0
  40. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/tests/__init__.py +0 -0
  41. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/tests/test_build_container_images.py +0 -0
  42. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/tests/test_github.py +0 -0
  43. {github_rest_api-0.37.0 → github_rest_api-0.37.1}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-rest-api
3
- Version: 0.37.0
3
+ Version: 0.37.1
4
4
  Summary: Simple wrapper of GitHub REST APIs.
5
5
  Author-email: Ben Du <longendu@yahoo.com>
6
6
  Classifier: Programming Language :: Python :: 3 :: Only
@@ -229,8 +229,8 @@ def parse_args():
229
229
  def _resolve_image_dirs(args: argparse.Namespace) -> list[str]:
230
230
  if args.image_dirs:
231
231
  return args.image_dirs
232
- lines = Path(args.file_image_dirs).read_text().splitlines()
233
- return [line.strip() for line in lines if line.strip()]
232
+ with Path(args.file_image_dirs).open(encoding="utf-8") as fin:
233
+ return [s for line in fin if (s := line.strip()) and not s.startswith("#")]
234
234
 
235
235
 
236
236
  def main():
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
4
4
 
5
5
  [project]
6
6
  name = "github-rest-api"
7
- version = "0.37.0"
7
+ version = "0.37.1"
8
8
  description = "Simple wrapper of GitHub REST APIs."
9
9
  readme = "README.md"
10
10
  authors = [ { name = "Ben Du", email = "longendu@yahoo.com" } ]
@@ -166,7 +166,7 @@ wheels = [
166
166
 
167
167
  [[package]]
168
168
  name = "github-rest-api"
169
- version = "0.36.0"
169
+ version = "0.37.0"
170
170
  source = { editable = "." }
171
171
  dependencies = [
172
172
  { name = "dulwich" },