open-api-framework 0.14.0__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.
Files changed (32) hide show
  1. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/CHANGELOG.rst +17 -0
  2. {open_api_framework-0.14.0/open_api_framework.egg-info → open_api_framework-0.14.2}/PKG-INFO +5 -4
  3. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/README.rst +1 -1
  4. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/conf/base.py +22 -0
  5. {open_api_framework-0.14.0 → open_api_framework-0.14.2/open_api_framework.egg-info}/PKG-INFO +5 -4
  6. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework.egg-info/requires.txt +3 -2
  7. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/pyproject.toml +6 -5
  8. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/LICENSE +0 -0
  9. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/MANIFEST.in +0 -0
  10. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/__init__.py +0 -0
  11. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/admin.py +0 -0
  12. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/apps.py +0 -0
  13. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/conf/__init__.py +0 -0
  14. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/conf/utils.py +0 -0
  15. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/context_processors.py +0 -0
  16. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/py.typed +0 -0
  17. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/static/open_api_framework/css/admin.css +0 -0
  18. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/templates/open_api_framework/admin/base_site.html +0 -0
  19. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/templates/open_api_framework/components/environment.html +0 -0
  20. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/templates/open_api_framework/components/version.html +0 -0
  21. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/templates/open_api_framework/env_config.rst +0 -0
  22. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/templatetags/__init__.py +0 -0
  23. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/templatetags/doc_tags.py +0 -0
  24. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/templatetags/open_api_framework.py +0 -0
  25. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework/utils.py +0 -0
  26. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework.egg-info/SOURCES.txt +0 -0
  27. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework.egg-info/dependency_links.txt +0 -0
  28. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/open_api_framework.egg-info/top_level.txt +0 -0
  29. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/setup.cfg +0 -0
  30. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/tests/test_admin.py +0 -0
  31. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/tests/test_csp.py +0 -0
  32. {open_api_framework-0.14.0 → open_api_framework-0.14.2}/tests/test_settings.py +0 -0
@@ -1,6 +1,23 @@
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
+
13
+ 0.14.1 (2026-08-17)
14
+ -------------------
15
+
16
+ **Maintenance**
17
+
18
+ * Make the library compatible with ``django-privates`` >=4.0 and ``django-simple-certmanager`` >= 4.0
19
+ by relying on Django's ``STORAGES`` setting
20
+
4
21
  0.14.0 (2026-06-05)
5
22
  -------------------
6
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: open-api-framework
3
- Version: 0.14.0
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
@@ -44,8 +44,8 @@ Requires-Dist: sentry-sdk>=2.11.0
44
44
  Requires-Dist: elastic-apm>=6.22.0
45
45
  Requires-Dist: maykin-2fa>=1.0.1
46
46
  Requires-Dist: django-setup-configuration>=0.1.0
47
- Requires-Dist: django-privates<4.0.0
48
- Requires-Dist: django-simple-certmanager<4.0.0
47
+ Requires-Dist: django-privates<5.0.0
48
+ Requires-Dist: django-simple-certmanager<5.0.0
49
49
  Requires-Dist: django-sessionprofile>=3.0.0
50
50
  Requires-Dist: django-upgrade-check>=1.1.0
51
51
  Requires-Dist: maykin-common>=0.19.0
@@ -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.0
109
+ :Version: 0.14.2
109
110
  :Source: https://github.com/maykinmedia/open-api-framework
110
111
  :Keywords: metapackage, dependencies
111
112
 
@@ -1,7 +1,7 @@
1
1
  Open API Framework
2
2
  ==================
3
3
 
4
- :Version: 0.14.0
4
+ :Version: 0.14.2
5
5
  :Source: https://github.com/maykinmedia/open-api-framework
6
6
  :Keywords: metapackage, dependencies
7
7
 
@@ -1335,6 +1335,28 @@ CSRF_TRUSTED_ORIGINS = config(
1335
1335
  PRIVATE_MEDIA_ROOT = BASE_DIR / "private-media"
1336
1336
  PRIVATE_MEDIA_URL = "/private-media/"
1337
1337
 
1338
+ #
1339
+ # DJANGO-SENDFILE
1340
+ #
1341
+ SENDFILE_ROOT = PRIVATE_MEDIA_ROOT
1342
+ SENDFILE_URL = PRIVATE_MEDIA_URL
1343
+
1344
+ STORAGES = {
1345
+ "default": {
1346
+ "BACKEND": "django.core.files.storage.FileSystemStorage",
1347
+ },
1348
+ "staticfiles": {
1349
+ "BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage",
1350
+ },
1351
+ "privates": {
1352
+ "BACKEND": "django.core.files.storage.FileSystemStorage",
1353
+ "OPTIONS": {
1354
+ "location": PRIVATE_MEDIA_ROOT,
1355
+ "base_url": PRIVATE_MEDIA_URL,
1356
+ },
1357
+ },
1358
+ }
1359
+
1338
1360
 
1339
1361
  #
1340
1362
  # NOTIFICATIONS-API-COMMON
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: open-api-framework
3
- Version: 0.14.0
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
@@ -44,8 +44,8 @@ Requires-Dist: sentry-sdk>=2.11.0
44
44
  Requires-Dist: elastic-apm>=6.22.0
45
45
  Requires-Dist: maykin-2fa>=1.0.1
46
46
  Requires-Dist: django-setup-configuration>=0.1.0
47
- Requires-Dist: django-privates<4.0.0
48
- Requires-Dist: django-simple-certmanager<4.0.0
47
+ Requires-Dist: django-privates<5.0.0
48
+ Requires-Dist: django-simple-certmanager<5.0.0
49
49
  Requires-Dist: django-sessionprofile>=3.0.0
50
50
  Requires-Dist: django-upgrade-check>=1.1.0
51
51
  Requires-Dist: maykin-common>=0.19.0
@@ -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.0
109
+ :Version: 0.14.2
109
110
  :Source: https://github.com/maykinmedia/open-api-framework
110
111
  :Keywords: metapackage, dependencies
111
112
 
@@ -14,8 +14,8 @@ sentry-sdk>=2.11.0
14
14
  elastic-apm>=6.22.0
15
15
  maykin-2fa>=1.0.1
16
16
  django-setup-configuration>=0.1.0
17
- django-privates<4.0.0
18
- django-simple-certmanager<4.0.0
17
+ django-privates<5.0.0
18
+ django-simple-certmanager<5.0.0
19
19
  django-sessionprofile>=3.0.0
20
20
  django-upgrade-check>=1.1.0
21
21
  maykin-common>=0.19.0
@@ -26,6 +26,7 @@ flower>=2.0.1
26
26
 
27
27
  [commonground]
28
28
  commonground-api-common>=2.7.0
29
+ notifications-api-common>=0.13.1
29
30
 
30
31
  [cors]
31
32
  django-cors-headers>=4.4.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "open-api-framework"
7
- version = "0.14.0"
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"}
@@ -41,8 +41,8 @@ dependencies = [
41
41
  "elastic-apm>=6.22.0",
42
42
  "maykin-2fa>=1.0.1",
43
43
  "django-setup-configuration>=0.1.0",
44
- "django-privates<4.0.0",
45
- "django-simple-certmanager<4.0.0",
44
+ "django-privates<5.0.0",
45
+ "django-simple-certmanager<5.0.0",
46
46
  "django-sessionprofile>=3.0.0",
47
47
  "django-upgrade-check>=1.1.0",
48
48
  "maykin-common>=0.19.0",
@@ -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.0"
143
+ current_version = "0.14.2"
143
144
  files = [
144
145
  {filename = "pyproject.toml"},
145
146
  {filename = "README.rst"},