open-api-framework 0.6.0__tar.gz → 0.6.1__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.6.0 → open_api_framework-0.6.1}/CHANGELOG.rst +22 -0
- {open_api_framework-0.6.0/open_api_framework.egg-info → open_api_framework-0.6.1}/PKG-INFO +14 -14
- {open_api_framework-0.6.0 → open_api_framework-0.6.1/open_api_framework.egg-info}/PKG-INFO +14 -14
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework.egg-info/requires.txt +13 -13
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/pyproject.toml +15 -15
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/LICENSE +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/MANIFEST.in +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/README.rst +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/__init__.py +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/apps.py +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/conf/__init__.py +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/conf/base.py +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/conf/utils.py +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/context_processors.py +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/py.typed +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/static/open_api_framework/css/admin.css +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/templates/open_api_framework/admin/base_site.html +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/templates/open_api_framework/components/environment.html +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/templates/open_api_framework/components/version.html +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/templatetags/__init__.py +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/templatetags/open_api_framework.py +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework.egg-info/SOURCES.txt +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework.egg-info/dependency_links.txt +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework.egg-info/top_level.txt +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/setup.cfg +0 -0
- {open_api_framework-0.6.0 → open_api_framework-0.6.1}/tests/test_config_helpers.py +0 -0
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
|
|
5
|
+
0.6.1 (2024-07-31)
|
|
6
|
+
------------------
|
|
7
|
+
|
|
8
|
+
**Project maintenance and QOL**
|
|
9
|
+
|
|
10
|
+
* Updated dependencies:
|
|
11
|
+
- django ``4.2.11+`` to ``4.2.14+``
|
|
12
|
+
- django-axes ``6.3.0+`` to ``6.5.1+``
|
|
13
|
+
- django-cors-headers ``4.3.1+`` to ``4.4.0+``
|
|
14
|
+
- django-jsonform ``2.21.4+`` to ``2.22.0+``
|
|
15
|
+
- djangorestframework ``3.12.4+`` to ``3.15.2+``
|
|
16
|
+
- django-filter ``23.2+`` to ``24.2+``
|
|
17
|
+
- drf-spectacular ``0.27.0+`` to ``0.27.2+``
|
|
18
|
+
- mozilla-django-oidc-db ``0.14.1+`` to ``0.19.0+``
|
|
19
|
+
- requests ``2.31.0+`` to ``2.32.3+``
|
|
20
|
+
- sentry-sdk ``1.39.2+`` to ``2.11.0+``
|
|
21
|
+
- elastic-apm ``6.20.0+`` to ``6.22.0+``
|
|
22
|
+
- celery ``5.2.7+`` to ``5.4.0+``
|
|
23
|
+
- maykin-2fa ``1.0.0+`` to ``1.0.1+``
|
|
24
|
+
|
|
25
|
+
|
|
4
26
|
0.6.0 (2024-07-04)
|
|
5
27
|
------------------
|
|
6
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: open_api_framework
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
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
|
|
@@ -30,33 +30,33 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Requires-Python: >=3.9
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: django
|
|
34
|
-
Requires-Dist: django-axes>=6.
|
|
35
|
-
Requires-Dist: django-cors-headers>=4.
|
|
33
|
+
Requires-Dist: django<5.0.0,>=4.2.14
|
|
34
|
+
Requires-Dist: django-axes>=6.5.1
|
|
35
|
+
Requires-Dist: django-cors-headers>=4.4.0
|
|
36
36
|
Requires-Dist: django-markup>=1.8.1
|
|
37
|
-
Requires-Dist: django-jsonform>=2.
|
|
37
|
+
Requires-Dist: django-jsonform>=2.22.0
|
|
38
38
|
Requires-Dist: django-log-outgoing-requests>=0.6.1
|
|
39
39
|
Requires-Dist: django-admin-index>=3.1.0
|
|
40
40
|
Requires-Dist: django-redis>=5.4.0
|
|
41
|
-
Requires-Dist: djangorestframework>=3.
|
|
41
|
+
Requires-Dist: djangorestframework>=3.15.2
|
|
42
42
|
Requires-Dist: djangorestframework-gis>=1.0
|
|
43
|
-
Requires-Dist: django-filter>=
|
|
44
|
-
Requires-Dist: drf-spectacular>=0.27.
|
|
43
|
+
Requires-Dist: django-filter>=24.2
|
|
44
|
+
Requires-Dist: drf-spectacular>=0.27.2
|
|
45
45
|
Requires-Dist: djangorestframework-inclusions>=1.2.0
|
|
46
46
|
Requires-Dist: commonground-api-common>=1.12.1
|
|
47
|
-
Requires-Dist: mozilla-django-oidc-db>=0.
|
|
47
|
+
Requires-Dist: mozilla-django-oidc-db>=0.19.0
|
|
48
48
|
Requires-Dist: zgw-consumers>=0.27.0
|
|
49
49
|
Requires-Dist: psycopg2>=2.9.9
|
|
50
50
|
Requires-Dist: bleach>=6.1.0
|
|
51
51
|
Requires-Dist: python-dotenv>=1.0.0
|
|
52
52
|
Requires-Dist: python-decouple>=3.8
|
|
53
|
-
Requires-Dist: requests>=2.
|
|
53
|
+
Requires-Dist: requests>=2.32.3
|
|
54
54
|
Requires-Dist: uwsgi>=2.0.23
|
|
55
|
-
Requires-Dist: sentry-sdk>=
|
|
56
|
-
Requires-Dist: elastic-apm>=6.
|
|
57
|
-
Requires-Dist: celery>=5.
|
|
55
|
+
Requires-Dist: sentry-sdk>=2.11.0
|
|
56
|
+
Requires-Dist: elastic-apm>=6.22.0
|
|
57
|
+
Requires-Dist: celery>=5.4.0
|
|
58
58
|
Requires-Dist: flower>=2.0.1
|
|
59
|
-
Requires-Dist: maykin-2fa>=1.0.
|
|
59
|
+
Requires-Dist: maykin-2fa>=1.0.1
|
|
60
60
|
Requires-Dist: django-setup-configuration>=0.1.0
|
|
61
61
|
Provides-Extra: tests
|
|
62
62
|
Requires-Dist: pytest; extra == "tests"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: open_api_framework
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
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
|
|
@@ -30,33 +30,33 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Requires-Python: >=3.9
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: django
|
|
34
|
-
Requires-Dist: django-axes>=6.
|
|
35
|
-
Requires-Dist: django-cors-headers>=4.
|
|
33
|
+
Requires-Dist: django<5.0.0,>=4.2.14
|
|
34
|
+
Requires-Dist: django-axes>=6.5.1
|
|
35
|
+
Requires-Dist: django-cors-headers>=4.4.0
|
|
36
36
|
Requires-Dist: django-markup>=1.8.1
|
|
37
|
-
Requires-Dist: django-jsonform>=2.
|
|
37
|
+
Requires-Dist: django-jsonform>=2.22.0
|
|
38
38
|
Requires-Dist: django-log-outgoing-requests>=0.6.1
|
|
39
39
|
Requires-Dist: django-admin-index>=3.1.0
|
|
40
40
|
Requires-Dist: django-redis>=5.4.0
|
|
41
|
-
Requires-Dist: djangorestframework>=3.
|
|
41
|
+
Requires-Dist: djangorestframework>=3.15.2
|
|
42
42
|
Requires-Dist: djangorestframework-gis>=1.0
|
|
43
|
-
Requires-Dist: django-filter>=
|
|
44
|
-
Requires-Dist: drf-spectacular>=0.27.
|
|
43
|
+
Requires-Dist: django-filter>=24.2
|
|
44
|
+
Requires-Dist: drf-spectacular>=0.27.2
|
|
45
45
|
Requires-Dist: djangorestframework-inclusions>=1.2.0
|
|
46
46
|
Requires-Dist: commonground-api-common>=1.12.1
|
|
47
|
-
Requires-Dist: mozilla-django-oidc-db>=0.
|
|
47
|
+
Requires-Dist: mozilla-django-oidc-db>=0.19.0
|
|
48
48
|
Requires-Dist: zgw-consumers>=0.27.0
|
|
49
49
|
Requires-Dist: psycopg2>=2.9.9
|
|
50
50
|
Requires-Dist: bleach>=6.1.0
|
|
51
51
|
Requires-Dist: python-dotenv>=1.0.0
|
|
52
52
|
Requires-Dist: python-decouple>=3.8
|
|
53
|
-
Requires-Dist: requests>=2.
|
|
53
|
+
Requires-Dist: requests>=2.32.3
|
|
54
54
|
Requires-Dist: uwsgi>=2.0.23
|
|
55
|
-
Requires-Dist: sentry-sdk>=
|
|
56
|
-
Requires-Dist: elastic-apm>=6.
|
|
57
|
-
Requires-Dist: celery>=5.
|
|
55
|
+
Requires-Dist: sentry-sdk>=2.11.0
|
|
56
|
+
Requires-Dist: elastic-apm>=6.22.0
|
|
57
|
+
Requires-Dist: celery>=5.4.0
|
|
58
58
|
Requires-Dist: flower>=2.0.1
|
|
59
|
-
Requires-Dist: maykin-2fa>=1.0.
|
|
59
|
+
Requires-Dist: maykin-2fa>=1.0.1
|
|
60
60
|
Requires-Dist: django-setup-configuration>=0.1.0
|
|
61
61
|
Provides-Extra: tests
|
|
62
62
|
Requires-Dist: pytest; extra == "tests"
|
{open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework.egg-info/requires.txt
RENAMED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
django
|
|
2
|
-
django-axes>=6.
|
|
3
|
-
django-cors-headers>=4.
|
|
1
|
+
django<5.0.0,>=4.2.14
|
|
2
|
+
django-axes>=6.5.1
|
|
3
|
+
django-cors-headers>=4.4.0
|
|
4
4
|
django-markup>=1.8.1
|
|
5
|
-
django-jsonform>=2.
|
|
5
|
+
django-jsonform>=2.22.0
|
|
6
6
|
django-log-outgoing-requests>=0.6.1
|
|
7
7
|
django-admin-index>=3.1.0
|
|
8
8
|
django-redis>=5.4.0
|
|
9
|
-
djangorestframework>=3.
|
|
9
|
+
djangorestframework>=3.15.2
|
|
10
10
|
djangorestframework-gis>=1.0
|
|
11
|
-
django-filter>=
|
|
12
|
-
drf-spectacular>=0.27.
|
|
11
|
+
django-filter>=24.2
|
|
12
|
+
drf-spectacular>=0.27.2
|
|
13
13
|
djangorestframework-inclusions>=1.2.0
|
|
14
14
|
commonground-api-common>=1.12.1
|
|
15
|
-
mozilla-django-oidc-db>=0.
|
|
15
|
+
mozilla-django-oidc-db>=0.19.0
|
|
16
16
|
zgw-consumers>=0.27.0
|
|
17
17
|
psycopg2>=2.9.9
|
|
18
18
|
bleach>=6.1.0
|
|
19
19
|
python-dotenv>=1.0.0
|
|
20
20
|
python-decouple>=3.8
|
|
21
|
-
requests>=2.
|
|
21
|
+
requests>=2.32.3
|
|
22
22
|
uwsgi>=2.0.23
|
|
23
|
-
sentry-sdk>=
|
|
24
|
-
elastic-apm>=6.
|
|
25
|
-
celery>=5.
|
|
23
|
+
sentry-sdk>=2.11.0
|
|
24
|
+
elastic-apm>=6.22.0
|
|
25
|
+
celery>=5.4.0
|
|
26
26
|
flower>=2.0.1
|
|
27
|
-
maykin-2fa>=1.0.
|
|
27
|
+
maykin-2fa>=1.0.1
|
|
28
28
|
django-setup-configuration>=0.1.0
|
|
29
29
|
|
|
30
30
|
[coverage]
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "open_api_framework"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.1"
|
|
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"}
|
|
@@ -27,33 +27,33 @@ classifiers = [
|
|
|
27
27
|
]
|
|
28
28
|
requires-python = ">=3.9"
|
|
29
29
|
dependencies = [
|
|
30
|
-
"django>=4.2.
|
|
31
|
-
"django-axes>=6.
|
|
32
|
-
"django-cors-headers>=4.
|
|
30
|
+
"django>=4.2.14,<5.0.0",
|
|
31
|
+
"django-axes>=6.5.1",
|
|
32
|
+
"django-cors-headers>=4.4.0",
|
|
33
33
|
"django-markup>=1.8.1",
|
|
34
|
-
"django-jsonform>=2.
|
|
34
|
+
"django-jsonform>=2.22.0",
|
|
35
35
|
"django-log-outgoing-requests>=0.6.1",
|
|
36
36
|
"django-admin-index>=3.1.0",
|
|
37
37
|
"django-redis>=5.4.0",
|
|
38
|
-
"djangorestframework>=3.
|
|
38
|
+
"djangorestframework>=3.15.2",
|
|
39
39
|
"djangorestframework-gis>=1.0",
|
|
40
|
-
"django-filter>=
|
|
41
|
-
"drf-spectacular>=0.27.
|
|
40
|
+
"django-filter>=24.2",
|
|
41
|
+
"drf-spectacular>=0.27.2",
|
|
42
42
|
"djangorestframework-inclusions>=1.2.0",
|
|
43
43
|
"commonground-api-common>=1.12.1",
|
|
44
|
-
"mozilla-django-oidc-db>=0.
|
|
44
|
+
"mozilla-django-oidc-db>=0.19.0",
|
|
45
45
|
"zgw-consumers>=0.27.0",
|
|
46
46
|
"psycopg2>=2.9.9",
|
|
47
47
|
"bleach>=6.1.0",
|
|
48
48
|
"python-dotenv>=1.0.0",
|
|
49
49
|
"python-decouple>=3.8",
|
|
50
|
-
"requests>=2.
|
|
50
|
+
"requests>=2.32.3",
|
|
51
51
|
"uwsgi>=2.0.23",
|
|
52
|
-
"sentry-sdk>=
|
|
53
|
-
"elastic-apm>=6.
|
|
54
|
-
"celery>=5.
|
|
52
|
+
"sentry-sdk>=2.11.0",
|
|
53
|
+
"elastic-apm>=6.22.0",
|
|
54
|
+
"celery>=5.4.0",
|
|
55
55
|
"flower>=2.0.1",
|
|
56
|
-
"maykin-2fa>=1.0.
|
|
56
|
+
"maykin-2fa>=1.0.1",
|
|
57
57
|
"django-setup-configuration>=0.1.0",
|
|
58
58
|
]
|
|
59
59
|
|
|
@@ -100,7 +100,7 @@ testpaths = ["tests"]
|
|
|
100
100
|
DJANGO_SETTINGS_MODULE = "testapp.settings"
|
|
101
101
|
|
|
102
102
|
[tool.bumpversion]
|
|
103
|
-
current_version = "0.6.
|
|
103
|
+
current_version = "0.6.1"
|
|
104
104
|
files = [
|
|
105
105
|
{filename = "pyproject.toml"},
|
|
106
106
|
{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.6.0 → open_api_framework-0.6.1}/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
|
{open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework/templatetags/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{open_api_framework-0.6.0 → open_api_framework-0.6.1}/open_api_framework.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|