diff options
| author | robot-piglet <[email protected]> | 2026-01-14 19:30:50 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-01-14 19:42:27 +0300 |
| commit | e24dde6b64a154b0296225e86e4b68bdf668b64c (patch) | |
| tree | d3c6c96a34357d3a1708db419c7ca2ce52b82940 /contrib/python | |
| parent | fdafce348bc42d63c9996ce18fb1625d8856e644 (diff) | |
Intermediate changes
commit_hash:b42aad41cf1a018d988a4734b46bb5d6d5573344
Diffstat (limited to 'contrib/python')
5 files changed, 6 insertions, 5 deletions
diff --git a/contrib/python/allure-pytest/.dist-info/METADATA b/contrib/python/allure-pytest/.dist-info/METADATA index b85ad14ffd3..fe65aa63e02 100644 --- a/contrib/python/allure-pytest/.dist-info/METADATA +++ b/contrib/python/allure-pytest/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: allure-pytest -Version: 2.15.2 +Version: 2.15.3 Summary: Allure pytest integration Home-page: https://allurereport.org/ Author: Qameta Software Inc., Stanislav Seliverstov @@ -25,7 +25,7 @@ Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Description-Content-Type: text/markdown Requires-Dist: pytest>=4.5.0 -Requires-Dist: allure-python-commons==2.15.2 +Requires-Dist: allure-python-commons==2.15.3 Dynamic: author Dynamic: author-email Dynamic: classifier diff --git a/contrib/python/allure-pytest/ya.make b/contrib/python/allure-pytest/ya.make index 56a491904b6..7881df4ad6c 100644 --- a/contrib/python/allure-pytest/ya.make +++ b/contrib/python/allure-pytest/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(2.15.2) +VERSION(2.15.3) LICENSE(Apache-2.0) 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) |
