14
0

Accepting request 709370 from devel:languages:python

- Update to 7.0.0
 * Handle all fractional components as an integer number of microseconds,
    eliminating rounding issues

OBS-URL: https://build.opensuse.org/request/show/709370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aniso8601?expand=0&rev=5
This commit is contained in:
2019-06-13 21:02:30 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 4 deletions

View File

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

3
aniso8601-7.0.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 12 10:33:54 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 7.0.0
* Handle all fractional components as an integer number of microseconds,
eliminating rounding issues
-------------------------------------------------------------------
Mon Mar 11 09:45:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname aniso8601
Name: python-%{modname}
Version: 6.0.0
Version: 7.0.0
Release: 0
Summary: A library for parsing ISO 8601 strings
License: BSD-3-Clause