Compare commits
10 Commits
1571ee0cc6
...
38aef99cd3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38aef99cd3 | ||
|
|
66541e9b0a | ||
|
|
43e772350e | ||
|
|
bf8cbc9c95 | ||
|
|
871a4ce302 | ||
|
|
1601f3f44f | ||
|
|
4d06c10dfb | ||
|
|
dbdbf4c4c7 | ||
|
|
cc01b76edf | ||
|
|
2493d98963 |
Binary file not shown.
BIN
pluggy-1.4.0.tar.gz
Normal file
BIN
pluggy-1.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
|
%bcond_with test
|
||||||
Name: python-pluggy
|
Name: python-pluggy
|
||||||
Version: 0.13.1
|
Version: 1.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: plugin and hook calling mechanisms for python
|
Summary: plugin and hook calling mechanisms for python
|
||||||
License: MIT license
|
License: MIT
|
||||||
URL: https://github.com/pytest-dev/pluggy
|
URL: https://github.com/pytest-dev/pluggy
|
||||||
Source0: https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/54/c6/43f9d44d92aed815e781ca25ba8c174257e27253a94630d21be8725a2b59/pluggy-1.4.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-importlib-metadata
|
Requires: python3-importlib-metadata
|
||||||
@ -25,6 +26,10 @@ Provides: python-pluggy
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-setuptools_scm
|
BuildRequires: python3-setuptools_scm
|
||||||
|
%if %{with test}
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n python3-pluggy
|
%description -n python3-pluggy
|
||||||
%{_description}
|
%{_description}
|
||||||
|
|
||||||
@ -35,7 +40,7 @@ Provides: python3-pluggy-doc
|
|||||||
%{_description}
|
%{_description}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pluggy-0.13.1
|
%autosetup -n pluggy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,6 +73,11 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
|
%if %{with tests}
|
||||||
|
%check
|
||||||
|
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not test_load_setuptools_instantiation"
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n python3-pluggy -f filelist.lst
|
%files -n python3-pluggy -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
@ -75,6 +85,15 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 23 2024 lijian <lijian2@kylinos.cn> - 1.4.0-1
|
||||||
|
- Upgrade package to version 1.4.0
|
||||||
|
|
||||||
|
* Wed Feb 15 2023 wubijie <wubijie@kylinos.cn> - 1.0.0-1
|
||||||
|
- Update package to version 1.0.0
|
||||||
|
|
||||||
|
* Sat Nov 27 2021 shixuantong <shixuantong@huawei> - 0.13.1-2
|
||||||
|
- disable %check
|
||||||
|
|
||||||
* Wed Dec 09 2020 baizhonggui <baizhonggui@huawei.com> - 0.13.1-1
|
* Wed Dec 09 2020 baizhonggui <baizhonggui@huawei.com> - 0.13.1-1
|
||||||
- Update to 0.13.1
|
- Update to 0.13.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user