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.
- {cgitize-8.0.2 → cgitize-8.0.3}/.github/workflows/ci.yml +4 -4
- {cgitize-8.0.2 → cgitize-8.0.3}/.github/workflows/maintenance.yml +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/DEVELOPMENT.md +4 -2
- {cgitize-8.0.2 → cgitize-8.0.3}/Makefile +0 -7
- {cgitize-8.0.2 → cgitize-8.0.3}/PKG-INFO +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/bitbucket.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/cgit.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/config.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/git.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/github.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/gitlab.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/header.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/main.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/repo.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/utils.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/PKG-INFO +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/scm_file_list.json +42 -42
- cgitize-8.0.3/cgitize.egg-info/scm_version.json +8 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/cgitize.sh +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/in_cron.sh +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/requirements.txt +11 -11
- {cgitize-8.0.2 → cgitize-8.0.3}/test/unit/test_bitbucket.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/test/unit/test_github.py +1 -1
- {cgitize-8.0.2 → cgitize-8.0.3}/test/unit/test_gitlab.py +1 -1
- cgitize-8.0.2/cgitize.egg-info/scm_version.json +0 -8
- {cgitize-8.0.2 → cgitize-8.0.3}/.dockerignore +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/.git-blame-ignore-revs +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/.gitattributes +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/.github/dependabot.yml +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/.gitignore +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/.pylintrc +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/.python-version +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/LICENSE.txt +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/README.md +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/__init__.py +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize/version.py +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/SOURCES.txt +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/dependency_links.txt +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/entry_points.txt +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/requires.txt +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/cgitize.egg-info/top_level.txt +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/Dockerfile +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/README.md +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/Dockerfile +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/cmd.sh +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/etc/cgit/common +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/etc/cgitrc +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/etc/nginx/conf.d/default.conf +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/usr/lib/cgit/filters/about-formatting.sh +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker/get_output_dir.py +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docker-compose.yml +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docs/api.md +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/docs/auth.md +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/examples/cgitize.toml +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/examples/docker/cgitize.toml +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/prelude.mk +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/pyproject.toml +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/setup.cfg +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/__init__.py +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/.dockerignore +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/cgitize/.gitignore +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/cgitize/etc/cgitize.toml +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/docker-compose.yml +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/git_server/Dockerfile +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/git_server/setup_repo.sh +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/docker/test.sh +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/example/test.sh +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/integration/local/test.sh +0 -0
- {cgitize-8.0.2 → cgitize-8.0.3}/test/set_credentials.sh +0 -0
- {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@
|
|
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@
|
|
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@
|
|
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@
|
|
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
|
|
@@ -61,7 +61,9 @@ Upgrading dependencies
|
|
|
61
61
|
Releases
|
|
62
62
|
--------
|
|
63
63
|
|
|
64
|
-
* Make a
|
|
65
|
-
|
|
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
|
# 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) 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,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
|
-
".
|
|
6
|
+
".github/dependabot.yml",
|
|
7
|
+
".github/workflows/ci.yml",
|
|
8
|
+
".github/workflows/maintenance.yml",
|
|
14
9
|
".gitignore",
|
|
15
|
-
"
|
|
10
|
+
".pylintrc",
|
|
11
|
+
".python-version",
|
|
16
12
|
"DEVELOPMENT.md",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"cgitize/gitlab.py",
|
|
13
|
+
"LICENSE.txt",
|
|
14
|
+
"Makefile",
|
|
15
|
+
"README.md",
|
|
21
16
|
"cgitize/__init__.py",
|
|
22
|
-
"cgitize/
|
|
23
|
-
"cgitize/
|
|
17
|
+
"cgitize/bitbucket.py",
|
|
18
|
+
"cgitize/cgit.py",
|
|
24
19
|
"cgitize/config.py",
|
|
25
|
-
"cgitize/
|
|
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/
|
|
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
|
-
"
|
|
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
|
}
|
|
@@ -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.
|
|
4
|
-
cffi==2.
|
|
5
|
-
charset-normalizer==3.
|
|
6
|
-
cryptography==
|
|
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.
|
|
8
|
+
idna==3.20
|
|
9
9
|
jmespath==1.1.0
|
|
10
10
|
oauthlib==3.3.1
|
|
11
11
|
pycparser==3.0
|
|
12
|
-
PyGithub==2.
|
|
13
|
-
PyJWT==2.
|
|
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.
|
|
19
|
+
soupsieve==2.9.2
|
|
20
20
|
tomli==2.4.1
|
|
21
|
-
typing_extensions==4.
|
|
22
|
-
urllib3==2.
|
|
23
|
-
wrapt==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
|
|
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-8.0.2 → cgitize-8.0.3}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes
RENAMED
|
File without changes
|
{cgitize-8.0.2 → cgitize-8.0.3}/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
|