From 7ca641227a8ae76b53556fcb0bf17252d028c16d Mon Sep 17 00:00:00 2001 From: Shuo Wang Date: Mon, 25 Sep 2023 14:08:14 +0800 Subject: [PATCH] update to 2.0.2 Signed-off-by: Shuo Wang --- python-execnet.spec | 18 +++++++++++------- sources | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/python-execnet.spec b/python-execnet.spec index 556269f..efaafcd 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -4,8 +4,8 @@ Summary: Distributed Python deployment and communication Name: python-%{srcname} -Version: 1.9.0 -Release: 5%{?dist} +Version: 2.0.2 +Release: 1%{?dist} License: MIT URL: https://github.com/pytest-dev/execnet Source0: %pypi_source @@ -45,13 +45,14 @@ find . -type f -a \( -name '*.py' -o -name 'py.*' \) \ -exec sed -i '1{/^#!/d}' {} \; \ -exec chmod u=rw,go=r {} \; +%generate_buildrequires +%pyproject_buildrequires + %build -SETUPTOOLS_SCM_PRETEND_VERSION=%{version} -%py3_build +%pyproject_wheel %install -SETUPTOOLS_SCM_PRETEND_VERSION=%{version} -%py3_install +%pyproject_install %check %if %{with tests} @@ -68,10 +69,13 @@ py.test-%{python3_version} -r s \ %files -n python3-%{srcname} %license LICENSE -%doc README.rst CHANGELOG.rst +%doc README.rst %{python3_sitelib}/%{srcname}*/ %changelog +* Mon Sep 25 2023 Shuo Wang - 2.0.2-1 +- update to 2.0.2 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 1.9.0-5 - Rebuilt for python 3.11 diff --git a/sources b/sources index c2c1fe1..a611429 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (execnet-1.9.0.tar.gz) = d425e7b6f3708efecb5dfa2c36a837cb55f2c32cf2ec0c1dc11cd1ca6ea614d119d04908b84dd5a3593c87db35e71fee202f843665c853ac3538479f60c83d60 +SHA512 (execnet-2.0.2.tar.gz) = 9e2e7ff4e04f50b12a3dd47d3326a3ea229f64926e8598bdce6ea25bd57afb41e96249e1c9f7333927a38a2793f67cac77965c922980055ed758dee361bf2ce4 -- Gitee