forked from pool/python-colorlog
- Update to 4.0.2:
* Minor typo fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
538710d5da
commit
4966a1fc47
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6e4eb3a451b01a8a6406ba4438db328f2426847ed0e94c06982aab7a497e6ac
|
||||
size 26375
|
||||
3
colorlog-4.0.2.tar.gz
Normal file
3
colorlog-4.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cf31b25cbc8f86ec01fef582ef3b840950dea414084ed19ab922c8b493f9b42
|
||||
size 26431
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 09:43:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 4.0.2:
|
||||
* Minor typo fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 09:37:28 UTC 2019 - mvetter@suse.com
|
||||
|
||||
|
||||
@@ -12,20 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-colorlog
|
||||
Version: 4.0.0
|
||||
Version: 4.0.2
|
||||
Release: 0
|
||||
Summary: Log formatting with colors
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/borntyping/python-colorlog
|
||||
Source: https://pypi.io/packages/source/c/colorlog/colorlog-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -50,9 +49,7 @@ before it is used to format the string.
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||
py.test-%{$python_bin_suffix} colorlog/tests/
|
||||
}
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} colorlog/tests/
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
|
||||
Reference in New Issue
Block a user