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.
- {cgitize-5.0.1 → cgitize-5.0.2}/.github/workflows/ci.yml +1 -1
- {cgitize-5.0.1/cgitize.egg-info → cgitize-5.0.2}/PKG-INFO +7 -2
- {cgitize-5.0.1 → cgitize-5.0.2}/README.md +1 -1
- {cgitize-5.0.1 → cgitize-5.0.2/cgitize.egg-info}/PKG-INFO +7 -2
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/Dockerfile +1 -1
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/Dockerfile +1 -1
- {cgitize-5.0.1 → cgitize-5.0.2}/prelude.mk +1 -1
- {cgitize-5.0.1 → cgitize-5.0.2}/requirements.txt +7 -7
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/git_server/Dockerfile +1 -1
- {cgitize-5.0.1 → cgitize-5.0.2}/.dockerignore +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/.gitattributes +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/.gitignore +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/.pylintrc +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/.python-version +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/DEVELOPMENT.md +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/LICENSE.txt +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/Makefile +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/__init__.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/bitbucket.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/cgit.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/config.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/git.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/github.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/gitlab.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/main.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/repo.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/utils.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize/version.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/SOURCES.txt +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/dependency_links.txt +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/entry_points.txt +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/requires.txt +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/cgitize.egg-info/top_level.txt +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/README.md +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/cgitize.sh +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/cmd.sh +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/etc/cgit/common +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/etc/cgitrc +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/etc/nginx/conf.d/default.conf +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/usr/lib/cgit/filters/about-formatting.sh +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/usr/lib/cgit/filters/html-converters/md2html +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/get_output_dir.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker/in_cron.sh +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docker-compose.yml +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docs/api.md +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/docs/auth.md +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/examples/cgitize.toml +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/examples/docker/cgitize.toml +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/pyproject.toml +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/setup.cfg +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/__init__.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/.dockerignore +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/cgitize/.gitignore +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/cgitize/etc/cgitize.toml +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/docker-compose.yml +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/git_server/setup_repo.sh +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/docker/test.sh +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/example/test.sh +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/integration/local/test.sh +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/unit/__init__.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/unit/test_bitbucket.py +0 -0
- {cgitize-5.0.1 → cgitize-5.0.2}/test/unit/test_github.py +0 -0
- {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.
|
|
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.
|
|
35
|
+
Example output can be found at https://git.tensin.name/.
|
|
31
36
|
|
|
32
37
|
Installation
|
|
33
38
|
------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cgitize
|
|
3
|
-
Version: 5.0.
|
|
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.
|
|
35
|
+
Example output can be found at https://git.tensin.name/.
|
|
31
36
|
|
|
32
37
|
Installation
|
|
33
38
|
------------
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
atlassian-python-api==3.28.1
|
|
2
|
-
certifi==2023.
|
|
3
|
-
cffi==1.
|
|
4
|
-
charset-normalizer==3.2
|
|
5
|
-
cryptography==41.0.
|
|
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.
|
|
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
|
|
20
|
-
wrapt==1.
|
|
19
|
+
urllib3==2.1.0
|
|
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
|
{cgitize-5.0.1 → cgitize-5.0.2}/docker/frontend/usr/lib/cgit/filters/html-converters/.gitattributes
RENAMED
|
File without changes
|
{cgitize-5.0.1 → cgitize-5.0.2}/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
|