python311Packages.clickhouse-connect 0.6.8 -> 0.6.17 https://repology.org/project/python:clickhouse-connect/versions attrpath: python311Packages.clickhouse-connect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mffr8f1dpp4vmdk992nbs2l2zm39cyx4-packages.json.drv building '/nix/store/mffr8f1dpp4vmdk992nbs2l2zm39cyx4-packages.json.drv'... Going to be running update for following packages: - python3.11-clickhouse-connect-0.6.8 Press Enter key to continue... Running update for: - python3.11-clickhouse-connect-0.6.8: UPDATING ... - python3.11-clickhouse-connect-0.6.8: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/clickhouse-connect/default.nix b/pkgs/development/python-modules/clickhouse-connect/default.nix index e2a2915fe38b..e0cdc6a9512f 100644 --- a/pkgs/development/python-modules/clickhouse-connect/default.nix +++ b/pkgs/development/python-modules/clickhouse-connect/default.nix @@ -23,7 +23,7 @@ }: buildPythonPackage rec { pname = "clickhouse-connect"; - version = "0.6.8"; + version = "0.6.17"; format = "setuptools"; @@ -32,8 +32,8 @@ buildPythonPackage rec { src = fetchFromGitHub { repo = "clickhouse-connect"; owner = "ClickHouse"; - rev = "v${version}"; - hash = "sha256-T1vUXhOngPvA4wrg5jVzIiqj0B0gEnk/BS5OdopHgkA="; + rev = "refs/tags/v${version}"; + hash = "sha256-mfOMoBF5nI7lnQIaEKr13zOc+ZTBWiSMcLQyM5yf9tg="; }; nativeBuildInputs = [ cython_3 ]; No auto update branch exists Old version 0.6.8" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , pytestCheckHook # build_requires , cython_3 # install_requires , certifi , importlib-metadata , urllib3 , pytz , zstandard , lz4 # extras_require , sqlalchemy , numpy , pandas , pyarrow , orjson # not in tests_require, but should be , pytest-dotenv }: buildPythonPackage rec { pname = "clickhouse-connect"; version = "0.6.11"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { repo = "clickhouse-connect"; owner = "ClickHouse"; rev = "refs/tags/v${version}"; hash = "sha256-1ItHRbfV8tSH5h0f+/bXIBIWfAxh4Umxqm4N4MT7oek="; }; nativeBuildInputs = [ cython_3 ]; setupPyBuildFlags = [ "--inplace" ]; enableParallelBuilding = true; propagatedBuildInputs = [ certifi importlib-metadata urllib3 pytz zstandard lz4 ]; nativeCheckInputs = [ pytestCheckHook pytest-dotenv ] ++ passthru.optional-dependencies.sqlalchemy ++ passthru.optional-dependencies.numpy; # these tests require a running clickhouse instance disabledTestPaths = [ "tests/integration_tests" "tests/tls" ]; pythonImportsCheck = [ "clickhouse_connect" "clickhouse_connect.driverc.buffer" "clickhouse_connect.driverc.dataconv" "clickhouse_connect.driverc.npconv" ]; passthru = { optional-dependencies = { sqlalchemy = [ sqlalchemy ]; numpy = [ numpy ]; pandas = [ pandas ]; arrow = [ pyarrow ]; orjson = [ orjson ]; }; }; meta = with lib; { description = "ClickHouse Database Core Driver for Python, Pandas, and Superset"; homepage = "https://github.com/ClickHouse/clickhouse-connect"; license = licenses.asl20; maintainers = with maintainers; [ cpcloud ]; }; }