diff --git a/cleo-2.0.1.tar.gz b/cleo-2.0.1.tar.gz deleted file mode 100644 index 6af53a7..0000000 --- a/cleo-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb9b60c9559d26a289b0536b134f9efe1b59632f51dc38b20c8a9076b99e0f07 -size 154222 diff --git a/cleo-2.1.0.tar.gz b/cleo-2.1.0.tar.gz new file mode 100644 index 0000000..a34ffd3 --- /dev/null +++ b/cleo-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5905052d783d540271de62b546c8ad89792e8c2787a59c41b0d8c8c31934093 +size 165795 diff --git a/python-cleo.changes b/python-cleo.changes index 10a623d..5face40 100644 --- a/python-cleo.changes +++ b/python-cleo.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 7 20:09:13 UTC 2023 - Dirk Müller + +- update to 2.1.0: + * Added support for Python 3.12 #379 + * Added `CONTRIBUTING.md` document #331 + * Fixed subcommand completions for Fish #359 + * Removed deprecated `-A` option from Fish completions #366 + * Fixed program name discovery in completions script when + running as module #231 + * Fixed ANSI coloring detection in virtual terminal + environments (Windows, PyCharm) #104 + * Fixed terminal size detection #299 + ------------------------------------------------------------------- Mon May 8 06:39:12 UTC 2023 - Johannes Kastl diff --git a/python-cleo.spec b/python-cleo.spec index 4b01de9..e20c726 100644 --- a/python-cleo.spec +++ b/python-cleo.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cleo -Version: 2.0.1 +Version: 2.1.0 Release: 0 Summary: Python module for creating testable command-line interfaces License: MIT