2016-02-26 13:07:04 +00:00
|
|
|
#
|
2024-03-11 21:34:09 +00:00
|
|
|
# spec file for package python-python-dateutil
|
2016-02-26 13:07:04 +00:00
|
|
|
#
|
2024-03-11 21:34:09 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2016-02-26 13:07:04 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-12-04 13:55:25 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-02-26 13:07:04 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-05-06 04:25:58 +00:00
|
|
|
%define oldpython python
|
2019-02-25 12:06:33 +00:00
|
|
|
%global flavor @BUILD_FLAVOR@%{nil}
|
|
|
|
%if "%{flavor}" == "test"
|
|
|
|
%define psuffix -test
|
|
|
|
%bcond_without test
|
|
|
|
%else
|
|
|
|
%define psuffix %{nil}
|
|
|
|
%bcond_with test
|
|
|
|
%endif
|
2023-04-21 13:22:34 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2019-02-25 12:06:33 +00:00
|
|
|
Name: python-python-dateutil%{psuffix}
|
2024-03-11 21:34:09 +00:00
|
|
|
Version: 2.9.0.post0
|
2017-03-31 06:47:26 +00:00
|
|
|
Release: 0
|
2016-02-26 13:07:04 +00:00
|
|
|
Summary: A Python Datetime Library
|
2021-07-26 21:42:45 +00:00
|
|
|
License: Apache-2.0 OR BSD-3-Clause
|
2019-02-25 12:06:33 +00:00
|
|
|
URL: https://dateutil.readthedocs.org/en/latest/
|
2017-07-11 04:37:33 +00:00
|
|
|
Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz
|
2023-09-18 04:40:05 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2020-01-16 08:50:31 +00:00
|
|
|
BuildRequires: %{python_module setuptools >= 24.3}
|
2024-03-11 21:34:09 +00:00
|
|
|
# Don't pin to <8 like upstream does: gh#dateutil/dateutil#1346
|
Accepting request 631018 from home:alarrosa:branches:devel:languages:python
- Update to version 2.7.3
* Update tzdata to 2018e. (gh pr #710)
* Fixed an issue where decimal.Decimal would cast `NaN` or infinite value in a
parser.parse, which will raise decimal.Decimal-specific errors. Reported and
fixed by @amureki (gh issue #662, gh pr #679).
* Fixed a ValueError being thrown if tzinfos call explicity returns ``None``.
Reported by @pganssle (gh issue #661) Fixed by @parsethis (gh pr #681)
* Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue #687, pr #700)
* Fixed a bug where automatically generated DTSTART was naive even if a
specified UNTIL had a time zone. Automatically generated DTSTART will now
take on the timezone of an UNTIL date, if provided. Reported by @href (gh
issue #652). Fixed by @absreim (gh pr #693).
* Corrected link syntax and updated URL to https for ISO year week number
notation in relativedelta examples. (gh issue #670, pr #711)
* Add doctest examples to tzfile documentation. Done by @weatherpattern and
@pganssle (gh pr #671)
* Updated the documentation for relativedelta. Removed references to tuple
arguments for weekday, explained effect of weekday(_, 1) and better explained
the order of operations that relativedelta applies. Fixed by @kvn219
@huangy22 and @ElliotJH (gh pr #673)
* Added changelog to documentation. (gh issue #692, gh pr #707)
* Changed order of keywords in rrule docstring. Reported and fixed by
@rmahajan14 (gh issue #686, gh pr #695).
* Added documentation for ``dateutil.tz.gettz``. Reported by @pganssle (gh
issue #647). Fixed by @weatherpattern (gh pr #704)
* Cleaned up malformed RST in the ``tz`` documentation. (gh issue #702, gh pr
#706)
* Changed the default theme to sphinx_rtd_theme, and changed the sphinx
configuration to go along with that. (gh pr #707)
OBS-URL: https://build.opensuse.org/request/show/631018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dateutil?expand=0&rev=13
2018-08-23 07:13:29 +00:00
|
|
|
BuildRequires: %{python_module setuptools_scm}
|
2020-01-16 08:50:31 +00:00
|
|
|
BuildRequires: %{python_module six >= 1.5}
|
2023-09-18 04:40:05 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2020-01-17 09:10:27 +00:00
|
|
|
BuildRequires: dos2unix
|
2017-03-31 06:47:26 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
2020-01-16 08:50:31 +00:00
|
|
|
Requires: python-six >= 1.5
|
2024-03-11 21:34:09 +00:00
|
|
|
Obsoletes: python-dateutil < %{version}-%{release}
|
|
|
|
Provides: python-dateutil = %{version}-%{release}
|
|
|
|
Provides: python-python_dateutil = %{version}-%{release}
|
2019-02-25 12:06:33 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%if %{with test}
|
2019-02-21 12:00:56 +00:00
|
|
|
BuildRequires: %{python_module freezegun}
|
|
|
|
BuildRequires: %{python_module hypothesis}
|
|
|
|
BuildRequires: %{python_module pytest}
|
|
|
|
BuildRequires: timezone
|
2019-02-25 12:06:33 +00:00
|
|
|
%endif
|
2017-03-31 06:47:26 +00:00
|
|
|
%ifpython2
|
2017-05-06 04:25:58 +00:00
|
|
|
Obsoletes: %{oldpython}-dateutil < %{version}
|
|
|
|
Provides: %{oldpython}-dateutil = %{version}
|
|
|
|
%endif
|
2017-03-31 06:47:26 +00:00
|
|
|
%python_subpackages
|
2016-02-26 13:07:04 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The python dateutil module provides powerful extensions to the standard
|
|
|
|
datetime module.
|
|
|
|
|
|
|
|
* Computing of relative deltas (next month, next year, next monday,
|
|
|
|
last week of month, etc.)
|
|
|
|
|
|
|
|
* Computing of relative deltas between two given dates and/or
|
|
|
|
datetime objects
|
|
|
|
|
|
|
|
* Computing of dates based on very flexible recurrence rules, using
|
|
|
|
a superset of the iCalendar specification. Parsing of RFC strings
|
|
|
|
is supported as well.
|
|
|
|
|
|
|
|
* Generic parsing of dates in almost any string format.
|
|
|
|
|
|
|
|
* Timezone (tzinfo) implementations for tzfile(5) format files
|
2019-02-25 12:06:33 +00:00
|
|
|
(%{_sysconfdir}/localtime, %{_datadir}/zoneinfo, etc.), TZ environment
|
2016-02-26 13:07:04 +00:00
|
|
|
string (in all known formats), iCalendar format files, given
|
|
|
|
ranges (with help from relative deltas), local machine timezone,
|
|
|
|
fixed offset timezone, UTC timezone, and Windows registry-based
|
|
|
|
time zones.
|
|
|
|
|
|
|
|
* Internal up-to-date world timezone information based on Olson's
|
|
|
|
database.
|
|
|
|
|
|
|
|
* Computing of Easter Sunday dates for any given year, using Western,
|
|
|
|
Orthodox or Julian algorithms.
|
|
|
|
|
|
|
|
%prep
|
2023-09-18 04:40:05 +00:00
|
|
|
%autosetup -p1 -n python-dateutil-%{version}
|
2016-02-26 13:07:04 +00:00
|
|
|
#cleanup and MSdos style end of line separators
|
2020-01-17 09:10:27 +00:00
|
|
|
dos2unix LICENSE NEWS PKG-INFO README.rst
|
2016-02-26 13:07:04 +00:00
|
|
|
|
|
|
|
%build
|
2023-09-18 04:40:05 +00:00
|
|
|
%pyproject_wheel
|
2016-02-26 13:07:04 +00:00
|
|
|
|
|
|
|
%install
|
2019-02-25 12:06:33 +00:00
|
|
|
%if !%{with test}
|
2023-09-18 04:40:05 +00:00
|
|
|
%pyproject_install
|
2019-10-14 14:36:12 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2019-02-25 12:06:33 +00:00
|
|
|
%endif
|
2016-02-26 13:07:04 +00:00
|
|
|
|
2019-02-25 12:06:33 +00:00
|
|
|
%if %{with test}
|
2017-03-31 06:47:26 +00:00
|
|
|
%check
|
2020-01-17 09:10:27 +00:00
|
|
|
rm setup.cfg
|
2019-02-21 12:00:56 +00:00
|
|
|
export LANG=en_US.UTF-8
|
2020-01-16 08:50:31 +00:00
|
|
|
%pytest
|
2019-02-25 12:06:33 +00:00
|
|
|
%endif
|
2016-02-26 13:07:04 +00:00
|
|
|
|
2019-02-25 12:06:33 +00:00
|
|
|
%if !%{with test}
|
2017-03-31 06:47:26 +00:00
|
|
|
%files %{python_files}
|
Accepting request 631018 from home:alarrosa:branches:devel:languages:python
- Update to version 2.7.3
* Update tzdata to 2018e. (gh pr #710)
* Fixed an issue where decimal.Decimal would cast `NaN` or infinite value in a
parser.parse, which will raise decimal.Decimal-specific errors. Reported and
fixed by @amureki (gh issue #662, gh pr #679).
* Fixed a ValueError being thrown if tzinfos call explicity returns ``None``.
Reported by @pganssle (gh issue #661) Fixed by @parsethis (gh pr #681)
* Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue #687, pr #700)
* Fixed a bug where automatically generated DTSTART was naive even if a
specified UNTIL had a time zone. Automatically generated DTSTART will now
take on the timezone of an UNTIL date, if provided. Reported by @href (gh
issue #652). Fixed by @absreim (gh pr #693).
* Corrected link syntax and updated URL to https for ISO year week number
notation in relativedelta examples. (gh issue #670, pr #711)
* Add doctest examples to tzfile documentation. Done by @weatherpattern and
@pganssle (gh pr #671)
* Updated the documentation for relativedelta. Removed references to tuple
arguments for weekday, explained effect of weekday(_, 1) and better explained
the order of operations that relativedelta applies. Fixed by @kvn219
@huangy22 and @ElliotJH (gh pr #673)
* Added changelog to documentation. (gh issue #692, gh pr #707)
* Changed order of keywords in rrule docstring. Reported and fixed by
@rmahajan14 (gh issue #686, gh pr #695).
* Added documentation for ``dateutil.tz.gettz``. Reported by @pganssle (gh
issue #647). Fixed by @weatherpattern (gh pr #704)
* Cleaned up malformed RST in the ``tz`` documentation. (gh issue #702, gh pr
#706)
* Changed the default theme to sphinx_rtd_theme, and changed the sphinx
configuration to go along with that. (gh pr #707)
OBS-URL: https://build.opensuse.org/request/show/631018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dateutil?expand=0&rev=13
2018-08-23 07:13:29 +00:00
|
|
|
%doc NEWS PKG-INFO README.rst
|
|
|
|
%license LICENSE
|
2023-09-18 04:40:05 +00:00
|
|
|
%{python_sitelib}/dateutil
|
|
|
|
%{python_sitelib}/python_dateutil-%{version}.dist-info
|
2019-02-25 12:06:33 +00:00
|
|
|
%endif
|
2016-02-26 13:07:04 +00:00
|
|
|
|
|
|
|
%changelog
|