1
0

Accepting request 603116 from home:glaubitz:branches:devel:languages:python

- update to version 0.6.0:
  - Support incomplete month date (Fabien Loffredo)
  - Rely on duck typing when doing duration maths
  - Support ':' as separator in fractional time zones (usrenmae)

OBS-URL: https://build.opensuse.org/request/show/603116
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isodate?expand=0&rev=22
This commit is contained in:
Robert Schweikert 2018-05-02 12:55:58 +00:00 committed by Git OBS Bridge
parent 74ab2f9056
commit 559f0f9c6a
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31
size 27691

3
isodate-0.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8
size 28480

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 2 12:53:11 UTC 2018 - adrian.glaubitz@suse.com
- update to version 0.6.0:
- Support incomplete month date (Fabien Loffredo)
- Rely on duck typing when doing duration maths
- Support ':' as separator in fractional time zones (usrenmae)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 3 17:04:31 UTC 2017 - toddrme2178@gmail.com Wed May 3 17:04:31 UTC 2017 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-isodate # spec file for package python-isodate
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# Tests don't work and cause a dependency loop with python-SPARQLWrapper # Tests don't work and cause a dependency loop with python-SPARQLWrapper
%bcond_without tests %bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-isodate Name: python-isodate
Version: 0.5.4 Version: 0.6.0
Release: 0 Release: 0
Url: http://cheeseshop.python.org/pypi/isodate Url: http://cheeseshop.python.org/pypi/isodate
Summary: An ISO 8601 Date/Time/Duration Parser and Formatter Summary: An ISO 8601 Date/Time/Duration Parser and Formatter
@ -28,10 +29,10 @@ License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/i/isodate/isodate-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/i/isodate/isodate-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages