cgitize 5.0.1__tar.gz → 5.0.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 (64) hide show
  1. {cgitize-5.0.1 → cgitize-5.0.2}/.github/workflows/ci.yml +1 -1
  2. {cgitize-5.0.1/cgitize.egg-info → cgitize-5.0.2}/PKG-INFO +7 -2
  3. {cgitize-5.0.1 → cgitize-5.0.2}/README.md +1 -1
  4. {cgitize-5.0.1 → cgitize-5.0.2/cgitize.egg-info}/PKG-INFO +7 -2
  5. {cgitize-5.0.1 → cgitize-5.0.2}/docker/Dockerfile +1 -1
  6. {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/Dockerfile +1 -1
  7. {cgitize-5.0.1 → cgitize-5.0.2}/prelude.mk +1 -1
  8. {cgitize-5.0.1 → cgitize-5.0.2}/requirements.txt +7 -7
  9. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/git_server/Dockerfile +1 -1
  10. {cgitize-5.0.1 → cgitize-5.0.2}/.dockerignore +0 -0
  11. {cgitize-5.0.1 → cgitize-5.0.2}/.gitattributes +0 -0
  12. {cgitize-5.0.1 → cgitize-5.0.2}/.gitignore +0 -0
  13. {cgitize-5.0.1 → cgitize-5.0.2}/.pylintrc +0 -0
  14. {cgitize-5.0.1 → cgitize-5.0.2}/.python-version +0 -0
  15. {cgitize-5.0.1 → cgitize-5.0.2}/DEVELOPMENT.md +0 -0
  16. {cgitize-5.0.1 → cgitize-5.0.2}/LICENSE.txt +0 -0
  17. {cgitize-5.0.1 → cgitize-5.0.2}/Makefile +0 -0
  18. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/__init__.py +0 -0
  19. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/bitbucket.py +0 -0
  20. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/cgit.py +0 -0
  21. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/config.py +0 -0
  22. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/git.py +0 -0
  23. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/github.py +0 -0
  24. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/gitlab.py +0 -0
  25. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/main.py +0 -0
  26. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/repo.py +0 -0
  27. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/utils.py +0 -0
  28. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/version.py +0 -0
  29. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/SOURCES.txt +0 -0
  30. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/dependency_links.txt +0 -0
  31. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/entry_points.txt +0 -0
  32. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/requires.txt +0 -0
  33. {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/top_level.txt +0 -0
  34. {cgitize-5.0.1 → cgitize-5.0.2}/docker/README.md +0 -0
  35. {cgitize-5.0.1 → cgitize-5.0.2}/docker/cgitize.sh +0 -0
  36. {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/cmd.sh +0 -0
  37. {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/etc/cgit/common +0 -0
  38. {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/etc/cgitrc +0 -0
  39. {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/etc/nginx/conf.d/default.conf +0 -0
  40. {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/usr/lib/cgit/filters/about-formatting.sh +0 -0
  41. {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes +0 -0
  42. {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html +0 -0
  43. {cgitize-5.0.1 → cgitize-5.0.2}/docker/get_output_dir.py +0 -0
  44. {cgitize-5.0.1 → cgitize-5.0.2}/docker/in_cron.sh +0 -0
  45. {cgitize-5.0.1 → cgitize-5.0.2}/docker-compose.yml +0 -0
  46. {cgitize-5.0.1 → cgitize-5.0.2}/docs/api.md +0 -0
  47. {cgitize-5.0.1 → cgitize-5.0.2}/docs/auth.md +0 -0
  48. {cgitize-5.0.1 → cgitize-5.0.2}/examples/cgitize.toml +0 -0
  49. {cgitize-5.0.1 → cgitize-5.0.2}/examples/docker/cgitize.toml +0 -0
  50. {cgitize-5.0.1 → cgitize-5.0.2}/pyproject.toml +0 -0
  51. {cgitize-5.0.1 → cgitize-5.0.2}/setup.cfg +0 -0
  52. {cgitize-5.0.1 → cgitize-5.0.2}/test/__init__.py +0 -0
  53. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/.dockerignore +0 -0
  54. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/cgitize/.gitignore +0 -0
  55. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/cgitize/etc/cgitize.toml +0 -0
  56. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/docker-compose.yml +0 -0
  57. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/git_server/setup_repo.sh +0 -0
  58. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/test.sh +0 -0
  59. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/example/test.sh +0 -0
  60. {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/local/test.sh +0 -0
  61. {cgitize-5.0.1 → cgitize-5.0.2}/test/unit/__init__.py +0 -0
  62. {cgitize-5.0.1 → cgitize-5.0.2}/test/unit/test_bitbucket.py +0 -0
  63. {cgitize-5.0.1 → cgitize-5.0.2}/test/unit/test_github.py +0 -0
  64. {cgitize-5.0.1 → cgitize-5.0.2}/test/unit/test_gitlab.py +0 -0
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  strategy:
14
14
  matrix:
15
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
15
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
16
16
  name: 'Test / ${{ matrix.python-version }}'
17
17
  env:
18
18
  CGITIZE_GITHUB_USERNAME: cgitize-test
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cgitize
3
- Version: 5.0.1
3
+ Version: 5.0.2
4
4
  Summary: Self-host your repositories using cgit
5
5
  Author-email: Egor Tensin <Egor.Tensin@gmail.com>
6
6
  License: MIT
@@ -13,6 +13,11 @@ Classifier: Topic :: Software Development :: Version Control :: Git
13
13
  Requires-Python: >=3.6
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE.txt
16
+ Requires-Dist: atlassian-python-api~=3.28.0
17
+ Requires-Dist: importlib-metadata~=4.0; python_version < "3.8"
18
+ Requires-Dist: PyGithub~=1.0
19
+ Requires-Dist: python-gitlab~=2.0
20
+ Requires-Dist: tomli~=1.0
16
21
 
17
22
  cgitize
18
23
  =======
@@ -27,7 +32,7 @@ Supports cloning all of your repositories from major hosting providers:
27
32
  * Bitbucket,
28
33
  * GitLab.
29
34
 
30
- Example output can be found at https://git.egort.name/.
35
+ Example output can be found at https://git.tensin.name/.
31
36
 
32
37
  Installation
33
38
  ------------
@@ -11,7 +11,7 @@ Supports cloning all of your repositories from major hosting providers:
11
11
  * Bitbucket,
12
12
  * GitLab.
13
13
 
14
- Example output can be found at https://git.egort.name/.
14
+ Example output can be found at https://git.tensin.name/.
15
15
 
16
16
  Installation
17
17
  ------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cgitize
3
- Version: 5.0.1
3
+ Version: 5.0.2
4
4
  Summary: Self-host your repositories using cgit
5
5
  Author-email: Egor Tensin <Egor.Tensin@gmail.com>
6
6
  License: MIT
@@ -13,6 +13,11 @@ Classifier: Topic :: Software Development :: Version Control :: Git
13
13
  Requires-Python: >=3.6
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE.txt
16
+ Requires-Dist: atlassian-python-api~=3.28.0
17
+ Requires-Dist: importlib-metadata~=4.0; python_version < "3.8"
18
+ Requires-Dist: PyGithub~=1.0
19
+ Requires-Dist: python-gitlab~=2.0
20
+ Requires-Dist: tomli~=1.0
16
21
 
17
22
  cgitize
18
23
  =======
@@ -27,7 +32,7 @@ Supports cloning all of your repositories from major hosting providers:
27
32
  * Bitbucket,
28
33
  * GitLab.
29
34
 
30
- Example output can be found at https://git.egort.name/.
35
+ Example output can be found at https://git.tensin.name/.
31
36
 
32
37
  Installation
33
38
  ------------
@@ -1,4 +1,4 @@
1
- FROM python:3.11-alpine AS base
1
+ FROM python:3.12-alpine AS base
2
2
 
3
3
  FROM base AS deps
4
4
 
@@ -1,4 +1,4 @@
1
- FROM nginx:1.24-alpine AS base
1
+ FROM nginx:1.25-alpine AS base
2
2
 
3
3
  FROM base AS builder
4
4
 
@@ -1,4 +1,4 @@
1
- # Please see https://egort.name/blog/notes/makefile.html
1
+ # Please see https://tensin.name/blog/notes/makefile.html
2
2
 
3
3
  MAKEFLAGS += --no-builtin-rules --no-builtin-variables --warn-undefined-variables
4
4
  unexport MAKEFLAGS
@@ -1,10 +1,10 @@
1
1
  atlassian-python-api==3.28.1
2
- certifi==2023.7.22
3
- cffi==1.15.1
4
- charset-normalizer==3.2.0
5
- cryptography==41.0.3
2
+ certifi==2023.11.17
3
+ cffi==1.16.0
4
+ charset-normalizer==3.3.2
5
+ cryptography==41.0.7
6
6
  Deprecated==1.2.14
7
- idna==3.4
7
+ idna==3.6
8
8
  oauthlib==3.2.2
9
9
  pycparser==2.21
10
10
  PyGithub==1.59.1
@@ -16,5 +16,5 @@ requests-oauthlib==1.3.1
16
16
  requests-toolbelt==1.0.0
17
17
  six==1.16.0
18
18
  tomli==1.2.3
19
- urllib3==2.0.4
20
- wrapt==1.15.0
19
+ urllib3==2.1.0
20
+ wrapt==1.16.0
@@ -1,4 +1,4 @@
1
- FROM alpine:3.18
1
+ FROM alpine:3.19
2
2
 
3
3
  RUN apk add -q --no-cache bash git openssh-server tini && \
4
4
  echo 'root:root' | chpasswd && \
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes