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 1/2] 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 2/2] 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