Compare commits

..

No commits in common. "db297c30b683de64eafad90504fe5ccaa1293614" and "1d5017d7f8b8b9b09c4bc0b0105556bc91d356d5" have entirely different histories.

3 changed files with 22 additions and 15 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,18 +1,27 @@
Name: python-pytest-fixture-config
Version: 1.7.0
Release: 1
Version: 1.2.11
Release: 6
Summary: Simple configuration objects for Py.test fixtures
License: MIT
URL: https://pypi.python.org/pypi/pytest-fixture-config
Source0: https://files.pythonhosted.org/packages/07/19/37fe282f262b65247e310ec59223329e1ad53a71683f81a139e7d9ca7916/pytest-fixture-config-1.7.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/pytest-fixture-config/pytest-fixture-config-1.2.11.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-pytest
BuildRequires: python3-six python3-setuptools_git
BuildRequires: python2-devel python3-devel python2-pytest python3-pytest
BuildRequires: python2-six python3-six python2-setuptools_git python3-setuptools_git
%description
Simple configuration objects for Py.test fixtures.
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
Summary: Simple configuration objects for Py.test fixtures
%python_provide python3-pytest-fixture-config
@ -23,30 +32,28 @@ Simple configuration objects for Py.test fixtures.
Allows you to skip tests when their required config variables aren't set.
%prep
%autosetup -n pytest-fixture-config-%{version} -p1
%autosetup -n pytest-fixture-config-1.2.11 -p1
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%check
%{__python2} 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
%doc README.md CHANGES.md
%{python3_sitelib}/*
%changelog
* Wed Jul 6 2022 caodongxia <caodongxia@h-partners.com> - 1.7.0-1
- Update to 1.7.0
* Sat Jan 9 2021 baizhonggui<baizhonggui@huawei.com> - 1.2.11-8
- Fix building for pytest
* Fri Sep 11 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
- Package init