django-log-formatter-asim 1.2.0a1__tar.gz → 1.3.0__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.
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/PKG-INFO +5 -6
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/README.md +3 -1
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/pyproject.toml +3 -6
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/LICENSE +0 -0
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/django_log_formatter_asim/__init__.py +0 -0
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/django_log_formatter_asim/ecs.py +0 -0
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/django_log_formatter_asim/events/__init__.py +0 -0
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/django_log_formatter_asim/events/account_management.py +0 -0
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/django_log_formatter_asim/events/authentication.py +0 -0
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/django_log_formatter_asim/events/common.py +0 -0
- {django_log_formatter_asim-1.2.0a1 → django_log_formatter_asim-1.3.0}/django_log_formatter_asim/events/file_activity.py +0 -0
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-log-formatter-asim
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
4
|
Summary: Formats Django logs in ASIM format.
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Author: Department for Business and Trade Platform Team
|
|
8
8
|
Author-email: sre-team@digital.trade.gov.uk
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10,<4
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.14
|
|
18
17
|
Requires-Dist: ddtrace (>=3.2.1,<5)
|
|
19
|
-
Requires-Dist: django (>=
|
|
20
|
-
Requires-Dist: django (>=3,<6) ; python_version >= "3.10" and python_version < "4"
|
|
18
|
+
Requires-Dist: django (>=4.2,<7)
|
|
21
19
|
Requires-Dist: django-ipware (>=7.0.1,<8.0.0)
|
|
22
20
|
Description-Content-Type: text/markdown
|
|
23
21
|
|
|
@@ -366,6 +364,8 @@ Or, run `poetry run tox` in the root directory to run all tests for multiple Pyt
|
|
|
366
364
|
|
|
367
365
|
### Publishing
|
|
368
366
|
|
|
367
|
+
Create a pull request to update the [CHANGELOG.md](./CHANGELOG.md) and also create a [create a release in GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release) for your new version.
|
|
368
|
+
|
|
369
369
|
1. Acquire API token from [Passman](https://passman.ci.uktrade.digital/secret/cc82a3f7-ddfa-4312-ab56-1ff8528dadc8/).
|
|
370
370
|
- Request access from the SRE team.
|
|
371
371
|
- _Note: You will need access to the `platform` group in Passman._
|
|
@@ -396,4 +396,3 @@ poetry publish
|
|
|
396
396
|
Check the [PyPI Release history](https://pypi.org/project/django-log-formatter-asim/#history) to make sure the package has been updated.
|
|
397
397
|
|
|
398
398
|
For an optional manual check, install the package locally and test everything works as expected.
|
|
399
|
-
|
|
@@ -343,6 +343,8 @@ Or, run `poetry run tox` in the root directory to run all tests for multiple Pyt
|
|
|
343
343
|
|
|
344
344
|
### Publishing
|
|
345
345
|
|
|
346
|
+
Create a pull request to update the [CHANGELOG.md](./CHANGELOG.md) and also create a [create a release in GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release) for your new version.
|
|
347
|
+
|
|
346
348
|
1. Acquire API token from [Passman](https://passman.ci.uktrade.digital/secret/cc82a3f7-ddfa-4312-ab56-1ff8528dadc8/).
|
|
347
349
|
- Request access from the SRE team.
|
|
348
350
|
- _Note: You will need access to the `platform` group in Passman._
|
|
@@ -372,4 +374,4 @@ poetry publish
|
|
|
372
374
|
|
|
373
375
|
Check the [PyPI Release history](https://pypi.org/project/django-log-formatter-asim/#history) to make sure the package has been updated.
|
|
374
376
|
|
|
375
|
-
For an optional manual check, install the package locally and test everything works as expected.
|
|
377
|
+
For an optional manual check, install the package locally and test everything works as expected.
|
|
@@ -3,7 +3,7 @@ line-length = 100
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "django-log-formatter-asim"
|
|
6
|
-
version = "1.
|
|
6
|
+
version = "1.3.0"
|
|
7
7
|
description = "Formats Django logs in ASIM format."
|
|
8
8
|
authors = ["Department for Business and Trade Platform Team <sre-team@digital.trade.gov.uk>"]
|
|
9
9
|
license = "MIT"
|
|
@@ -13,11 +13,8 @@ packages = [
|
|
|
13
13
|
]
|
|
14
14
|
|
|
15
15
|
[tool.poetry.dependencies]
|
|
16
|
-
python = ">=3.
|
|
17
|
-
django =
|
|
18
|
-
{ version = ">=3,<5", python = ">=3.9,<3.10" },
|
|
19
|
-
{ version = ">=3,<6", python = ">=3.10,<4" },
|
|
20
|
-
]
|
|
16
|
+
python = ">=3.10,<4"
|
|
17
|
+
django = ">=4.2,<7"
|
|
21
18
|
ddtrace = ">=3.2.1,<5"
|
|
22
19
|
django-ipware = "^7.0.1"
|
|
23
20
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|