summaryrefslogtreecommitdiffstats
path: root/contrib/python/allure-python-commons
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-01-14 19:30:50 +0300
committerrobot-piglet <[email protected]>2026-01-14 19:42:27 +0300
commite24dde6b64a154b0296225e86e4b68bdf668b64c (patch)
treed3c6c96a34357d3a1708db419c7ca2ce52b82940 /contrib/python/allure-python-commons
parentfdafce348bc42d63c9996ce18fb1625d8856e644 (diff)
Intermediate changes
commit_hash:b42aad41cf1a018d988a4734b46bb5d6d5573344
Diffstat (limited to 'contrib/python/allure-python-commons')
-rw-r--r--contrib/python/allure-python-commons/.dist-info/METADATA2
-rw-r--r--contrib/python/allure-python-commons/allure_commons/types.py1
-rw-r--r--contrib/python/allure-python-commons/ya.make2
3 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/allure-python-commons/.dist-info/METADATA b/contrib/python/allure-python-commons/.dist-info/METADATA
index cc7dd1525ff..4d9e390bc7c 100644
--- a/contrib/python/allure-python-commons/.dist-info/METADATA
+++ b/contrib/python/allure-python-commons/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: allure-python-commons
-Version: 2.15.2
+Version: 2.15.3
Summary: Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks
Home-page: https://allurereport.org/
Author: Qameta Software Inc., Stanislav Seliverstov
diff --git a/contrib/python/allure-python-commons/allure_commons/types.py b/contrib/python/allure-python-commons/allure_commons/types.py
index e631e427c60..1db7fd512f7 100644
--- a/contrib/python/allure-python-commons/allure_commons/types.py
+++ b/contrib/python/allure-python-commons/allure_commons/types.py
@@ -50,6 +50,7 @@ class AttachmentType(Enum):
JSON = ("application/json", "json")
YAML = ("application/yaml", "yaml")
PCAP = ("application/vnd.tcpdump.pcap", "pcap")
+ ZIP = ("application/zip", "zip")
PNG = ("image/png", "png")
JPG = ("image/jpg", "jpg")
diff --git a/contrib/python/allure-python-commons/ya.make b/contrib/python/allure-python-commons/ya.make
index 2d2b630c7c7..39bfee9f10e 100644
--- a/contrib/python/allure-python-commons/ya.make
+++ b/contrib/python/allure-python-commons/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(2.15.2)
+VERSION(2.15.3)
LICENSE(Apache-2.0)