Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2609e83c4c
!6 Upgrade to latest release [python-backports-unittest_mock -> 1.5.1]
From: @Jason_828e 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-07 07:31:59 +00:00
Jason_828e
d1c6e368b5 update version to 1.5.1 2023-07-04 12:38:38 +08:00
openeuler-ci-bot
9a8a525729
!4 Package upgrade
From: @lyn1001 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-14 06:26:31 +00:00
lyn1001
ee5fcf3b81 Package upgrade 2022-06-13 16:47:09 +08:00
openeuler-ci-bot
038bfd0149 !3 Remove python2-backports-unittest_mock subpackage
Merge pull request !3 from ultra_planet/master
2020-08-06 10:56:41 +08:00
lingsheng
d6cb3485e5 Remove python2-backports-unittest_mock subpackage 2020-08-06 10:47:31 +08:00
openeuler-ci-bot
a85bce7a38 !2 add yaml file
Merge pull request !2 from ultra_planet/master
2020-05-12 10:56:42 +08:00
ultra_planet
b7df9dd9bb add yaml file 2020-05-09 09:36:01 +08:00
openeuler-ci-bot
0b38a944c3 !1 add package
Merge pull request !1 from bingo2008/bingo2008
2020-01-13 10:17:38 +08:00
bingo2008
e4317130c6 add package 2020-01-13 10:13:50 +08:00
3 changed files with 53 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,49 @@
Name: python-backports-unittest_mock
Version: 1.5.1
Release: 1
Summary: Backports of unittest_mock
License: MIT
URL: https://github.com/jaraco/backports.unittest_mock
Source0: https://files.pythonhosted.org/packages/source/b/backports.unittest_mock/backports.unittest_mock-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-wheel python3-mock python3-flit python3-pip
%description
Provides the function "install ()" to make the "mock" module available as "unittest.mock" in
Python 3.2 and earlier.It also advertises the pytest plugin, which automatically configures
unittest.mock.
%package -n python3-backports-unittest_mock
Summary: Backports of unittest_mock
%{?python_provide:%python_provide python3-backports-unittest_mock}
%description -n python3-backports-unittest_mock
Provides the function "install ()" to make the "mock" module available as "unittest.mock" in
Python 3.2 and earlier.It also advertises the pytest plugin, which automatically configures
unittest.mock.
%prep
%autosetup -n backports.unittest_mock-%{version} -p1
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-backports-unittest_mock
%{python3_sitelib}/*
%changelog
* Thu Jul 06 2023 chenzixuan <chenzixuan@kylinos.cn> - 1.5.1-1
- Upgrade to version 1.5.1
* Tue Jun 07 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.5-1
- Upgrade to version 1.5
* Wed Aug 05 2020 lingsheng <lingsheng@huawei.com> - 1.2.1-8
- Remove python2-backports-unittest_mock subpackage
* Tue Jan 7 2020 fengbing <fengbing7@huawei.com> - 1.2.1-7
- Package init

View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: backports-unittest_mock
tag_prefix: "^v"
seperator: "."