Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7c7b6a1be9
!18 update to version 1.9.0
From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-21 09:11:26 +00:00
wang--ge
ac267bf382 update to version 1.9.0 2022-10-21 10:26:46 +08:00
openeuler-ci-bot
8f35307f07 !12 Update to 1.7.1
Merge pull request !12 from ultra_planet/master
2020-08-11 10:14:37 +08:00
lingsheng
3c8d0b42af Update to 1.7.1 2020-08-11 10:02:02 +08:00
openeuler-ci-bot
18880766d3 !5 Fix asserterror for testcase
Merge pull request !5 from wang_yue111/openEuler-20.03-LTS
2020-07-16 11:26:45 +08:00
lyn1001
58e43174ed Add yaml file and fix asserterror for testcase 2020-07-16 09:47:56 +08:00
openeuler-ci-bot
f57a6df191 !4 Add yaml file and fix asserterror for testcase
Merge pull request !4 from lyn/master
2020-05-26 20:16:24 +08:00
lyn1001
7ad1dbafb5 Add yaml file and fix asserterror for testcase 2020-05-26 19:05:01 +08:00
openeuler-ci-bot
0c72692dac !1 package init
Merge pull request !1 from sherlock2010/master
2020-03-06 22:11:44 +08:00
sherlock2010
e01c049554 package init 2020-03-06 22:08:59 +08:00
3 changed files with 71 additions and 0 deletions

BIN
execnet-1.9.0.tar.gz Normal file

Binary file not shown.

67
python-execnet.spec Normal file
View File

@ -0,0 +1,67 @@
Name: python-execnet
Version: 1.9.0
Release: 1
Summary: Rapid multi-Python deployment
License: MIT and GPLv2+
URL: http://codespeak.net/execnet
Source0: https://pypi.io/packages/source/e/execnet/execnet-%{version}.tar.gz
BuildArch: noarch
BuildRequires: procps-ng
%description
execnet provides carefully tested means to ad-hoc interact with Python interpreters across version,
platform and network barriers. It provides a minimal and fast API targetting the following uses:
distribute tasks to local or remote processes
write and deploy hybrid multi-process applications
write scripts to administer multiple hosts
%package -n python3-execnet
Summary: Rapid multi-Python deployment
BuildRequires: python3-apipkg python3-devel python3-pytest python3-setuptools
BuildRequires: python3-setuptools_scm python3-sphinx
%{?python_provide:%python_provide python3-execnet}
%description -n python3-execnet
execnet provides carefully tested means to ad-hoc interact with Python interpreters across version,
platform and network barriers. It provides a minimal and fast API targetting the following uses:
distribute tasks to local or remote processes
write and deploy hybrid multi-process applications
write scripts to administer multiple hosts
%prep
%autosetup -n execnet-%{version} -p1
find . -type f -a \( -name '*.py' -o -name 'py.*' \) \
-exec sed -i '1{/^#!/d}' {} \; \
-exec chmod 644 {} \;
%build
SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%py3_build
make -C doc html PYTHONPATH=$(pwd)
rm -f doc/_build/html/.buildinfo
%install
SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%py3_install
%check
PYTHONPATH=$(pwd) LC_ALL="en_US.UTF-8" py.test-%{python3_version} -r s -k 'not test_stdouterrin_setnull' testing
%files -n python3-execnet
%license LICENSE
%doc README.rst CHANGELOG.rst
%doc doc/_build/html
%{python3_sitelib}/execnet*
%changelog
* Thu Oct 20 2022 Ge Wang <wangge20@h-partners.com> - 1.9.0-1
- Update to 1.9.0
* Mon Aug 10 2020 lingsheng <lingsheng@huawei.com> - 1.7.1-1
- Update to 1.7.1
* Thu May 21 2020 yanan li <liyanan032@huawei.com> - 1.5.0-6
- Fix asserterror for testcase.
* Wed Mar 4 2020 zhouyihang<zhouyihang1@huawei.com> - 1.5.0-5
- Pakcage init

4
python-execnet.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: pytest-dev/execnet
tag_prefix: ^v
seperator: .