openedx-plugin-sample 3.7.0__tar.gz → 3.7.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.
- {openedx_plugin_sample-3.7.0/src/openedx_plugin_sample.egg-info → openedx_plugin_sample-3.7.2}/PKG-INFO +1 -1
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/pyproject.toml +3 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2/src/openedx_plugin_sample.egg-info}/PKG-INFO +1 -1
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/.annotation_safe_list.yml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/.coveragerc +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/.editorconfig +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/.gitignore +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/.pii_annotations.yml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/.readthedocs.yaml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/LICENSE.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/Makefile +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/README.md +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/codecov.yml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/Makefile +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/_static/theme_overrides.css +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/concepts/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/conf.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/decisions/0001-purpose-of-this-repo.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/decisions/README.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/decisions.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/getting_started.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/how-tos/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/internationalization.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/make.bat +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/openedx_plugin_sample.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/quickstarts/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/references/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/testing.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/manage.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/pylintrc +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/pylintrc_tweaks +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/setup.cfg +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/__init__.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/admin.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/apps.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/conf/locale/config.yaml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/migrations/0001_initial.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/migrations/__init__.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/models.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/pipeline.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/py.typed +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/serializers.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/settings/common.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/settings/production.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/settings/test.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/signals.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/templates/openedx_plugin_sample/base.html +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/urls.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/views.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample.egg-info/SOURCES.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample.egg-info/dependency_links.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample.egg-info/entry_points.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample.egg-info/requires.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample.egg-info/top_level.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/test_settings.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/test_utils/__init__.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/tests/test_api.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/tests/test_models.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/tests/test_pipeline.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/tests/test_plugin_integration.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/tests/test_signals.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/tests/urls.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/tox.ini +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/uv.lock +0 -0
|
@@ -114,6 +114,9 @@ build_command = "pip install build && SETUPTOOLS_SCM_PRETEND_VERSION=$NEW_VERSIO
|
|
|
114
114
|
# Because this repo is meant to be an example, docs changes are relevant
|
|
115
115
|
# feature changes and so should produces new releases.
|
|
116
116
|
minor_tags = ["feat", "docs"]
|
|
117
|
+
# If we change the build system, we want to publish it so that updates to the
|
|
118
|
+
# build and release system are validated close to when they are merged.
|
|
119
|
+
patch_tags = ["fix", "perf", "build"]
|
|
117
120
|
|
|
118
121
|
[tool.setuptools_scm]
|
|
119
122
|
# The root for the gith repo is one directory up.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/docs/_static/theme_overrides.css
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
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/__init__.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/admin.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/apps.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/models.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/pipeline.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/py.typed
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/serializers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/signals.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/urls.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/src/openedx_plugin_sample/views.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
|
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.2}/tests/test_plugin_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|