diff --git a/2.1.0.tar.gz b/2.1.0.tar.gz deleted file mode 100644 index d2cc0ed..0000000 --- a/2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d21643d40baa614b0ae5658d577e0c29470eae98a4cc1738bc11c3792dfa1a -size 160492 diff --git a/pendulum-2.1.2.tar.gz b/pendulum-2.1.2.tar.gz new file mode 100644 index 0000000..8cea24b --- /dev/null +++ b/pendulum-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4185efa48358cb9dca57a6afbc471d4b260e70f56609d5030197373564ac4a07 +size 159885 diff --git a/python-pendulum.changes b/python-pendulum.changes index b221a33..2acd170 100644 --- a/python-pendulum.changes +++ b/python-pendulum.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Oct 27 10:26:38 UTC 2020 - Benjamin Greiner + +- Update to version 2.1.2 + * Added support for build scripts without the setup.py file + generation in the editable builder (#2718). + * Fixed an error occurring when using older lock files (#2717). +- Changelog for version 2.1.1 + * Fixed errors where invalid timezones were matched in + from_format() (#374). + * Fixed errors when subtracting negative timedeltas (#419). + * Fixed errors in total units computation for durations + with years and months (#482). + * Fixed an error where the fold attribute was overridden + when using replace() (#414). + * Fixed an error where now() was not returning the + correct result on DST transitions (#483). + * Fixed inconsistent typing annotation for the parse() + function (#452). + * Added the pl locale (#459). +- Build the extensions +- Kill dephell dependency +- Disable python2 package (no python2-poetry-core in Leaps + sr#842815) + ------------------------------------------------------------------- Mon Apr 27 08:48:57 UTC 2020 - Tomáš Chvátal diff --git a/python-pendulum.spec b/python-pendulum.spec index 629883c..c4186b2 100644 --- a/python-pendulum.spec +++ b/python-pendulum.spec @@ -17,28 +17,30 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-pendulum -Version: 2.1.0 +Version: 2.1.2 Release: 0 Summary: Python datetimes made easy License: MIT Group: Development/Languages/Python URL: https://pendulum.eustace.io # https://github.com/sdispater/pendulum/issues/453 -Source: https://github.com/sdispater/pendulum/archive/%{version}.tar.gz +Source: https://github.com/sdispater/pendulum/archive/%{version}.tar.gz#/pendulum-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module freezegun} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.6} -BuildRequires: %{python_module pytz >= 2018.3} -BuildRequires: %{python_module pytzdata >= 2018.3} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pytz >= 2020.1} +BuildRequires: %{python_module pytzdata >= 2020.1} BuildRequires: %{python_module typing} BuildRequires: fdupes -BuildRequires: python-dephell-rpm-macros BuildRequires: python-rpm-macros -BuildRequires: python3-dephell Requires: python-python-dateutil >= 2.6 -Requires: python-pytz >= 2018.3 -Requires: python-pytzdata >= 2018.3 +Requires: python-pytz >= 2020.1 +Requires: python-pytzdata >= 2020.1 Requires: python-typing %python_subpackages @@ -47,22 +49,25 @@ Python datetimes made easy %prep %setup -q -n pendulum-%{version} -%dephell_gensetup %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%pyproject_install +%{python_expand # remove source files +find %{buildroot}%{$python_sitearch} -name '*.c' -delete +%fdupes %{buildroot}%{$python_sitearch} +} %check -%pytest +%pytest_arch %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitearch}/pendulum +%{python_sitearch}/pendulum-%{version}*-info %changelog