cgitize 5.0.2__tar.gz → 5.0.4__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.
- {cgitize-5.0.2 → cgitize-5.0.4}/.github/workflows/ci.yml +14 -14
- {cgitize-5.0.2/cgitize.egg-info → cgitize-5.0.4}/PKG-INFO +1 -1
- {cgitize-5.0.2 → cgitize-5.0.4/cgitize.egg-info}/PKG-INFO +1 -1
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/Dockerfile +4 -4
- {cgitize-5.0.2 → cgitize-5.0.4}/requirements.txt +7 -7
- {cgitize-5.0.2 → cgitize-5.0.4}/.dockerignore +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/.gitattributes +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/.gitignore +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/.pylintrc +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/.python-version +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/DEVELOPMENT.md +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/LICENSE.txt +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/Makefile +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/README.md +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/__init__.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/bitbucket.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/cgit.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/config.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/git.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/github.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/gitlab.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/main.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/repo.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/utils.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize/version.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize.egg-info/SOURCES.txt +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize.egg-info/dependency_links.txt +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize.egg-info/entry_points.txt +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize.egg-info/requires.txt +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/cgitize.egg-info/top_level.txt +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/README.md +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/cgitize.sh +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/Dockerfile +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/cmd.sh +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/etc/cgit/common +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/etc/cgitrc +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/etc/nginx/conf.d/default.conf +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/about-formatting.sh +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/get_output_dir.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker/in_cron.sh +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docker-compose.yml +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docs/api.md +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/docs/auth.md +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/examples/cgitize.toml +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/examples/docker/cgitize.toml +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/prelude.mk +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/pyproject.toml +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/setup.cfg +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/__init__.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/docker/.dockerignore +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/docker/cgitize/.gitignore +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/docker/cgitize/etc/cgitize.toml +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/docker/docker-compose.yml +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/docker/git_server/Dockerfile +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/docker/git_server/setup_repo.sh +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/docker/test.sh +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/example/test.sh +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/integration/local/test.sh +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/unit/__init__.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/unit/test_bitbucket.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/unit/test_github.py +0 -0
- {cgitize-5.0.2 → cgitize-5.0.4}/test/unit/test_gitlab.py +0 -0
|
@@ -23,11 +23,11 @@ jobs:
|
|
|
23
23
|
CGITIZE_GITLAB_TOKEN: '${{ secrets.CGITIZE_GITLAB_TOKEN}}'
|
|
24
24
|
steps:
|
|
25
25
|
- name: Checkout
|
|
26
|
-
uses: actions/checkout@
|
|
26
|
+
uses: actions/checkout@v4
|
|
27
27
|
with:
|
|
28
28
|
fetch-depth: 0
|
|
29
29
|
- name: Set up Python
|
|
30
|
-
uses: actions/setup-python@
|
|
30
|
+
uses: actions/setup-python@v5
|
|
31
31
|
with:
|
|
32
32
|
python-version: '${{ matrix.python-version }}'
|
|
33
33
|
cache: pip
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
43
43
|
name: 'Test / Docker'
|
|
44
44
|
steps:
|
|
45
45
|
- name: Checkout
|
|
46
|
-
uses: actions/checkout@
|
|
46
|
+
uses: actions/checkout@v4
|
|
47
47
|
- name: Integration test (Docker)
|
|
48
48
|
run: sudo make test/docker
|
|
49
49
|
|
|
@@ -60,9 +60,9 @@ jobs:
|
|
|
60
60
|
CGITIZE_GITLAB_TOKEN: '${{ secrets.CGITIZE_GITLAB_TOKEN}}'
|
|
61
61
|
steps:
|
|
62
62
|
- name: Checkout
|
|
63
|
-
uses: actions/checkout@
|
|
63
|
+
uses: actions/checkout@v4
|
|
64
64
|
- name: Set up Python
|
|
65
|
-
uses: actions/setup-python@
|
|
65
|
+
uses: actions/setup-python@v5
|
|
66
66
|
with:
|
|
67
67
|
cache: pip
|
|
68
68
|
- name: Install dependencies
|
|
@@ -87,11 +87,11 @@ jobs:
|
|
|
87
87
|
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
|
|
88
88
|
steps:
|
|
89
89
|
- name: Checkout
|
|
90
|
-
uses: actions/checkout@
|
|
90
|
+
uses: actions/checkout@v4
|
|
91
91
|
# https://github.com/docker/metadata-action#semver
|
|
92
92
|
- id: meta
|
|
93
93
|
name: Docker Hub metadata
|
|
94
|
-
uses: docker/metadata-action@
|
|
94
|
+
uses: docker/metadata-action@v5
|
|
95
95
|
with:
|
|
96
96
|
images: '${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.image }}'
|
|
97
97
|
flavor: |
|
|
@@ -102,11 +102,11 @@ jobs:
|
|
|
102
102
|
type=semver,pattern={{major}}.{{minor}}
|
|
103
103
|
type=semver,pattern={{major}}
|
|
104
104
|
- name: Set up QEMU
|
|
105
|
-
uses: docker/setup-qemu-action@
|
|
105
|
+
uses: docker/setup-qemu-action@v3
|
|
106
106
|
- name: Set up Docker Buildx
|
|
107
|
-
uses: docker/setup-buildx-action@
|
|
107
|
+
uses: docker/setup-buildx-action@v3
|
|
108
108
|
- name: Login to Docker Hub
|
|
109
|
-
uses: docker/login-action@
|
|
109
|
+
uses: docker/login-action@v3
|
|
110
110
|
with:
|
|
111
111
|
username: '${{ secrets.DOCKERHUB_USERNAME }}'
|
|
112
112
|
password: '${{ secrets.DOCKERHUB_TOKEN }}'
|
|
@@ -120,7 +120,7 @@ jobs:
|
|
|
120
120
|
echo 'platforms=amd64,armhf,arm64' >> "$GITHUB_OUTPUT"
|
|
121
121
|
fi
|
|
122
122
|
- name: Build and publish
|
|
123
|
-
uses: docker/build-push-action@
|
|
123
|
+
uses: docker/build-push-action@v5
|
|
124
124
|
with:
|
|
125
125
|
context: '${{ matrix.context }}'
|
|
126
126
|
file: '${{ matrix.file }}'
|
|
@@ -135,11 +135,11 @@ jobs:
|
|
|
135
135
|
name: 'Publish / PyPI'
|
|
136
136
|
steps:
|
|
137
137
|
- name: Checkout
|
|
138
|
-
uses: actions/checkout@
|
|
138
|
+
uses: actions/checkout@v4
|
|
139
139
|
with:
|
|
140
140
|
fetch-depth: 0
|
|
141
141
|
- name: Set up Python
|
|
142
|
-
uses: actions/setup-python@
|
|
142
|
+
uses: actions/setup-python@v5
|
|
143
143
|
- name: Verify package can be installed
|
|
144
144
|
run: pip install -q .
|
|
145
145
|
- name: Install package builder
|
|
@@ -147,7 +147,7 @@ jobs:
|
|
|
147
147
|
- name: Build package
|
|
148
148
|
run: python -m build
|
|
149
149
|
- name: Publish as artifact
|
|
150
|
-
uses: actions/upload-artifact@
|
|
150
|
+
uses: actions/upload-artifact@v4
|
|
151
151
|
with:
|
|
152
152
|
name: dist
|
|
153
153
|
path: dist
|
|
@@ -4,10 +4,10 @@ FROM base AS deps
|
|
|
4
4
|
|
|
5
5
|
RUN apk add -q --no-cache gcc libffi-dev make musl-dev
|
|
6
6
|
|
|
7
|
-
FROM deps
|
|
8
|
-
FROM deps
|
|
7
|
+
FROM deps AS deps-amd64
|
|
8
|
+
FROM deps AS deps-arm64
|
|
9
9
|
|
|
10
|
-
FROM deps
|
|
10
|
+
FROM deps AS deps-arm
|
|
11
11
|
|
|
12
12
|
# The cryptography package doesn't distribute pre-built binaries for this
|
|
13
13
|
# platform, which is why it's built manually (and requires extra dependencies).
|
|
@@ -21,7 +21,7 @@ RUN apk add -q --no-cache cargo git openssl-dev rust
|
|
|
21
21
|
# This is also the reason to install git as a build dependency.
|
|
22
22
|
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
|
|
23
23
|
|
|
24
|
-
FROM deps-$TARGETARCH
|
|
24
|
+
FROM deps-$TARGETARCH AS build
|
|
25
25
|
|
|
26
26
|
COPY ["requirements.txt", "/tmp/"]
|
|
27
27
|
RUN pip3 install -q --no-cache-dir --target=/deps -r /tmp/requirements.txt
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
atlassian-python-api==3.28.1
|
|
2
|
-
certifi==
|
|
2
|
+
certifi==2024.6.2
|
|
3
3
|
cffi==1.16.0
|
|
4
4
|
charset-normalizer==3.3.2
|
|
5
|
-
cryptography==
|
|
5
|
+
cryptography==42.0.8
|
|
6
6
|
Deprecated==1.2.14
|
|
7
|
-
idna==3.
|
|
7
|
+
idna==3.7
|
|
8
8
|
oauthlib==3.2.2
|
|
9
|
-
pycparser==2.
|
|
9
|
+
pycparser==2.22
|
|
10
10
|
PyGithub==1.59.1
|
|
11
11
|
PyJWT==2.8.0
|
|
12
12
|
PyNaCl==1.5.0
|
|
13
13
|
python-gitlab==2.10.1
|
|
14
|
-
requests==2.
|
|
15
|
-
requests-oauthlib==
|
|
14
|
+
requests==2.32.3
|
|
15
|
+
requests-oauthlib==2.0.0
|
|
16
16
|
requests-toolbelt==1.0.0
|
|
17
17
|
six==1.16.0
|
|
18
18
|
tomli==1.2.3
|
|
19
|
-
urllib3==2.
|
|
19
|
+
urllib3==2.2.2
|
|
20
20
|
wrapt==1.16.0
|
|
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
|
|
File without changes
|
|
File without changes
|
{cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes
RENAMED
|
File without changes
|
{cgitize-5.0.2 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html
RENAMED
|
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
|