Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
3e610e5cfa
!14 fix error date format in %changelog
From: @ikernel-mryao 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-12-28 02:59:54 +00:00
openeuler-ci-bot
acbc84df51
!9 【轻量级 PR】:fix bad date in %changelog
From: @leeffo 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-12-28 02:59:35 +00:00
yaoguangzhong
82ac6abaa4 fix error date format in %changelog
Signed-off-by: Guangzhong Yao <yaoguangzhong@xfusion.com>
2022-12-27 11:20:25 +08:00
openeuler-ci-bot
1ab9316124
!11 [sync] PR-10: Package upgrade
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-20 11:37:10 +00:00
caodongxia
11cbc2514b Package upgrade
(cherry picked from commit 3e64ff2923e35d7b0ebaed9139aae212afe4c3ed)
2022-10-20 15:13:45 +08:00
loong-C
87d439a9f3
fix bad date in %changelog
![输入图片说明](https://images.gitee.com/uploads/images/2022/0617/160004_0d750c42_9884780.png "屏幕截图.png")
2022-06-17 08:00:30 +00:00
openeuler-ci-bot
2f6263949e !5 Fix building for pytest update
From: @baizg1107
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-01-12 16:53:12 +08:00
baizg1107
84e679e134 Fix building for pytest 2021-01-12 16:18:02 +08:00
openeuler-ci-bot
51ec73e351 !3 Remove python2-pytest-fixture-config
From: @wang_yue111
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2020-09-11 21:45:06 +08:00
wang_yue111
37f3d3d41a Remove python2-pytest-fixture-config 2020-09-11 20:28:38 +08:00
3 changed files with 15 additions and 22 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,27 +1,18 @@
Name: python-pytest-fixture-config Name: python-pytest-fixture-config
Version: 1.2.11 Version: 1.7.0
Release: 6 Release: 1
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/07/19/37fe282f262b65247e310ec59223329e1ad53a71683f81a139e7d9ca7916/pytest-fixture-config-1.7.0.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
@ -32,28 +23,30 @@ 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.
%prep %prep
%autosetup -n pytest-fixture-config-1.2.11 -p1 %autosetup -n pytest-fixture-config-%{version} -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
* 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 * Fri Jan 03 2020 zoushuangshuang <zoushuangshuang@huawei.com > - 1.2.11-6
- Package init - Package init