Compare commits
No commits in common. "8d25f327b686ba13926820440777c0351755eef4" and "1e4204dcd330a406bf0c1192215f6a31d7b01200" have entirely different histories.
8d25f327b6
...
1e4204dcd3
Binary file not shown.
@ -1,74 +0,0 @@
|
|||||||
%global _description\
|
|
||||||
This package provides many handlers which beyond the scope of standard library\
|
|
||||||
or are ported from newer Python releases for using in older versions of Python.\
|
|
||||||
These handlers are designed for Python standard library's logging package.
|
|
||||||
|
|
||||||
Name: python-logutils
|
|
||||||
Version: 0.3.5
|
|
||||||
Release: 10
|
|
||||||
License: BSD
|
|
||||||
Summary: Handlers for Python library's logging package
|
|
||||||
URL: https://pypi.io/project/logutils
|
|
||||||
Source0: https://pypi.io/packages/source/l/logutils/logutils-%{version}.tar.gz
|
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-redis
|
|
||||||
BuildRequires: redis
|
|
||||||
|
|
||||||
%description %_description
|
|
||||||
|
|
||||||
%package -n python3-logutils
|
|
||||||
Summary: Handlers for Python library's logging package
|
|
||||||
%{?python_provide:%python_provide python3-logutils}
|
|
||||||
|
|
||||||
%description -n python3-logutils
|
|
||||||
%_description
|
|
||||||
|
|
||||||
%package -n help
|
|
||||||
Summary: Documentation for python-logutils
|
|
||||||
Provides: %{name}-javadoc = %{version}-%{release}
|
|
||||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n help
|
|
||||||
Documentation for python-logutils
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n logutils-%{version}
|
|
||||||
|
|
||||||
rm -rf logutils.egg-info
|
|
||||||
rm -rf %{py2dir}
|
|
||||||
|
|
||||||
%build
|
|
||||||
%{__python3} setup.py build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
|
|
||||||
|
|
||||||
%check
|
|
||||||
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
|
||||||
%{__python3} -m unittest discover -v tests
|
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-logutils
|
|
||||||
%license LICENSE.txt
|
|
||||||
%doc README.rst NEWS.txt
|
|
||||||
%{python3_sitelib}/logutils/
|
|
||||||
%{python3_sitelib}/logutils-%{version}-*
|
|
||||||
|
|
||||||
%files -n help
|
|
||||||
%doc doc/
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Tue May 23 2023 yaoxin <yao_xin001@hoperun.com> - 0.3.5-10
|
|
||||||
- Fix compilation failure due to python-setuptools update to 66.0
|
|
||||||
|
|
||||||
* Mon Sep 27 2021 caodongxia <caodongxia@huawei.com> - 0.3.5-9
|
|
||||||
- Provides python-logutils
|
|
||||||
|
|
||||||
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 0.3.5-8
|
|
||||||
- remove python2
|
|
||||||
|
|
||||||
* Thu Mar 12 2020 lihao <lihao129@huawei.com> - 0.3.5-7
|
|
||||||
- Package Init
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: pypi
|
|
||||||
src_repo: logutils
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user