!3 Update to 3.11.1
From: @starlet-dx Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
bd23eda87d
BIN
jaraco.text-3.11.1.tar.gz
Normal file
BIN
jaraco.text-3.11.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-jaraco-text
|
Name: python-jaraco-text
|
||||||
Version: 3.2.0
|
Version: 3.11.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Module for text manipulation
|
Summary: Module for text manipulation
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/jaraco.text
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: python-setuptools_scm
|
BuildRequires: python-setuptools_scm
|
||||||
|
BuildRequires: python3-pip python3-wheel
|
||||||
Recommends: %{name}-help = %{version}-%{release}
|
Recommends: %{name}-help = %{version}-%{release}
|
||||||
|
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
@ -40,13 +41,13 @@ Provides: python3-jaraco-text-doc
|
|||||||
Documentation for jaraco.text
|
Documentation for jaraco.text
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n jaraco.text-3.2.0
|
%autosetup -n jaraco.text-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install jaraco.text==%{version}
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d docs ]; then cp -arf docs %{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 .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-jaraco-text
|
%files -n python3-jaraco-text
|
||||||
%exclude %{python3_sitelib}/jaraco/__init__*
|
|
||||||
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
|
|
||||||
%{python3_sitelib}/jaraco/text/
|
%{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
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user