forked from pool/python-tcolorpy
- 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:
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,15 +18,17 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tcolorpy
|
||||
Version: 0.1.4
|
||||
Version: 0.1.6
|
||||
Release: 0
|
||||
Summary: Python library to apply true color for terminal text
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/thombashi/tcolorpy
|
||||
Source: https://files.pythonhosted.org/packages/source/t/tcolorpy/tcolorpy-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
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
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
@@ -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
3
tcolorpy-0.1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cea0bf5f8cf03f77528a9acfbf312df935573892ba5ea3b2516e61fa54de9a5
|
||||
size 298986
|
Reference in New Issue
Block a user