!3 Remove python2-pytest-fixture-config
From: @wang_yue111 Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
51ec73e351
@ -1,27 +1,18 @@
|
|||||||
Name: python-pytest-fixture-config
|
Name: python-pytest-fixture-config
|
||||||
Version: 1.2.11
|
Version: 1.2.11
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: Simple configuration objects for Py.test fixtures
|
Summary: Simple configuration objects for Py.test fixtures
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/pytest-fixture-config
|
URL: https://pypi.python.org/pypi/pytest-fixture-config
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/pytest-fixture-config/pytest-fixture-config-1.2.11.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pytest-fixture-config/pytest-fixture-config-1.2.11.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel python3-devel python2-pytest python3-pytest
|
BuildRequires: python3-devel python3-pytest
|
||||||
BuildRequires: python2-six python3-six python2-setuptools_git python3-setuptools_git
|
BuildRequires: python3-six python3-setuptools_git
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple configuration objects for Py.test fixtures.
|
Simple configuration objects for Py.test fixtures.
|
||||||
Allows you to skip tests when their required config variables aren't set.
|
Allows you to skip tests when their required config variables aren't set.
|
||||||
|
|
||||||
%package -n python2-pytest-fixture-config
|
|
||||||
Summary: Simple configuration objects for Py.test fixtures
|
|
||||||
%python_provide python2-pytest-fixture-config
|
|
||||||
Requires: python2-pytest
|
|
||||||
|
|
||||||
%description -n python2-pytest-fixture-config
|
|
||||||
Simple configuration objects for Py.test fixtures.
|
|
||||||
Allows you to skip tests when their required config variables aren't set.
|
|
||||||
|
|
||||||
%package -n python3-pytest-fixture-config
|
%package -n python3-pytest-fixture-config
|
||||||
Summary: Simple configuration objects for Py.test fixtures
|
Summary: Simple configuration objects for Py.test fixtures
|
||||||
%python_provide python3-pytest-fixture-config
|
%python_provide python3-pytest-fixture-config
|
||||||
@ -35,25 +26,21 @@ Allows you to skip tests when their required config variables aren't set.
|
|||||||
%autosetup -n pytest-fixture-config-1.2.11 -p1
|
%autosetup -n pytest-fixture-config-1.2.11 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python2} setup.py test
|
|
||||||
%{__python3} setup.py test
|
%{__python3} setup.py test
|
||||||
|
|
||||||
%files -n python2-pytest-fixture-config
|
|
||||||
%doc README.md CHANGES.md
|
|
||||||
%{python2_sitelib}/*
|
|
||||||
|
|
||||||
%files -n python3-pytest-fixture-config
|
%files -n python3-pytest-fixture-config
|
||||||
%doc README.md CHANGES.md
|
%doc README.md CHANGES.md
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri 11 Sep 2020 wangyue<wangyue92@huawei.com> - 1.2.11-7
|
||||||
|
- Remove python2-pytest-fixture-config
|
||||||
|
|
||||||
* Fri Jan 03 2020 zoushuangshuang <zoushuangshuang@huawei.com > - 1.2.11-6
|
* Fri Jan 03 2020 zoushuangshuang <zoushuangshuang@huawei.com > - 1.2.11-6
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user