From 903dac5314dc4e2f1983138ed9b99e2bda86c537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=91=D0=BB?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Thu, 21 May 2026 14:57:54 +0300 Subject: [PATCH 1/7] Bump version to 0.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e711e8..c980c92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dirstree" -version = "0.0.5" +version = "0.0.6" authors = [{ name = "Evgeniy Blinov", email = "zheni-b@yandex.ru" }] description = 'Another library for iterating through the contents of a directory' readme = "README.md" From 9e7d5ef45f31e62073ad64fa5c764dcf023c2e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=91=D0=BB?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Thu, 21 May 2026 14:58:49 +0300 Subject: [PATCH 2/7] Update printo dependency to >=0.0.27 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c980c92..7dd43b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = 'Another library for iterating through the contents of a directory readme = "README.md" requires-python = ">=3.8" dependencies = [ - 'printo>=0.0.22', + 'printo>=0.0.27', 'cantok==0.0.32', 'sigmatch>=0.0.8', 'pathspec==0.12.1', From c67a0dd089f84c86ebfec673bb7b1897e8f52d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=91=D0=BB?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Thu, 21 May 2026 14:59:09 +0300 Subject: [PATCH 3/7] Add "Typing :: Typed" classifier to project metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7dd43b4..2860497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ classifiers = [ 'License :: OSI Approved :: MIT License', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries', + 'Typing :: Typed', ] keywords = ['files iteration'] From d95b6e909bcdf6567c69e444baf58066a3497163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=91=D0=BB?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Thu, 21 May 2026 14:59:43 +0300 Subject: [PATCH 4/7] Update cantok to version 0.0.36 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2860497..7a55e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ 'printo>=0.0.27', - 'cantok==0.0.32', + 'cantok==0.0.36', 'sigmatch>=0.0.8', 'pathspec==0.12.1', ] From e1a3a6404c9ce3afd5cc7a6d4a07a11125a9c305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=91=D0=BB?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Thu, 21 May 2026 14:59:56 +0300 Subject: [PATCH 5/7] Update sigmatch version to 0.0.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a55e3c..2a33ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.8" dependencies = [ 'printo>=0.0.27', 'cantok==0.0.36', - 'sigmatch>=0.0.8', + 'sigmatch>=0.0.10', 'pathspec==0.12.1', ] classifiers = [ From e443b35638234f9fc97ef3343741e79b2c57fa8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=91=D0=BB?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Thu, 21 May 2026 15:01:15 +0300 Subject: [PATCH 6/7] Update pytest to version 8.3.5 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6105320..c617929 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pytest==8.0.2 +pytest==8.3.5 coverage==7.6.1 build==1.2.2.post1 twine==6.1.0 From 5a9a8913268d436a44fa69a8ac0a3d4193d13593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=91=D0=BB?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Thu, 21 May 2026 15:01:45 +0300 Subject: [PATCH 7/7] Update cantok version constraint to allow newer versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a33ff1..d5b8771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ 'printo>=0.0.27', - 'cantok==0.0.36', + 'cantok>=0.0.36', 'sigmatch>=0.0.10', 'pathspec==0.12.1', ]