Hello community,

here is the log from the commit of package python-iso8601 for openSUSE:Factory 
checked in at 2013-10-29 09:34:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-iso8601 (Old)
 and      /work/SRC/openSUSE:Factory/.python-iso8601.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-iso8601"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-iso8601/python-iso8601.changes    
2013-10-25 11:19:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-iso8601.new/python-iso8601.changes       
2013-10-29 09:34:01.000000000 +0100
@@ -1,0 +2,20 @@
+Fri Oct 25 12:43:53 UTC 2013 - dmuel...@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
+
+-------------------------------------------------------------------

Old:
----
  iso8601-0.1.4.tar.bz2

New:
----
  iso8601-0.1.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-iso8601.spec ++++++
--- /var/tmp/diff_new_pack.WBmryv/_old  2013-10-29 09:34:01.000000000 +0100
+++ /var/tmp/diff_new_pack.WBmryv/_new  2013-10-29 09:34:01.000000000 +0100
@@ -20,15 +20,16 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-iso8601
-Version:        0.1.4
+Version:        0.1.8
 Release:        0
 Url:            http://code.google.com/p/pyiso8601/
 Summary:        Simple module to parse ISO 8601 dates
 License:        MIT
 Group:          Development/Languages/Python
-Source:         iso8601-%{version}.tar.bz2
+Source:         iso8601-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-pytest
 BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
@@ -49,12 +50,15 @@
 %build
 python setup.py build
 
+%check
+# py.test iso8601
+
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README LICENSE
+%doc README.rst LICENSE
 %{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to