14
0

- 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
- Update to version 0.1.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tcolorpy?expand=0&rev=6
This commit is contained in:
2023-12-08 12:42:10 +00:00
committed by Git OBS Bridge
parent cbed20f28e
commit a641f93727
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 8 12:41:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com> Tue Oct 11 15:47:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-tcolorpy # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons}
%define skip_python2 1
Name: python-tcolorpy Name: python-tcolorpy
Version: 0.1.2 Version: 0.1.4
Release: 0 Release: 0
Summary: Python library to apply true color for terminal text Summary: Python library to apply true color for terminal text
License: MIT License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a669c29aada6e6715048ae04116e6b620f0864541fecb8722ede568f403b76e
size 11024

3
tcolorpy-0.1.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0dceb1cb95e554cee63024b3cd2fd8d4628c568773de2d1e6b4f0478461901c
size 11072