diff --git a/python-tcolorpy.changes b/python-tcolorpy.changes index f7ce4a9..3e30adb 100644 --- a/python-tcolorpy.changes +++ b/python-tcolorpy.changes @@ -1,7 +1,19 @@ +------------------------------------------------------------------- +Fri Dec 8 12:41:36 UTC 2023 - Dirk Müller + +- update to 0.1.4: + * Improve type annotations + * Modify to use `pypa/build` for package build + * Remove deprecated `setup.py` calls +- update to 0.1.3: + * Add support for Python 3.11 + * Drop support for Python 3.6 + * Update a help message of CLI + ------------------------------------------------------------------- Tue Oct 11 15:47:10 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 0.1.2 +- Update to version 0.1.2 * Use extras in tox instead of self-referencing the package in deps by @hroncok in #1 * Removed shebang from main.py by @hegjon in #3 diff --git a/python-tcolorpy.spec b/python-tcolorpy.spec index a5180b3..691c065 100644 --- a/python-tcolorpy.spec +++ b/python-tcolorpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-tcolorpy # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-tcolorpy -Version: 0.1.2 +Version: 0.1.4 Release: 0 Summary: Python library to apply true color for terminal text License: MIT diff --git a/tcolorpy-0.1.2.tar.gz b/tcolorpy-0.1.2.tar.gz deleted file mode 100644 index f180099..0000000 --- a/tcolorpy-0.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a669c29aada6e6715048ae04116e6b620f0864541fecb8722ede568f403b76e -size 11024 diff --git a/tcolorpy-0.1.4.tar.gz b/tcolorpy-0.1.4.tar.gz new file mode 100644 index 0000000..3faf326 --- /dev/null +++ b/tcolorpy-0.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dceb1cb95e554cee63024b3cd2fd8d4628c568773de2d1e6b4f0478461901c +size 11072