Compare commits
No commits in common. "38aef99cd391ff045ce3ca38775114aad9ad4e5f" and "1571ee0cc64a6c5a591793d53dd55f20ca86d4ed" have entirely different histories.
38aef99cd3
...
1571ee0cc6
BIN
pluggy-0.13.1.tar.gz
Normal file
BIN
pluggy-0.13.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
%bcond_with test
|
||||
Name: python-pluggy
|
||||
Version: 1.4.0
|
||||
Version: 0.13.1
|
||||
Release: 1
|
||||
Summary: plugin and hook calling mechanisms for python
|
||||
License: MIT
|
||||
License: MIT license
|
||||
URL: https://github.com/pytest-dev/pluggy
|
||||
Source0: https://files.pythonhosted.org/packages/54/c6/43f9d44d92aed815e781ca25ba8c174257e27253a94630d21be8725a2b59/pluggy-1.4.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-importlib-metadata
|
||||
@ -26,10 +25,6 @@ Provides: python-pluggy
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
%if %{with test}
|
||||
BuildRequires: python3-pytest
|
||||
%endif
|
||||
|
||||
%description -n python3-pluggy
|
||||
%{_description}
|
||||
|
||||
@ -40,7 +35,7 @@ Provides: python3-pluggy-doc
|
||||
%{_description}
|
||||
|
||||
%prep
|
||||
%autosetup -n pluggy-%{version}
|
||||
%autosetup -n pluggy-0.13.1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -73,11 +68,6 @@ popd
|
||||
mv %{buildroot}/filelist.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
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
@ -85,15 +75,6 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not
|
||||
%{_pkgdocdir}
|
||||
|
||||
%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
|
||||
- Update to 0.13.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user