cgitize 8.0.2__tar.gz → 8.0.3__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 (72) hide show
  1. {cgitize-8.0.2 → cgitize-8.0.3}/.github/workflows/ci.yml +4 -4
  2. {cgitize-8.0.2 → cgitize-8.0.3}/.github/workflows/maintenance.yml +1 -1
  3. {cgitize-8.0.2 → cgitize-8.0.3}/DEVELOPMENT.md +4 -2
  4. {cgitize-8.0.2 → cgitize-8.0.3}/Makefile +0 -7
  5. {cgitize-8.0.2 → cgitize-8.0.3}/PKG-INFO +1 -1
  6. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/bitbucket.py +1 -1
  7. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/cgit.py +1 -1
  8. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/config.py +1 -1
  9. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/git.py +1 -1
  10. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/github.py +1 -1
  11. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/gitlab.py +1 -1
  12. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/header.py +1 -1
  13. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/main.py +1 -1
  14. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/repo.py +1 -1
  15. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/utils.py +1 -1
  16. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/PKG-INFO +1 -1
  17. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/scm_file_list.json +42 -42
  18. cgitize-8.0.3/cgitize.egg-info/scm_version.json +8 -0
  19. {cgitize-8.0.2 → cgitize-8.0.3}/docker/cgitize.sh +1 -1
  20. {cgitize-8.0.2 → cgitize-8.0.3}/docker/in_cron.sh +1 -1
  21. {cgitize-8.0.2 → cgitize-8.0.3}/requirements.txt +11 -11
  22. {cgitize-8.0.2 → cgitize-8.0.3}/test/unit/test_bitbucket.py +1 -1
  23. {cgitize-8.0.2 → cgitize-8.0.3}/test/unit/test_github.py +1 -1
  24. {cgitize-8.0.2 → cgitize-8.0.3}/test/unit/test_gitlab.py +1 -1
  25. cgitize-8.0.2/cgitize.egg-info/scm_version.json +0 -8
  26. {cgitize-8.0.2 → cgitize-8.0.3}/.dockerignore +0 -0
  27. {cgitize-8.0.2 → cgitize-8.0.3}/.git-blame-ignore-revs +0 -0
  28. {cgitize-8.0.2 → cgitize-8.0.3}/.gitattributes +0 -0
  29. {cgitize-8.0.2 → cgitize-8.0.3}/.github/dependabot.yml +0 -0
  30. {cgitize-8.0.2 → cgitize-8.0.3}/.gitignore +0 -0
  31. {cgitize-8.0.2 → cgitize-8.0.3}/.pylintrc +0 -0
  32. {cgitize-8.0.2 → cgitize-8.0.3}/.python-version +0 -0
  33. {cgitize-8.0.2 → cgitize-8.0.3}/LICENSE.txt +0 -0
  34. {cgitize-8.0.2 → cgitize-8.0.3}/README.md +0 -0
  35. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/__init__.py +0 -0
  36. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/version.py +0 -0
  37. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/SOURCES.txt +0 -0
  38. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/dependency_links.txt +0 -0
  39. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/entry_points.txt +0 -0
  40. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/requires.txt +0 -0
  41. {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/top_level.txt +0 -0
  42. {cgitize-8.0.2 → cgitize-8.0.3}/docker/Dockerfile +0 -0
  43. {cgitize-8.0.2 → cgitize-8.0.3}/docker/README.md +0 -0
  44. {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/Dockerfile +0 -0
  45. {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/cmd.sh +0 -0
  46. {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/etc/cgit/common +0 -0
  47. {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/etc/cgitrc +0 -0
  48. {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/etc/nginx/conf.d/default.conf +0 -0
  49. {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/usr/lib/cgit/filters/about-formatting.sh +0 -0
  50. {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes +0 -0
  51. {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html +0 -0
  52. {cgitize-8.0.2 → cgitize-8.0.3}/docker/get_output_dir.py +0 -0
  53. {cgitize-8.0.2 → cgitize-8.0.3}/docker-compose.yml +0 -0
  54. {cgitize-8.0.2 → cgitize-8.0.3}/docs/api.md +0 -0
  55. {cgitize-8.0.2 → cgitize-8.0.3}/docs/auth.md +0 -0
  56. {cgitize-8.0.2 → cgitize-8.0.3}/examples/cgitize.toml +0 -0
  57. {cgitize-8.0.2 → cgitize-8.0.3}/examples/docker/cgitize.toml +0 -0
  58. {cgitize-8.0.2 → cgitize-8.0.3}/prelude.mk +0 -0
  59. {cgitize-8.0.2 → cgitize-8.0.3}/pyproject.toml +0 -0
  60. {cgitize-8.0.2 → cgitize-8.0.3}/setup.cfg +0 -0
  61. {cgitize-8.0.2 → cgitize-8.0.3}/test/__init__.py +0 -0
  62. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/.dockerignore +0 -0
  63. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/cgitize/.gitignore +0 -0
  64. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/cgitize/etc/cgitize.toml +0 -0
  65. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/docker-compose.yml +0 -0
  66. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/git_server/Dockerfile +0 -0
  67. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/git_server/setup_repo.sh +0 -0
  68. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/test.sh +0 -0
  69. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/example/test.sh +0 -0
  70. {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/local/test.sh +0 -0
  71. {cgitize-8.0.2 → cgitize-8.0.3}/test/set_credentials.sh +0 -0
  72. {cgitize-8.0.2 → cgitize-8.0.3}/test/unit/__init__.py +0 -0
@@ -15,7 +15,7 @@ jobs:
15
15
  - name: Checkout
16
16
  uses: actions/checkout@v7
17
17
  - name: Set up Python
18
- uses: actions/setup-python@v6
18
+ uses: actions/setup-python@v7
19
19
  with:
20
20
  python-version: '3.x'
21
21
  - name: Run black
@@ -40,7 +40,7 @@ jobs:
40
40
  with:
41
41
  fetch-depth: 0
42
42
  - name: Set up Python
43
- uses: actions/setup-python@v6
43
+ uses: actions/setup-python@v7
44
44
  with:
45
45
  python-version: '${{ matrix.python-version }}'
46
46
  cache: pip
@@ -75,7 +75,7 @@ jobs:
75
75
  - name: Checkout
76
76
  uses: actions/checkout@v7
77
77
  - name: Set up Python
78
- uses: actions/setup-python@v6
78
+ uses: actions/setup-python@v7
79
79
  with:
80
80
  cache: pip
81
81
  - name: Install dependencies
@@ -158,7 +158,7 @@ jobs:
158
158
  with:
159
159
  fetch-depth: 0
160
160
  - name: Set up Python
161
- uses: actions/setup-python@v6
161
+ uses: actions/setup-python@v7
162
162
  - name: Verify package can be installed
163
163
  run: pip install -q .
164
164
  - name: Install package builder
@@ -23,7 +23,7 @@ jobs:
23
23
  with:
24
24
  ssh-private-key: '${{ secrets.SSH_KEY }}'
25
25
  - name: Set up Python
26
- uses: actions/setup-python@v6
26
+ uses: actions/setup-python@v7
27
27
  with:
28
28
  python-version-file: .python-version
29
29
  - name: Configure git
@@ -61,7 +61,9 @@ Upgrading dependencies
61
61
  Releases
62
62
  --------
63
63
 
64
- * Make a git tag for a new minor version using `make tag`.
65
- You can then review it and push using `git push --tags`.
64
+ * Make a new tag using the semantic versioning policy (you can use [tagger] to
65
+ do that), review and push it.
66
66
  * For a new major version, update the version in the docker-compose definition
67
67
  in docker/README.md.
68
+
69
+ [tagger]: https://github.com/egor-tensin/tagger
@@ -79,10 +79,3 @@ test/example:
79
79
  @echo Integration test: example
80
80
  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81
81
  ./test/integration/example/test.sh
82
-
83
- .PHONY: tag
84
- tag:
85
- $(venv_activate) \
86
- && pip install -q --upgrade setuptools-scm \
87
- && version="$$( python -m setuptools_scm --strip-dev )" \
88
- && git tag "v$$version"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgitize
3
- Version: 8.0.2
3
+ Version: 8.0.3
4
4
  Summary: Self-host your repositories using cgit
5
5
  Author-email: Egor Tensin <egor@tensin.name>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  import logging
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2018 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  import logging
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  from abc import ABC, abstractmethod
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  from contextlib import contextmanager
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  import logging
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  import logging
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2026 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2018 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  from argparse import ArgumentParser
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2018 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  from enum import Enum
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2018 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  from contextlib import contextmanager
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgitize
3
- Version: 8.0.2
3
+ Version: 8.0.3
4
4
  Summary: Self-host your repositories using cgit
5
5
  Author-email: Egor Tensin <egor@tensin.name>
6
6
  License-Expression: MIT
@@ -1,65 +1,65 @@
1
1
  {
2
2
  "files": [
3
- "README.md",
4
- "Makefile",
5
- ".python-version",
6
- "LICENSE.txt",
7
- "prelude.mk",
8
- "pyproject.toml",
9
- "requirements.txt",
10
3
  ".dockerignore",
11
4
  ".git-blame-ignore-revs",
12
5
  ".gitattributes",
13
- ".pylintrc",
6
+ ".github/dependabot.yml",
7
+ ".github/workflows/ci.yml",
8
+ ".github/workflows/maintenance.yml",
14
9
  ".gitignore",
15
- "docker-compose.yml",
10
+ ".pylintrc",
11
+ ".python-version",
16
12
  "DEVELOPMENT.md",
17
- "docs/auth.md",
18
- "docs/api.md",
19
- "cgitize/bitbucket.py",
20
- "cgitize/gitlab.py",
13
+ "LICENSE.txt",
14
+ "Makefile",
15
+ "README.md",
21
16
  "cgitize/__init__.py",
22
- "cgitize/git.py",
23
- "cgitize/version.py",
17
+ "cgitize/bitbucket.py",
18
+ "cgitize/cgit.py",
24
19
  "cgitize/config.py",
25
- "cgitize/utils.py",
20
+ "cgitize/git.py",
21
+ "cgitize/github.py",
22
+ "cgitize/gitlab.py",
26
23
  "cgitize/header.py",
27
- "cgitize/repo.py",
28
- "cgitize/cgit.py",
29
24
  "cgitize/main.py",
30
- "cgitize/github.py",
25
+ "cgitize/repo.py",
26
+ "cgitize/utils.py",
27
+ "cgitize/version.py",
28
+ "docker-compose.yml",
29
+ "docker/Dockerfile",
30
+ "docker/README.md",
31
+ "docker/cgitize.sh",
32
+ "docker/frontend/Dockerfile",
33
+ "docker/frontend/cmd.sh",
34
+ "docker/frontend/etc/cgit/common",
35
+ "docker/frontend/etc/cgitrc",
36
+ "docker/frontend/etc/nginx/conf.d/default.conf",
37
+ "docker/frontend/usr/lib/cgit/filters/about-formatting.sh",
38
+ "docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes",
39
+ "docker/frontend/usr/lib/cgit/filters/html-converters/md2html",
40
+ "docker/get_output_dir.py",
41
+ "docker/in_cron.sh",
42
+ "docs/api.md",
43
+ "docs/auth.md",
44
+ "examples/cgitize.toml",
45
+ "examples/docker/cgitize.toml",
46
+ "prelude.mk",
47
+ "pyproject.toml",
48
+ "requirements.txt",
31
49
  "test/__init__.py",
32
- "test/set_credentials.sh",
33
- "test/integration/example/test.sh",
34
50
  "test/integration/docker/.dockerignore",
35
- "test/integration/docker/test.sh",
36
- "test/integration/docker/docker-compose.yml",
37
51
  "test/integration/docker/cgitize/.gitignore",
38
52
  "test/integration/docker/cgitize/etc/cgitize.toml",
53
+ "test/integration/docker/docker-compose.yml",
39
54
  "test/integration/docker/git_server/Dockerfile",
40
55
  "test/integration/docker/git_server/setup_repo.sh",
56
+ "test/integration/docker/test.sh",
57
+ "test/integration/example/test.sh",
41
58
  "test/integration/local/test.sh",
59
+ "test/set_credentials.sh",
42
60
  "test/unit/__init__.py",
43
- "test/unit/test_gitlab.py",
44
61
  "test/unit/test_bitbucket.py",
45
62
  "test/unit/test_github.py",
46
- "docker/README.md",
47
- "docker/get_output_dir.py",
48
- "docker/Dockerfile",
49
- "docker/cgitize.sh",
50
- "docker/in_cron.sh",
51
- "docker/frontend/Dockerfile",
52
- "docker/frontend/cmd.sh",
53
- "docker/frontend/usr/lib/cgit/filters/about-formatting.sh",
54
- "docker/frontend/usr/lib/cgit/filters/html-converters/md2html",
55
- "docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes",
56
- "docker/frontend/etc/cgitrc",
57
- "docker/frontend/etc/nginx/conf.d/default.conf",
58
- "docker/frontend/etc/cgit/common",
59
- "examples/cgitize.toml",
60
- "examples/docker/cgitize.toml",
61
- ".github/dependabot.yml",
62
- ".github/workflows/maintenance.yml",
63
- ".github/workflows/ci.yml"
63
+ "test/unit/test_gitlab.py"
64
64
  ]
65
65
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "tag": "8.0.3",
3
+ "distance": 0,
4
+ "node": "g8c5b3e9e8c8585beaf2efce2f46beb3ec3e786ca",
5
+ "dirty": false,
6
+ "branch": "HEAD",
7
+ "node_date": "2026-09-21"
8
+ }
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Copyright (c) 2023 Egor Tensin <egor@tensin.name>
4
4
  # This file is part of the "cgitize" project.
5
- # For details, see https://github.com/egor-tensin/cgitize.
5
+ # For details, see https://github.com/egor-tensin/cgitize
6
6
  # Distributed under the MIT License.
7
7
 
8
8
  set -o errexit -o nounset -o pipefail
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
4
4
  # This file is part of the "cgitize" project.
5
- # For details, see https://github.com/egor-tensin/cgitize.
5
+ # For details, see https://github.com/egor-tensin/cgitize
6
6
  # Distributed under the MIT License.
7
7
 
8
8
  set -o errexit -o nounset -o pipefail
@@ -1,23 +1,23 @@
1
1
  atlassian-python-api==4.0.7
2
2
  beautifulsoup4==4.15.0
3
- certifi==2026.6.17
4
- cffi==2.0.0
5
- charset-normalizer==3.4.7
6
- cryptography==49.0.0
3
+ certifi==2026.7.22
4
+ cffi==2.1.1
5
+ charset-normalizer==3.5.1
6
+ cryptography==50.0.1
7
7
  Deprecated==1.3.1
8
- idna==3.18
8
+ idna==3.20
9
9
  jmespath==1.1.0
10
10
  oauthlib==3.3.1
11
11
  pycparser==3.0
12
- PyGithub==2.9.1
13
- PyJWT==2.13.0
12
+ PyGithub==2.10.0
13
+ PyJWT==2.14.0
14
14
  PyNaCl==1.6.2
15
15
  python-gitlab==6.5.0
16
16
  requests==2.34.2
17
17
  requests-oauthlib==2.0.0
18
18
  requests-toolbelt==1.0.0
19
- soupsieve==2.8.4
19
+ soupsieve==2.9.2
20
20
  tomli==2.4.1
21
- typing_extensions==4.15.0
22
- urllib3==2.7.0
23
- wrapt==2.2.2
21
+ typing_extensions==4.16.0
22
+ urllib3==2.8.0
23
+ wrapt==2.4.1
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  import os
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  import os
@@ -1,6 +1,6 @@
1
1
  # Copyright (c) 2021 Egor Tensin <egor@tensin.name>
2
2
  # This file is part of the "cgitize" project.
3
- # For details, see https://github.com/egor-tensin/cgitize.
3
+ # For details, see https://github.com/egor-tensin/cgitize
4
4
  # Distributed under the MIT License.
5
5
 
6
6
  import os
@@ -1,8 +0,0 @@
1
- {
2
- "tag": "8.0.2",
3
- "distance": 0,
4
- "node": "g2e3c493339c2932b2ea3904f3fedc12fffa4b7c3",
5
- "dirty": false,
6
- "branch": "HEAD",
7
- "node_date": "2026-06-30"
8
- }
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