14
0

Accepting request 372810 from home:tbechtold:branches:devel:languages:python

- update to 0.1.11:
  * Remove logging
  * Add support for , as separator for fractional part
  * Add Python 3.4 and 3.5 to tox test config.
  * Add PyPy 3 to tox test config.
  * Link to documentation at http://pyiso8601.readthedocs.org/

OBS-URL: https://build.opensuse.org/request/show/372810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=13
This commit is contained in:
2016-03-14 15:15:46 +00:00
committed by Git OBS Bridge
parent 926ecc012f
commit 0390ec7f06
4 changed files with 15 additions and 5 deletions

View File

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

3
iso8601-0.1.11.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 14 13:49:16 UTC 2016 - tbechtold@suse.com
- update to 0.1.11:
* Remove logging
* Add support for , as separator for fractional part
* Add Python 3.4 and 3.5 to tox test config.
* Add PyPy 3 to tox test config.
* Link to documentation at http://pyiso8601.readthedocs.org/
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 12 15:16:08 UTC 2014 - speilicke@suse.com Wed Mar 12 15:16:08 UTC 2014 - speilicke@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-iso8601 # spec file for package python-iso8601
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 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
@@ -17,7 +17,7 @@
Name: python-iso8601 Name: python-iso8601
Version: 0.1.10 Version: 0.1.11
Release: 0 Release: 0
Url: http://code.google.com/p/pyiso8601/ Url: http://code.google.com/p/pyiso8601/
Summary: Simple module to parse ISO 8601 dates Summary: Simple module to parse ISO 8601 dates