config-cli-gui 0.1.7__tar.gz → 0.1.8__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.
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/HISTORY.md +10 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/PKG-INFO +1 -1
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/develop/contributing.md +42 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui/_version.py +3 -3
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui.egg-info/PKG-INFO +1 -1
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/FUNDING.yml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/actions/setup-environment/action.yml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/dependabot.yml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/init.sh +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/release_message.sh +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/update_funding.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/workflows/main.yml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/workflows/release.yml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.github/workflows/update_readme.yml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.gitignore +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.idea/runConfigurations/config_generate.xml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.pre-commit-config.yaml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/.readthedocs.yaml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/LICENSE +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/Makefile +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/README.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/config.yaml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/.nav.yml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/_static/img/favicon.png +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/_static/img/logo.png +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/css/custom.css +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/develop/make_windows.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/develop/naming_convention.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/funding/funding.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/getting-started/install.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/getting-started/virtual-environment.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/index.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/usage/cli.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/docs/usage/config.md +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/mkdocs.yml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/pyproject.toml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/scripts/show_filelist.ps1 +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/scripts/show_tree.ps1 +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/scripts/show_tree.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/scripts/update_readme.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/setup.cfg +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/__init__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui/__init__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui/cli.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui/config.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui/docs.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui/gui.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui.egg-info/SOURCES.txt +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui.egg-info/dependency_links.txt +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui.egg-info/entry_points.txt +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui.egg-info/requires.txt +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui.egg-info/top_level.txt +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/template.yml.url +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/__init__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/__init__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/__main__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/cli/__init__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/cli/__main__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/cli/cli_example.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/config/__init__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/config/config_example.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/core/__init__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/core/base.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/core/logging.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/gui/__init__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/gui/__main__.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/gui/config.yaml +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/gui/gui_example.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/test_generic_cli.py +0 -0
- {config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/uv.lock +0 -0
|
@@ -2,6 +2,16 @@ Changelog
|
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
(unreleased)
|
|
6
|
+
------------
|
|
7
|
+
- #8 troubleshoot git make release issue. [Paul Magister]
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
0.1.7 (2025-11-12)
|
|
11
|
+
------------------
|
|
12
|
+
- Docs: Update HISTORY.md for release 0.1.7. [Paul Magister]
|
|
13
|
+
|
|
14
|
+
|
|
5
15
|
0.1.6 (2025-11-12)
|
|
6
16
|
------------------
|
|
7
17
|
- Docs: Update HISTORY.md for release 0.1.6. [Paul Magister]
|
|
@@ -124,3 +124,45 @@ To trigger a new release all you need to do is.
|
|
|
124
124
|
the `make release` will ask you the version number to create the tag, ex: type `0.1.1` when you are asked.
|
|
125
125
|
|
|
126
126
|
> **CAUTION**: The make release will change local changelog files and commit all the unstaged changes you have.
|
|
127
|
+
|
|
128
|
+
### Troubleshooting
|
|
129
|
+
|
|
130
|
+
Here’s a concise Markdown section you can drop right into your documentation:
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Troubleshooting
|
|
134
|
+
|
|
135
|
+
#### 🧩 Git Push Authentication Error
|
|
136
|
+
|
|
137
|
+
If you encounter the following error during `make release` or when pushing manually:
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
remote: Invalid username or token. Password authentication is not supported for Git operations.
|
|
141
|
+
fatal: Authentication failed for '[https://github.com/](https://github.com/)<user>/<repo>.git/'
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
GitHub no longer supports password-based authentication over HTTPS.
|
|
146
|
+
To fix this, you need to use a **Personal Access Token (PAT)** instead of your password.
|
|
147
|
+
|
|
148
|
+
**Steps to resolve:**
|
|
149
|
+
|
|
150
|
+
1. Go to [GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic)](https://github.com/settings/tokens).
|
|
151
|
+
2. Click **Generate new token (classic)** and select the following scopes:
|
|
152
|
+
- `repo`
|
|
153
|
+
- `workflow` (optional, for triggering GitHub Actions)
|
|
154
|
+
3. Copy the generated token — you’ll only see it once.
|
|
155
|
+
4. Update your Git remote to include your GitHub username:
|
|
156
|
+
```bash
|
|
157
|
+
git remote set-url origin https://<YOUR_GITHUB_USERNAME>@github.com/<YOUR_GITHUB_USERNAME>/<YOUR_REPOSITORY>.git
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
5. The next time you push, Git will prompt for your password — **paste the token** instead.
|
|
161
|
+
6. (Optional) To store credentials for future pushes:
|
|
162
|
+
|
|
163
|
+
```bash
|
|
164
|
+
git config --global credential.helper store
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
After this setup, `make release` and manual pushes will work without further authentication errors.
|
|
168
|
+
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 1,
|
|
31
|
+
__version__ = version = '0.1.8'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 1, 8)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g4a13def38'
|
|
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
|
|
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
|
{config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/src/config_cli_gui.egg-info/dependency_links.txt
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
|
{config_cli_gui-0.1.7 → config_cli_gui-0.1.8}/tests/example_project/config/config_example.py
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
|