Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2015-05-10 10:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-isodate (Old)
 and      /work/SRC/openSUSE:Factory/.python-isodate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-isodate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes    
2013-10-25 11:19:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes       
2015-05-10 10:44:09.000000000 +0200
@@ -1,0 +2,17 @@
+Wed May  6 15:54:47 UTC 2015 - [email protected]
+
+- update to version 0.5.1:
+  * fixed pickling of Duration objects
+  * raise ISO8601Error when there is no 'T' separator in datetime
+    strings
+- additional changes from version 0.5.0:
+  * ISO8601Error are subclasses of ValueError now
+  * improve compatibility across various python variants and
+    versions
+  * raise exceptions when using fractional years and months in date
+    maths with durations
+  * renamed method todatetime on Duraction objects to totimedelta
+- pass -q to test to avoid spamming the build log
+- rename README.txt to README.rst: changed upstream
+
+-------------------------------------------------------------------

Old:
----
  isodate-0.4.9.tar.gz

New:
----
  isodate-0.5.1.tar.gz

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

Other differences:
------------------
++++++ python-isodate.spec ++++++
--- /var/tmp/diff_new_pack.fBjzn4/_old  2015-05-10 10:44:09.000000000 +0200
+++ /var/tmp/diff_new_pack.fBjzn4/_new  2015-05-10 10:44:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isodate
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-isodate
-Version:        0.4.9
+Version:        0.5.1
 Release:        0
 Url:            http://cheeseshop.python.org/pypi/isodate
 Summary:        An ISO 8601 Date/Time/Duration Parser and Formatter
@@ -50,11 +50,11 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt README.txt TODO.txt
+%doc CHANGES.txt README.rst TODO.txt
 %{python_sitelib}/*
 
 %changelog

++++++ isodate-0.4.9.tar.gz -> isodate-0.5.1.tar.gz ++++++
++++ 1882 lines of diff (skipped)


Reply via email to