forked from pool/python-python-dateutil
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
This commit is contained in:
committed by
Git OBS Bridge
parent
61a1528232
commit
bb47bbba31
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-dateutil
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,16 +19,17 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-python-dateutil
|
||||
Version: 2.6.1
|
||||
Version: 2.7.3
|
||||
Release: 0
|
||||
Summary: A Python Datetime Library
|
||||
License: BSD-3-Clause
|
||||
License: BSD-3-Clause OR Apache-2.0
|
||||
Group: Development/Libraries/Python
|
||||
Url: https://dateutil.readthedocs.org/en/latest/
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools} >= 18.0.1
|
||||
BuildRequires: %{python_module six} >= 1.9.0
|
||||
BuildRequires: %{python_module setuptools >= 18.0.1}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module six >= 1.9.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-six >= 1.9.0
|
||||
@@ -40,7 +41,6 @@ Provides: %{oldpython}-dateutil = %{version}
|
||||
Obsoletes: python3-dateutil < %{version}
|
||||
Provides: python3-dateutil = %{version}
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -91,7 +91,8 @@ rm -f setup.cfg
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE NEWS PKG-INFO README.rst
|
||||
%doc NEWS PKG-INFO README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/dateutil/
|
||||
%{python_sitelib}/python_dateutil-%{version}-py*.egg-info
|
||||
|
||||
|
Reference in New Issue
Block a user