From d6c1807f95a0690bb4f3d96c1c20cce630baa5d5 Mon Sep 17 00:00:00 2001 From: Terje Rosten Date: Aug 16 2023 19:36:13 +0000 Subject: 1.27.0 --- diff --git a/.gitignore b/.gitignore index f89e58d..6dc673f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /mycli-1.24.3.tar.gz /mycli-1.25.0.tar.gz /mycli-1.26.1.tar.gz +/mycli-1.27.0.tar.gz diff --git a/mycli-1.27.0-test_auto_escaped_col_names.patch b/mycli-1.27.0-test_auto_escaped_col_names.patch new file mode 100644 index 0000000..7ed1a75 --- /dev/null +++ b/mycli-1.27.0-test_auto_escaped_col_names.patch @@ -0,0 +1,13 @@ +diff --git a/test/test_smart_completion_public_schema_only.py b/test/test_smart_completion_public_schema_only.py +index b60e67c..8ed91a9 100644 +--- a/test/test_smart_completion_public_schema_only.py ++++ b/test/test_smart_completion_public_schema_only.py +@@ -326,7 +326,7 @@ def test_auto_escaped_col_names(completer, complete_event): + Completion(text='`ABC`', start_position=0), + ] + \ + list(map(Completion, completer.functions)) + \ +- [Completion(text='select', start_position=0)] + \ ++ [Completion(text='`select`', start_position=0)] + \ + list(map(Completion, completer.keywords)) + + diff --git a/mycli.spec b/mycli.spec index 14b0be2..4de69fd 100644 --- a/mycli.spec +++ b/mycli.spec @@ -1,14 +1,15 @@ %global pypi_name mycli Summary: Interactive CLI for MySQL Database with auto-completion and syntax highlighting Name: mycli -Version: 1.26.1 -Release: 5%{?dist} +Version: 1.27.0 +Release: 1%{?dist} License: BSD URL: https://mycli.net Source0: %{pypi_source} Patch0: mycli-1.26.1-reqs.patch Patch1: mycli-1.26.1-paramiko.patch Patch2: mycli-1.26.1-pycryptodomex.patch +Patch3: mycli-1.27.0-test_auto_escaped_col_names.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros @@ -55,6 +56,9 @@ syntax highlighting. %exclude %{python3_sitelib}/test/ %changelog +* Sun Aug 13 2023 Terje Rosten - 1.27.0-1 +- 1.27.0 + * Thu Jul 20 2023 Fedora Release Engineering - 1.26.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index baf09c9..df0113f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mycli-1.26.1.tar.gz) = 4be94e294bca3302bb93edfdb8eb3fee7147d417e0257ee02584a7ecbc52f269835e4a77e8aed11daa790fd375c68169c24b14f4018e0ea9323cf49a05a840f8 +SHA512 (mycli-1.27.0.tar.gz) = b382d983c8afc7ee3750e979c451da3fb4124825c595d1f02c50a945fe56be117fe540c49fce1f0dfa06fa52254febcb90598396cd0f96acc328808214201f44