django-log-formatter-asim 1.2.0a1__py3-none-any.whl → 1.3.0__py3-none-any.whl
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.dist-info → django_log_formatter_asim-1.3.0.dist-info}/METADATA +5 -6
- {django_log_formatter_asim-1.2.0a1.dist-info → django_log_formatter_asim-1.3.0.dist-info}/RECORD +4 -4
- {django_log_formatter_asim-1.2.0a1.dist-info → django_log_formatter_asim-1.3.0.dist-info}/WHEEL +0 -0
- {django_log_formatter_asim-1.2.0a1.dist-info → django_log_formatter_asim-1.3.0.dist-info}/licenses/LICENSE +0 -0
{django_log_formatter_asim-1.2.0a1.dist-info → django_log_formatter_asim-1.3.0.dist-info}/METADATA
RENAMED
|
@@ -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
|
-
|
{django_log_formatter_asim-1.2.0a1.dist-info → django_log_formatter_asim-1.3.0.dist-info}/RECORD
RENAMED
|
@@ -5,7 +5,7 @@ django_log_formatter_asim/events/account_management.py,sha256=k6uPs9XcchCW2G3lcb
|
|
|
5
5
|
django_log_formatter_asim/events/authentication.py,sha256=8Kn5_8WF-DunmgpqWPVhaNh3k1qYVCwLbQ2I7WPmHj8,6966
|
|
6
6
|
django_log_formatter_asim/events/common.py,sha256=CWC6Bo3R7yOY7NElJb1jxcD1el72Hl4CBZhFYgT0tIs,3874
|
|
7
7
|
django_log_formatter_asim/events/file_activity.py,sha256=hTscMhGyaYVsLzqMcw-aQB5ks4G2VpB9Pkw63LwxqaI,7793
|
|
8
|
-
django_log_formatter_asim-1.
|
|
9
|
-
django_log_formatter_asim-1.
|
|
10
|
-
django_log_formatter_asim-1.
|
|
11
|
-
django_log_formatter_asim-1.
|
|
8
|
+
django_log_formatter_asim-1.3.0.dist-info/METADATA,sha256=vfA4S1Y9OBBoXh-ZL0hf1Ui__MzWhg-rrjPofEyzZZE,12579
|
|
9
|
+
django_log_formatter_asim-1.3.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
10
|
+
django_log_formatter_asim-1.3.0.dist-info/licenses/LICENSE,sha256=dP79lN73--7LMApnankTGLqDbImXg8iYFqWgnExGkGk,1090
|
|
11
|
+
django_log_formatter_asim-1.3.0.dist-info/RECORD,,
|
{django_log_formatter_asim-1.2.0a1.dist-info → django_log_formatter_asim-1.3.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|