15
0

Accepting request 453396 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/453396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isodate?expand=0&rev=12
This commit is contained in:
2017-01-31 11:30:16 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 30 07:47:24 UTC 2017 - tbechtold@suse.com
- update to 0.5.4:
- Fix parsing of Periods (Fabien Bochu)
- Make Duration objects hashable (Geoffrey Fairchild)
- Add multiplication to duration (Reinoud Elhorst)
- Use pypi.io as Source url
-------------------------------------------------------------------
Wed May 6 15:54:47 UTC 2015 - benoit.monin@gmx.fr

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-isodate
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@@ -17,13 +17,13 @@
Name: python-isodate
Version: 0.5.1
Version: 0.5.4
Release: 0
Url: http://cheeseshop.python.org/pypi/isodate
Summary: An ISO 8601 Date/Time/Duration Parser and Formatter
License: BSD-3-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
Source: https://pypi.io/packages/source/i/isodate/isodate-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools