summaryrefslogtreecommitdiffstats
path: root/contrib/python/lz4
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-02-10 08:22:52 +0300
committerrobot-piglet <[email protected]>2025-02-10 08:35:04 +0300
commit06137b282715045bb4727b1e8b4fac328fee05cf (patch)
tree40830b3b68643d9c5535facff86a92ef5593794e /contrib/python/lz4
parent0a78c1bb2dd2d0f319a451b4c1b629f5fae3b5ea (diff)
Intermediate changes
commit_hash:37322e8223adff96fffe40c174e3b150cdb2a5ad
Diffstat (limited to 'contrib/python/lz4')
-rw-r--r--contrib/python/lz4/py3/.dist-info/METADATA30
-rw-r--r--contrib/python/lz4/py3/lz4/version.py4
-rw-r--r--contrib/python/lz4/py3/ya.make2
3 files changed, 22 insertions, 14 deletions
diff --git a/contrib/python/lz4/py3/.dist-info/METADATA b/contrib/python/lz4/py3/.dist-info/METADATA
index c2ff5e7930a..ff7ade45593 100644
--- a/contrib/python/lz4/py3/.dist-info/METADATA
+++ b/contrib/python/lz4/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.2
Name: lz4
-Version: 4.3.3
+Version: 4.4.3
Summary: LZ4 Bindings for Python
Home-page: https://github.com/python-lz4/python-lz4
Author: Jonathan Underwood
@@ -10,22 +10,30 @@ Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
-Requires-Python: >=3.8
+Classifier: Programming Language :: Python :: 3.13
+Requires-Python: >=3.9
License-File: LICENSE
+Provides-Extra: tests
+Requires-Dist: pytest!=3.3.0; extra == "tests"
+Requires-Dist: psutil; extra == "tests"
+Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: docs
-Requires-Dist: sphinx >=1.6.0 ; extra == 'docs'
-Requires-Dist: sphinx-bootstrap-theme ; extra == 'docs'
+Requires-Dist: sphinx>=1.6.0; extra == "docs"
+Requires-Dist: sphinx_bootstrap_theme; extra == "docs"
Provides-Extra: flake8
-Requires-Dist: flake8 ; extra == 'flake8'
-Provides-Extra: tests
-Requires-Dist: pytest !=3.3.0 ; extra == 'tests'
-Requires-Dist: psutil ; extra == 'tests'
-Requires-Dist: pytest-cov ; extra == 'tests'
+Requires-Dist: flake8; extra == "flake8"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: provides-extra
+Dynamic: requires-python
+Dynamic: summary
==========
python-lz4
diff --git a/contrib/python/lz4/py3/lz4/version.py b/contrib/python/lz4/py3/lz4/version.py
index 4dc4c33d63b..a6ed78c6c3e 100644
--- a/contrib/python/lz4/py3/lz4/version.py
+++ b/contrib/python/lz4/py3/lz4/version.py
@@ -12,5 +12,5 @@ __version__: str
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE
-__version__ = version = '4.3.3'
-__version_tuple__ = version_tuple = (4, 3, 3)
+__version__ = version = '4.4.3'
+__version_tuple__ = version_tuple = (4, 4, 3)
diff --git a/contrib/python/lz4/py3/ya.make b/contrib/python/lz4/py3/ya.make
index 73f9dcad032..c25e89eb000 100644
--- a/contrib/python/lz4/py3/ya.make
+++ b/contrib/python/lz4/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(4.3.3)
+VERSION(4.4.3)
LICENSE(BSD-3-Clause)