From 6d259925c1de42c4620ee84e3b8a0906448eda2a Mon Sep 17 00:00:00 2001 From: Terje Rosten Date: Jan 23 2022 10:16:10 +0000 Subject: 1.24.3 --- diff --git a/mycli-1.24.2-reqs.patch b/mycli-1.24.2-reqs.patch deleted file mode 100644 index ec1e170..0000000 --- a/mycli-1.24.2-reqs.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/setup.py b/setup.py -index abcf52b..4b4854d 100755 ---- a/setup.py -+++ b/setup.py -@@ -19,13 +19,13 @@ description = 'CLI for MySQL Database. With auto-completion and syntax highlight - install_requirements = [ - 'click >= 7.0', - 'cryptography >= 1.0.0', -- 'Pygments>=1.6,<=2.11.1', -- 'prompt_toolkit>=3.0.6,<4.0.0', -+ 'Pygments>=1.6', -+ 'prompt_toolkit>=3.0.5', - 'PyMySQL >= 0.9.2', -- 'sqlparse>=0.3.0,<0.5.0', -+ 'sqlparse>=0.3.0', - 'configobj >= 5.0.5', - 'cli_helpers[styles] >= 2.0.1', -- 'pyperclip >= 1.8.1', -+ 'pyperclip >= 1.8.0', - 'pyaes >= 1.6.1' - ] - diff --git a/mycli-1.24.3-reqs.patch b/mycli-1.24.3-reqs.patch new file mode 100644 index 0000000..c4b4364 --- /dev/null +++ b/mycli-1.24.3-reqs.patch @@ -0,0 +1,21 @@ +diff --git a/setup.py b/setup.py +index f79bcd7..f20776b 100755 +--- a/setup.py ++++ b/setup.py +@@ -21,12 +21,12 @@ install_requirements = [ + 'cryptography >= 1.0.0', + # 'Pygments>=1.6,<=2.11.1', + 'Pygments>=1.6', +- 'prompt_toolkit>=3.0.6,<4.0.0', ++ 'prompt_toolkit>=3.0.5', + 'PyMySQL >= 0.9.2', +- 'sqlparse>=0.3.0,<0.5.0', ++ 'sqlparse>=0.3.0', + 'configobj >= 5.0.5', +- 'cli_helpers[styles] >= 2.2.1', +- 'pyperclip >= 1.8.1', ++ 'cli_helpers[styles] >= 2.0.1', ++ 'pyperclip >= 1.8.0', + 'pyaes >= 1.6.1' + ] + diff --git a/mycli.spec b/mycli.spec index be89240..edcfe27 100644 --- a/mycli.spec +++ b/mycli.spec @@ -1,13 +1,13 @@ %global pypi_name mycli Summary: Interactive CLI for MySQL Database with auto-completion and syntax highlighting Name: mycli -Version: 1.24.2 -Release: 2%{?dist} +Version: 1.24.3 +Release: 1%{?dist} License: BSD URL: https://mycli.net Source0: %{pypi_source} Patch0: mycli-1.22.1-paramiko.patch -Patch1: mycli-1.24.2-reqs.patch +Patch1: mycli-1.24.3-reqs.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros @@ -54,6 +54,9 @@ syntax highlighting. %exclude %{python3_sitelib}/test/ %changelog +* Sun Jan 23 2022 Terje Rosten - 1.24.3-1 +- 1.24.3 + * Thu Jan 20 2022 Fedora Release Engineering - 1.24.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild