diff --git a/pendulum-2.0.5.tar.gz b/pendulum-2.0.5.tar.gz deleted file mode 100644 index f074e3decd95de64bf1438b093fc1786621377c0..0000000000000000000000000000000000000000 Binary files a/pendulum-2.0.5.tar.gz and /dev/null differ diff --git a/pendulum-2.1.2.tar.gz b/pendulum-2.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..19261bed7ab86ac5dde4a1b9fec6bf14f8f006da Binary files /dev/null and b/pendulum-2.1.2.tar.gz differ diff --git a/python-pendulum.spec b/python-pendulum.spec index cd9a06dccfb84cac6ba1599ea082513e2a1ea183..f7ac95558275eaad7990cdc1c96dffed39fdd286 100644 --- a/python-pendulum.spec +++ b/python-pendulum.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pendulum -Version: 2.0.5 +Version: 2.1.2 Release: 1 Summary: Python datetimes made easy License: MIT URL: https://pendulum.eustace.io -Source0: https://files.pythonhosted.org/packages/e0/f9/ea90c2c8f0d9b6a733f6231fac6d07476b68271bcf02bab0053888ea0fb3/pendulum-2.0.5.tar.gz +Source0: https://files.pythonhosted.org/packages/db/15/6e89ae7cde7907118769ed3d2481566d05b5fd362724025198bb95faf599/pendulum-2.1.2.tar.gz %description Python datetimes made easy. @@ -18,6 +18,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-poetry-core # General requires BuildRequires: python3-dateutil BuildRequires: python3-pytzdata @@ -38,10 +39,10 @@ Python datetimes made easy. %autosetup -n pendulum-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi @@ -71,11 +72,15 @@ mv %{buildroot}/doclist.lst . %files -n python3-pendulum -f filelist.lst %dir %{python3_sitearch}/* +%{python3_sitearch}/pendulum/* %files help -f doclist.lst %{_docdir}/* %changelog +* Thu Aug 03 2023 zhangchenglin - 2.1.2-1 +- Update package to version 2.1.2 + * Fri Jul 22 2022 OpenStack_SIG - 2.0.5-1 - Init package python3-pendulum of version 2.0.5