Hello community,

here is the log from the commit of package python-arrow for openSUSE:Factory 
checked in at 2020-07-15 12:11:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-arrow (Old)
 and      /work/SRC/openSUSE:Factory/.python-arrow.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-arrow"

Wed Jul 15 12:11:40 2020 rev:15 rq:820622 version:0.15.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-arrow/python-arrow.changes        
2020-05-28 09:07:00.459642956 +0200
+++ /work/SRC/openSUSE:Factory/.python-arrow.new.3060/python-arrow.changes      
2020-07-15 12:13:16.892674018 +0200
@@ -1,0 +2,25 @@
+Sun Jul 12 21:40:32 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- update to version 0.15.7:
+  * [NEW] Added a number of built-in format strings. See the docs for
+    a complete list of supported formats. For example:
+       >>> arw = arrow.utcnow()
+       >>> arw.format(arrow.FORMAT_COOKIE)
+       'Wednesday, 27-May-2020 10:30:35 UTC'
+  * [NEW] Arrow is now fully compatible with Python 3.9 and PyPy3.
+  * [NEW] Added Makefile, tox.ini, and requirements.txt files to the
+    distribution bundle.
+  * [NEW] Added French Canadian and Swahili locales.
+  * [NEW] Added humanize week granularity translation for Hebrew,
+    Greek, Macedonian, Swedish, Slovak.
+  * [FIX] ms and μs timestamps are now normalized in arrow.get(),
+    arrow.fromtimestamp(), and arrow.utcfromtimestamp(). For example:
+       >>> ts = 1591161115194556
+       >>> arw = arrow.get(ts)
+       <Arrow [2020-06-03T05:11:55.194556+00:00]>
+       >>> arw.timestamp
+       1591161115
+  * [FIX] Refactored and updated Macedonian, Hebrew, Korean, and
+    Portuguese locales.
+
+-------------------------------------------------------------------

Old:
----
  arrow-0.15.6.tar.gz

New:
----
  arrow-0.15.7.tar.gz

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

Other differences:
------------------
++++++ python-arrow.spec ++++++
--- /var/tmp/diff_new_pack.89boFA/_old  2020-07-15 12:13:23.376680806 +0200
+++ /var/tmp/diff_new_pack.89boFA/_new  2020-07-15 12:13:23.380680810 +0200
@@ -26,7 +26,7 @@
 %endif
 %bcond_without python2
 Name:           python-arrow%{?psuffix}
-Version:        0.15.6
+Version:        0.15.7
 Release:        0
 Summary:        Better dates and times for Python
 License:        Apache-2.0
@@ -82,8 +82,7 @@
 
 %check
 %if %{with test}
-# remove pytest -cov* args. (Next release will move this to tox.ini)
-rm setup.cfg 
+rm tox.ini
 %pytest
 %endif
 

++++++ arrow-0.15.6.tar.gz -> arrow-0.15.7.tar.gz ++++++
++++ 1715 lines of diff (skipped)


Reply via email to