cgitize 5.0.3__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.3/cgitize.egg-info → cgitize-5.0.4}/PKG-INFO +1 -1
- {cgitize-5.0.3 → cgitize-5.0.4/cgitize.egg-info}/PKG-INFO +1 -1
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/Dockerfile +4 -4
- {cgitize-5.0.3 → cgitize-5.0.4}/requirements.txt +7 -7
- {cgitize-5.0.3 → cgitize-5.0.4}/.dockerignore +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/.gitattributes +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/.github/workflows/ci.yml +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/.gitignore +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/.pylintrc +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/.python-version +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/DEVELOPMENT.md +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/LICENSE.txt +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/Makefile +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/README.md +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/__init__.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/bitbucket.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/cgit.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/config.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/git.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/github.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/gitlab.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/main.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/repo.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/utils.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize/version.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize.egg-info/SOURCES.txt +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize.egg-info/dependency_links.txt +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize.egg-info/entry_points.txt +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize.egg-info/requires.txt +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/cgitize.egg-info/top_level.txt +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/README.md +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/cgitize.sh +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/Dockerfile +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/cmd.sh +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/etc/cgit/common +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/etc/cgitrc +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/etc/nginx/conf.d/default.conf +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/about-formatting.sh +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/get_output_dir.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker/in_cron.sh +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docker-compose.yml +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docs/api.md +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/docs/auth.md +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/examples/cgitize.toml +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/examples/docker/cgitize.toml +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/prelude.mk +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/pyproject.toml +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/setup.cfg +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/__init__.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/docker/.dockerignore +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/docker/cgitize/.gitignore +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/docker/cgitize/etc/cgitize.toml +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/docker/docker-compose.yml +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/docker/git_server/Dockerfile +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/docker/git_server/setup_repo.sh +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/docker/test.sh +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/example/test.sh +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/integration/local/test.sh +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/unit/__init__.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/unit/test_bitbucket.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/unit/test_github.py +0 -0
- {cgitize-5.0.3 → cgitize-5.0.4}/test/unit/test_gitlab.py +0 -0
|
@@ -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==2024.
|
|
2
|
+
certifi==2024.6.2
|
|
3
3
|
cffi==1.16.0
|
|
4
4
|
charset-normalizer==3.3.2
|
|
5
|
-
cryptography==42.0.
|
|
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.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
|
|
File without changes
|
{cgitize-5.0.3 → cgitize-5.0.4}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes
RENAMED
|
File without changes
|
{cgitize-5.0.3 → 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
|