wry 0.1.6__tar.gz → 0.1.6.dev3__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.
- {wry-0.1.6 → wry-0.1.6.dev3}/.github/workflows/ci-cd.yml +0 -16
- {wry-0.1.6 → wry-0.1.6.dev3}/CHANGELOG.md +0 -12
- {wry-0.1.6 → wry-0.1.6.dev3}/PKG-INFO +1 -1
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/_version.py +3 -3
- {wry-0.1.6 → wry-0.1.6.dev3}/wry.egg-info/PKG-INFO +1 -1
- {wry-0.1.6 → wry-0.1.6.dev3}/.gitignore +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/.markdownlint.json +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/.pre-commit-config.yaml +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/LICENSE +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/README.md +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/TODO.md +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/check.sh +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/examples/auto_model_example.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/examples/config.json +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/examples/intermediate_example.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/examples/multi_model_example.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/examples/simple_cli.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/examples/source_tracking_example.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/pyproject.toml +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/scripts/README.md +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/scripts/extract_release_notes.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/scripts/test_all_versions.sh +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/scripts/test_ci_locally.sh +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/scripts/test_with_act.sh +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/setup.cfg +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/README.md +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/features/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/features/test_auto_model.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/features/test_multi_model.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/features/test_source_precedence.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/integration/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/integration/test_click_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/integration/test_click_integration.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/integration/test_click_integration_extended.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/integration/test_context_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/auto_model/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/auto_model/test_auto_model_annotation_inference.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/auto_model/test_auto_model_field_processing.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/auto_model/test_field_annotation_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/auto_model/test_field_annotations.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/auto_model/test_type_inference.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/README_TESTING_STRATEGY.md +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_bool_flag_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_click_config_building.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_click_constraint_formatting.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_click_decorator_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_click_interval_constraints.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_click_lambda_parsing.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_click_length_constraints.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_click_parameter_generation.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_click_predicate_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_closure_extraction_errors.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_closure_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_constraint_behavior.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_constraint_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_env_vars_option.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_json_config_loading.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_lambda_behavior.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_lambda_error_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_predicate_source_errors.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_strict_mode_errors.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/click/test_type_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_accessors.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_advanced_features.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_core.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_env_utils.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_field_constraint_extraction.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_field_utils.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_field_utils_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_sources.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/core/test_type_checking_blocks.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_accessor_caching.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_extract_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_model_click_context_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_model_data_extraction.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_model_default_handling.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_model_environment_integration.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_model_extract_subset_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_model_extraction_methods.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_model_field_errors.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_model_object_extraction.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_non_dict_object_extraction.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/model/test_object_attribute_extraction.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/multi_model/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/multi_model/test_multi_model.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/multi_model/test_type_checking.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_auto_model_field_processing.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_comprehensive_imports.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_init.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_init_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_init_version_edge_cases.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_model_extraction_methods.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_type_checking_imports.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_version_fallback.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/tests/unit/test_version_parsing.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/auto_model.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/click_integration.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/core/__init__.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/core/accessors.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/core/env_utils.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/core/field_utils.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/core/model.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/core/sources.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/multi_model.py +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry/py.typed +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry.egg-info/SOURCES.txt +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry.egg-info/dependency_links.txt +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry.egg-info/requires.txt +0 -0
- {wry-0.1.6 → wry-0.1.6.dev3}/wry.egg-info/top_level.txt +0 -0
|
@@ -177,14 +177,6 @@ jobs:
|
|
|
177
177
|
./dist/*.tar.gz
|
|
178
178
|
./dist/*.whl
|
|
179
179
|
|
|
180
|
-
- name: Get previous tag
|
|
181
|
-
id: previous_tag
|
|
182
|
-
run: |
|
|
183
|
-
# Get the previous tag (excluding the current one)
|
|
184
|
-
PREVIOUS_TAG=$(git tag --sort=-version:refname | grep -v '${{ github.ref_name }}' | head -n 1)
|
|
185
|
-
echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
|
|
186
|
-
echo "Previous tag: $PREVIOUS_TAG"
|
|
187
|
-
|
|
188
180
|
- name: Extract release notes from CHANGELOG
|
|
189
181
|
id: release_notes
|
|
190
182
|
run: |
|
|
@@ -194,14 +186,6 @@ jobs:
|
|
|
194
186
|
# Extract release notes and save to file
|
|
195
187
|
python scripts/extract_release_notes.py '${{ github.ref_name }}' > release_notes.md
|
|
196
188
|
|
|
197
|
-
# Add comparison link if we have a previous tag
|
|
198
|
-
if [ -n "${{ steps.previous_tag.outputs.previous_tag }}" ]; then
|
|
199
|
-
echo "" >> release_notes.md
|
|
200
|
-
echo "---" >> release_notes.md
|
|
201
|
-
echo "" >> release_notes.md
|
|
202
|
-
echo "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ steps.previous_tag.outputs.previous_tag }}...${{ github.ref_name }}" >> release_notes.md
|
|
203
|
-
fi
|
|
204
|
-
|
|
205
189
|
# Read the content for the release body
|
|
206
190
|
echo 'RELEASE_NOTES<<EOF' >> $GITHUB_ENV
|
|
207
191
|
cat release_notes.md >> $GITHUB_ENV
|
|
@@ -7,18 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [0.1.6] - 2025-01-08
|
|
11
|
-
|
|
12
|
-
### Added
|
|
13
|
-
|
|
14
|
-
- GitHub releases now include commit comparison links to previous releases
|
|
15
|
-
- Development versions now use `.devN` format and show as pre-releases on PyPI
|
|
16
|
-
|
|
17
|
-
### Changed
|
|
18
|
-
|
|
19
|
-
- Switched setuptools-scm from `post-release` to `guess-next-dev` version scheme
|
|
20
|
-
- Development versions now appear as pre-releases instead of regular releases on PyPI
|
|
21
|
-
|
|
22
10
|
## [0.1.5] - 2025-09-08
|
|
23
11
|
|
|
24
12
|
### Fixed
|
|
@@ -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.6'
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 1, 6)
|
|
31
|
+
__version__ = version = '0.1.6.dev3'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 1, 6, 'dev3')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gef20e4f4a'
|
|
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
|
|
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
|
|
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
|