Fedora 20 Update: python-isodate-0.5.0-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Fri May 9 03:02:43 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-5863
2014-05-01 06:08:10
--------------------------------------------------------------------------------

Name        : python-isodate
Product     : Fedora 20
Version     : 0.5.0
Release     : 1.fc20
URL         : http://pypi.python.org/pypi/isodate
Summary     : An ISO 8601 date/time/duration parser and formatter
Description :
This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.

For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.

As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance
nanoseconds it will round it to microseconds.

--------------------------------------------------------------------------------
Update Information:

Update to 0.5.0, run unit tests, and add a Python3 package
--------------------------------------------------------------------------------
ChangeLog:

* Fri Apr 18 2014 Dan Scott <dan at coffeecode.net> - 0.5.0-1
- Update to 0.5.0
- Add a Python3 build
- Run unit tests
- Remove python-setuptools-devel BR per https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1031321 - python3 isodate?
        https://bugzilla.redhat.com/show_bug.cgi?id=1031321
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update python-isodate' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list