14
0

- update to 0.1.12:

* Fix class reference for iso8601.Utc in module docstring

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=27
This commit is contained in:
2020-02-28 22:48:25 +00:00
committed by Git OBS Bridge
parent 6a73b0b1b1
commit 480962639c
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 20 19:22:41 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- update to 0.1.12:
* Fix class reference for iso8601.Utc in module docstring
-------------------------------------------------------------------
Fri Mar 29 11:37:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-iso8601
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-iso8601
Version: 0.1.11
Version: 0.1.12
Release: 0
Summary: Python module to parse ISO 8601 dates
License: MIT