forked from pool/python-iso8601
- update to 0.1.8: * Remove +/- chars from README.rst and ensure tox tests run using LC_ALL=C. * Fix parsing of microseconds * Correct negative timezone offsets * Wow, it's alive! First update since 2007 * Moved over to https://bitbucket.org/micktwomey/pyiso8601 * Add support for python 3 * Switched to py.test and tox for testing * Make seconds optional in date format * Correctly raise ParseError for more invalid inputs * Support more variations of ISO 8601 dates, times and time zone specs. * Fix microsecond rounding issues * Fix pickling and deepcopy of returned datetime objects * Fix timezone offsets without a separator * "Z" produces default timezone if one is specified * Handle compact date format OBS-URL: https://build.opensuse.org/request/show/204806 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=7
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 25 12:43:53 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.1.8:
|
|
* Remove +/- chars from README.rst and ensure tox tests run using LC_ALL=C.
|
|
* Fix parsing of microseconds
|
|
* Correct negative timezone offsets
|
|
* Wow, it's alive! First update since 2007
|
|
* Moved over to https://bitbucket.org/micktwomey/pyiso8601
|
|
* Add support for python 3
|
|
* Switched to py.test and tox for testing
|
|
* Make seconds optional in date format
|
|
* Correctly raise ParseError for more invalid inputs
|
|
* Support more variations of ISO 8601 dates, times and time zone specs.
|
|
* Fix microsecond rounding issues
|
|
* Fix pickling and deepcopy of returned datetime objects
|
|
* Fix timezone offsets without a separator
|
|
* "Z" produces default timezone if one is specified
|
|
* Handle compact date format
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:07:08 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 7 17:26:05 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Regenerate spec file with py2pack;
|
|
- Now build as noarch;
|
|
- Bzip2 source file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 31 07:24:48 UTC 2010 - toms@suse.de
|
|
|
|
- Fixed Group: Development/Libraries/Python to make it consistent
|
|
with other Python packages
|
|
- Added copyright notice
|
|
- Added .changes file
|
|
|