14
0

- update to 0.1.6:

* Add a build and release workflow
- update to 0.1.5:
  * Add `__all__` to `__init__.py`
  * Update CI
  * Add support for Python 3.12
  * Add CHANGELOG.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tcolorpy?expand=0&rev=8
This commit is contained in:
2024-05-02 22:03:47 +00:00
committed by Git OBS Bridge
parent a641f93727
commit 8f1a338c53
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 2 22:02:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.1.6:
* Add a build and release workflow
- update to 0.1.5:
* Add `__all__` to `__init__.py`
* Update CI
* Add support for Python 3.12
* Add CHANGELOG.md
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 8 12:41:36 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Dec 8 12:41:36 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-tcolorpy # spec file for package python-tcolorpy
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@@ -18,15 +18,17 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-tcolorpy Name: python-tcolorpy
Version: 0.1.4 Version: 0.1.6
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
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/thombashi/tcolorpy URL: https://github.com/thombashi/tcolorpy
Source: https://files.pythonhosted.org/packages/source/t/tcolorpy/tcolorpy-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/t/tcolorpy/tcolorpy-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@@ -40,10 +42,10 @@ A Python library to apply true color for terminal text.
sed -i -e '1{/^#!\/usr\/bin\/env python/d}' tcolorpy/__main__.py sed -i -e '1{/^#!\/usr\/bin\/env python/d}' tcolorpy/__main__.py
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check

View File

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

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

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