open-api-framework 0.14.1__tar.gz → 0.14.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.
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/CHANGELOG.rst +9 -0
- {open_api_framework-0.14.1/open_api_framework.egg-info → open_api_framework-0.14.2}/PKG-INFO +3 -2
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/README.rst +1 -1
- {open_api_framework-0.14.1 → open_api_framework-0.14.2/open_api_framework.egg-info}/PKG-INFO +3 -2
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework.egg-info/requires.txt +1 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/pyproject.toml +4 -3
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/LICENSE +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/MANIFEST.in +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/__init__.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/admin.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/apps.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/conf/__init__.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/conf/base.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/conf/utils.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/context_processors.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/py.typed +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/static/open_api_framework/css/admin.css +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templates/open_api_framework/admin/base_site.html +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templates/open_api_framework/components/environment.html +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templates/open_api_framework/components/version.html +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templates/open_api_framework/env_config.rst +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templatetags/__init__.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templatetags/doc_tags.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templatetags/open_api_framework.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/utils.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework.egg-info/SOURCES.txt +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework.egg-info/dependency_links.txt +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework.egg-info/top_level.txt +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/setup.cfg +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/tests/test_admin.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/tests/test_csp.py +0 -0
- {open_api_framework-0.14.1 → open_api_framework-0.14.2}/tests/test_settings.py +0 -0
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
0.14.2 (2026-09-03)
|
|
5
|
+
-------------------
|
|
6
|
+
|
|
7
|
+
**Maintenance**
|
|
8
|
+
|
|
9
|
+
* [:open-klant:`656`] Pin ``notifications-api-common`` to 0.13.1 or higher,
|
|
10
|
+
because 0.13.0 introduced changes that allowed non-string kenmerken to be forwarded,
|
|
11
|
+
but the Notificaties API spec does not support this, so this change had to be reverted
|
|
12
|
+
|
|
4
13
|
0.14.1 (2026-08-17)
|
|
5
14
|
-------------------
|
|
6
15
|
|
{open_api_framework-0.14.1/open_api_framework.egg-info → open_api_framework-0.14.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: open-api-framework
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.2
|
|
4
4
|
Summary: A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings
|
|
5
5
|
Author-email: Maykin Media <support@maykinmedia.nl>
|
|
6
6
|
License: Copyright © Maykin 2024
|
|
@@ -86,6 +86,7 @@ Provides-Extra: csp
|
|
|
86
86
|
Requires-Dist: django-csp>=4.0; extra == "csp"
|
|
87
87
|
Provides-Extra: commonground
|
|
88
88
|
Requires-Dist: commonground-api-common>=2.7.0; extra == "commonground"
|
|
89
|
+
Requires-Dist: notifications-api-common>=0.13.1; extra == "commonground"
|
|
89
90
|
Provides-Extra: inclusions
|
|
90
91
|
Requires-Dist: djangorestframework-inclusions>=1.2.0; extra == "inclusions"
|
|
91
92
|
Provides-Extra: sanitization
|
|
@@ -105,7 +106,7 @@ Dynamic: license-file
|
|
|
105
106
|
Open API Framework
|
|
106
107
|
==================
|
|
107
108
|
|
|
108
|
-
:Version: 0.14.
|
|
109
|
+
:Version: 0.14.2
|
|
109
110
|
:Source: https://github.com/maykinmedia/open-api-framework
|
|
110
111
|
:Keywords: metapackage, dependencies
|
|
111
112
|
|
{open_api_framework-0.14.1 → open_api_framework-0.14.2/open_api_framework.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: open-api-framework
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.2
|
|
4
4
|
Summary: A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings
|
|
5
5
|
Author-email: Maykin Media <support@maykinmedia.nl>
|
|
6
6
|
License: Copyright © Maykin 2024
|
|
@@ -86,6 +86,7 @@ Provides-Extra: csp
|
|
|
86
86
|
Requires-Dist: django-csp>=4.0; extra == "csp"
|
|
87
87
|
Provides-Extra: commonground
|
|
88
88
|
Requires-Dist: commonground-api-common>=2.7.0; extra == "commonground"
|
|
89
|
+
Requires-Dist: notifications-api-common>=0.13.1; extra == "commonground"
|
|
89
90
|
Provides-Extra: inclusions
|
|
90
91
|
Requires-Dist: djangorestframework-inclusions>=1.2.0; extra == "inclusions"
|
|
91
92
|
Provides-Extra: sanitization
|
|
@@ -105,7 +106,7 @@ Dynamic: license-file
|
|
|
105
106
|
Open API Framework
|
|
106
107
|
==================
|
|
107
108
|
|
|
108
|
-
:Version: 0.14.
|
|
109
|
+
:Version: 0.14.2
|
|
109
110
|
:Source: https://github.com/maykinmedia/open-api-framework
|
|
110
111
|
:Keywords: metapackage, dependencies
|
|
111
112
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "open-api-framework"
|
|
7
|
-
version = "0.14.
|
|
7
|
+
version = "0.14.2"
|
|
8
8
|
description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Maykin Media", email = "support@maykinmedia.nl"}
|
|
@@ -101,7 +101,8 @@ csp = [
|
|
|
101
101
|
"django-csp>=4.0"
|
|
102
102
|
]
|
|
103
103
|
commonground = [
|
|
104
|
-
"commonground-api-common>=2.7.0"
|
|
104
|
+
"commonground-api-common>=2.7.0",
|
|
105
|
+
"notifications-api-common>=0.13.1"
|
|
105
106
|
]
|
|
106
107
|
inclusions = [
|
|
107
108
|
"djangorestframework-inclusions>=1.2.0"
|
|
@@ -139,7 +140,7 @@ env = [
|
|
|
139
140
|
]
|
|
140
141
|
|
|
141
142
|
[tool.bumpversion]
|
|
142
|
-
current_version = "0.14.
|
|
143
|
+
current_version = "0.14.2"
|
|
143
144
|
files = [
|
|
144
145
|
{filename = "pyproject.toml"},
|
|
145
146
|
{filename = "README.rst"},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/context_processors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templatetags/__init__.py
RENAMED
|
File without changes
|
{open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework/templatetags/doc_tags.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{open_api_framework-0.14.1 → open_api_framework-0.14.2}/open_api_framework.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|