!3 Update to 3.11.1

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-05-04 01:32:03 +00:00 committed by Gitee
commit bd23eda87d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 8 deletions

BIN
jaraco.text-3.11.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-jaraco-text
Version: 3.2.0
Version: 3.11.1
Release: 1
Summary: Module for text manipulation
License: MIT
URL: https://pypi.org/project/jaraco.text
Source0: https://files.pythonhosted.org/packages/03/3e/4fd93c4ca0524b3a55ab6c9a1cc5e2ec4fdbf6cfbf4c23a2fbfcf450e348/jaraco.text-3.2.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-setuptools_scm
BuildRequires: python3-pip python3-wheel
Recommends: %{name}-help = %{version}-%{release}
Requires: python3-six
@ -40,13 +41,13 @@ Provides: python3-jaraco-text-doc
Documentation for jaraco.text
%prep
%autosetup -n jaraco.text-3.2.0
%autosetup -n jaraco.text-%{version} -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install jaraco.text==%{version}
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -74,14 +75,15 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-jaraco-text
%exclude %{python3_sitelib}/jaraco/__init__*
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%{python3_sitelib}/jaraco/text/
%{python3_sitelib}/jaraco.text-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/jaraco.text-%{version}*-info
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Fri Apr 28 2023 yaoxin <yao_xin001@hoperun.com> - 3.11.1-1
- Update to 3.11.1
* Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org>
- Package init