diff --git a/jaraco.text-3.11.1.tar.gz b/jaraco.text-3.11.1.tar.gz new file mode 100644 index 0000000..9268cfd Binary files /dev/null and b/jaraco.text-3.11.1.tar.gz differ diff --git a/jaraco.text-3.2.0.tar.gz b/jaraco.text-3.2.0.tar.gz deleted file mode 100644 index 3d33430..0000000 Binary files a/jaraco.text-3.2.0.tar.gz and /dev/null differ diff --git a/python-jaraco-text.spec b/python-jaraco-text.spec index b50dfaa..8960632 100644 --- a/python-jaraco-text.spec +++ b/python-jaraco-text.spec @@ -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 - 3.11.1-1 +- Update to 3.11.1 + * Mon Nov 16 2020 Python_Bot - Package init