openedx-plugin-sample 3.7.0__tar.gz → 3.7.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.
- {openedx_plugin_sample-3.7.0/src/openedx_plugin_sample.egg-info → openedx_plugin_sample-3.7.3}/PKG-INFO +3 -2
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/pyproject.toml +5 -1
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3/src/openedx_plugin_sample.egg-info}/PKG-INFO +3 -2
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/.annotation_safe_list.yml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/.coveragerc +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/.editorconfig +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/.gitignore +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/.pii_annotations.yml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/.readthedocs.yaml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/LICENSE.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/Makefile +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/README.md +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/codecov.yml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/Makefile +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/_static/theme_overrides.css +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/concepts/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/conf.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/decisions/0001-purpose-of-this-repo.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/decisions/README.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/decisions.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/getting_started.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/how-tos/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/internationalization.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/make.bat +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/openedx_plugin_sample.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/quickstarts/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/references/index.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/docs/testing.rst +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/manage.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/pylintrc +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/pylintrc_tweaks +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/setup.cfg +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/__init__.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/admin.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/apps.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/conf/locale/config.yaml +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/migrations/0001_initial.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/migrations/__init__.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/models.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/pipeline.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/py.typed +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/serializers.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/settings/common.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/settings/production.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/settings/test.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/signals.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/templates/openedx_plugin_sample/base.html +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/urls.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/views.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample.egg-info/SOURCES.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample.egg-info/dependency_links.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample.egg-info/entry_points.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample.egg-info/requires.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample.egg-info/top_level.txt +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/test_settings.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/test_utils/__init__.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/tests/test_api.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/tests/test_models.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/tests/test_pipeline.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/tests/test_plugin_integration.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/tests/test_signals.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/tests/urls.py +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/tox.ini +0 -0
- {openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openedx-plugin-sample
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.3
|
|
4
4
|
Summary: A sample backend plugin for the Open edX Platform
|
|
5
5
|
Author-email: Open edX Project <oscm@openedx.org>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -9,7 +9,8 @@ Project-URL: Repository, https://github.com/openedx/sample-plugin
|
|
|
9
9
|
Keywords: Python,edx
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Framework :: Django
|
|
12
|
-
Classifier: Framework :: Django ::
|
|
12
|
+
Classifier: Framework :: Django :: 5.2
|
|
13
|
+
Classifier: Framework :: Django :: 6.0
|
|
13
14
|
Classifier: Intended Audience :: Developers
|
|
14
15
|
Classifier: Natural Language :: English
|
|
15
16
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -14,7 +14,8 @@ authors = [
|
|
|
14
14
|
classifiers = [
|
|
15
15
|
'Development Status :: 3 - Alpha',
|
|
16
16
|
'Framework :: Django',
|
|
17
|
-
'Framework :: Django ::
|
|
17
|
+
'Framework :: Django :: 5.2',
|
|
18
|
+
'Framework :: Django :: 6.0',
|
|
18
19
|
'Intended Audience :: Developers',
|
|
19
20
|
'Natural Language :: English',
|
|
20
21
|
'Programming Language :: Python :: 3',
|
|
@@ -114,6 +115,9 @@ build_command = "pip install build && SETUPTOOLS_SCM_PRETEND_VERSION=$NEW_VERSIO
|
|
|
114
115
|
# Because this repo is meant to be an example, docs changes are relevant
|
|
115
116
|
# feature changes and so should produces new releases.
|
|
116
117
|
minor_tags = ["feat", "docs"]
|
|
118
|
+
# If we change the build system, we want to publish it so that updates to the
|
|
119
|
+
# build and release system are validated close to when they are merged.
|
|
120
|
+
patch_tags = ["fix", "perf", "build"]
|
|
117
121
|
|
|
118
122
|
[tool.setuptools_scm]
|
|
119
123
|
# The root for the gith repo is one directory up.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openedx-plugin-sample
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.3
|
|
4
4
|
Summary: A sample backend plugin for the Open edX Platform
|
|
5
5
|
Author-email: Open edX Project <oscm@openedx.org>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -9,7 +9,8 @@ Project-URL: Repository, https://github.com/openedx/sample-plugin
|
|
|
9
9
|
Keywords: Python,edx
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Framework :: Django
|
|
12
|
-
Classifier: Framework :: Django ::
|
|
12
|
+
Classifier: Framework :: Django :: 5.2
|
|
13
|
+
Classifier: Framework :: Django :: 6.0
|
|
13
14
|
Classifier: Intended Audience :: Developers
|
|
14
15
|
Classifier: Natural Language :: English
|
|
15
16
|
Classifier: Programming Language :: Python :: 3
|
|
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.3}/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.3}/src/openedx_plugin_sample/__init__.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/admin.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/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.3}/src/openedx_plugin_sample/models.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/pipeline.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/py.typed
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/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.3}/src/openedx_plugin_sample/signals.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/src/openedx_plugin_sample/urls.py
RENAMED
|
File without changes
|
{openedx_plugin_sample-3.7.0 → openedx_plugin_sample-3.7.3}/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.3}/tests/test_plugin_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|