From cb39f139498159eb6bf4cbd62de455578969370c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 20:32:57 +0000 Subject: [PATCH 1/3] Bump rich-click from 1.8.8 to 1.8.9 Bumps [rich-click](https://github.com/ewels/rich-click) from 1.8.8 to 1.8.9. - [Release notes](https://github.com/ewels/rich-click/releases) - [Changelog](https://github.com/ewels/rich-click/blob/v1.8.9/CHANGELOG.md) - [Commits](https://github.com/ewels/rich-click/compare/v1.8.8...v1.8.9) --- updated-dependencies: - dependency-name: rich-click dependency-version: 1.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f3e654b..2dd292e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "certifi" @@ -149,7 +149,7 @@ description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["dev"] -markers = "python_version == \"3.10\"" +markers = "python_version < \"3.11\"" files = [ {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, @@ -385,14 +385,14 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rich-click" -version = "1.8.8" +version = "1.8.9" description = "Format click help output nicely with rich" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "rich_click-1.8.8-py3-none-any.whl", hash = "sha256:205aabd5a98e64ab2c105dee9e368be27480ba004c7dfa2accd0ed44f9f1550e"}, - {file = "rich_click-1.8.8.tar.gz", hash = "sha256:547c618dea916620af05d4a6456da797fbde904c97901f44d2f32f89d85d6c84"}, + {file = "rich_click-1.8.9-py3-none-any.whl", hash = "sha256:c3fa81ed8a671a10de65a9e20abf642cfdac6fdb882db1ef465ee33919fbcfe2"}, + {file = "rich_click-1.8.9.tar.gz", hash = "sha256:fd98c0ab9ddc1cf9c0b7463f68daf28b4d0033a74214ceb02f761b3ff2af3136"}, ] [package.dependencies] @@ -411,7 +411,7 @@ description = "A lil' TOML parser" optional = false python-versions = ">=3.8" groups = ["dev"] -markers = "python_version == \"3.10\"" +markers = "python_version < \"3.11\"" files = [ {file = "tomli-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249"}, {file = "tomli-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6"}, From 868a47feac4537cd91f3cf1c8c8aa9010e1497c0 Mon Sep 17 00:00:00 2001 From: Ritchie Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 22 May 2025 01:30:06 +0200 Subject: [PATCH 2/3] Bump rich-click 1.8.8 to 1.8.9 --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- src/searchcode/__init__.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f3e654b..a84d946 100644 --- a/poetry.lock +++ b/poetry.lock @@ -385,14 +385,14 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rich-click" -version = "1.8.8" +version = "1.8.9" description = "Format click help output nicely with rich" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "rich_click-1.8.8-py3-none-any.whl", hash = "sha256:205aabd5a98e64ab2c105dee9e368be27480ba004c7dfa2accd0ed44f9f1550e"}, - {file = "rich_click-1.8.8.tar.gz", hash = "sha256:547c618dea916620af05d4a6456da797fbde904c97901f44d2f32f89d85d6c84"}, + {file = "rich_click-1.8.9-py3-none-any.whl", hash = "sha256:c3fa81ed8a671a10de65a9e20abf642cfdac6fdb882db1ef465ee33919fbcfe2"}, + {file = "rich_click-1.8.9.tar.gz", hash = "sha256:fd98c0ab9ddc1cf9c0b7463f68daf28b4d0033a74214ceb02f761b3ff2af3136"}, ] [package.dependencies] @@ -480,4 +480,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "5d34933ba1711c5251ba0df596fccc4ef7ac1d4e2b221dd3239c7deb7cc15b4b" +content-hash = "81715a948380aa2e1c74023f9f43dc3551ad2ec4b2b8e74c126cfdd6f3ae04c4" diff --git a/pyproject.toml b/pyproject.toml index fd52a59..22f4c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "searchcode" -version = "0.6.0" +version = "0.6.1" description = "Simple, comprehensive code search." authors = ["Ritchie Mwewa "] license = "GPLv3+" @@ -23,7 +23,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" requests = "^2.32.2" -rich-click = "^1.8.8" +rich-click = "^1.8.9" [tool.poetry.group.dev.dependencies] flake8 = "^7.1.2" diff --git a/src/searchcode/__init__.py b/src/searchcode/__init__.py index a541d0a..811d38c 100644 --- a/src/searchcode/__init__.py +++ b/src/searchcode/__init__.py @@ -20,7 +20,7 @@ from .api import Searchcode __pkg__ = "searchcode" -__version__ = "0.6.0" +__version__ = "0.6.1" __author__ = "Ritchie Mwewa" __all__ = ["Searchcode"] From f8da7e3ff10081262bdaa50b03e23caa75999cb9 Mon Sep 17 00:00:00 2001 From: Ritchie Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 22 May 2025 01:34:21 +0200 Subject: [PATCH 3/3] Rename repo to searchcode-python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36f64f9..97c8809 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-
Searchcode SDK: Python library and CLI utility for Searchcode.
Simple, comprehensive code search.

+
Searchcode Python: Python library and CLI utility for Searchcode.
Simple, comprehensive code search.

```commandline