Hello community,

here is the log from the commit of package python-Pint for openSUSE:Factory 
checked in at 2020-06-03 20:36:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pint (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pint.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pint"

Wed Jun  3 20:36:01 2020 rev:8 rq:811107 version:0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pint/python-Pint.changes  2020-05-15 
23:52:14.817536088 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pint.new.3606/python-Pint.changes        
2020-06-03 20:36:36.137939885 +0200
@@ -1,0 +2,30 @@
+Wed Jun  3 11:26:14 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 0.11:
+  - Added pint-convert script.
+  - Remove `default_en_0.6.txt`.
+  - Make `__str__` and `__format__` locale configurable.
+  (Issue #984)
+  - Quantities wrapping NumPy arrays will no longer warning for the changed
+  array function behavior introduced in 0.10.
+  (Issue #1029, Thanks Jon Thielen)
+  - **BREAKING CHANGE**:
+  The array protocol fallback deprecated in version 0.10 has been removed.
+  (Issue #1029, Thanks Jon Thielen)
+  - Now we use `pyproject.toml` for providing `setuptools_scm` settings
+  - Remove `default_en_0.6.txt`
+  - Reorganize long_description.
+  - Moved Pi to definitions files.
+  - Use ints (not floats) a defaults at many points in the codebase as in 
Python 3
+  the true division is the default one.
+  - **BREAKING CHANGE**:
+  Added `from_string` method to all Definitions subclasses. The value/converter
+  argument of the constructor no longer accepts an string.
+  It is unlikely that this change affects the end user.
+  - Added additional NumPy function implementations (allclose, intersect1d)
+  (Issue #979, Thanks Jon Thielen)
+  - Allow constants in units by using a leading underscore (Issue #989, Thanks
+  Juan Nunez-Iglesias)
+  - Fixed bug where to_compact handled prefix units incorrectly (Issue #960)
+
+-------------------------------------------------------------------

Old:
----
  Pint-0.10.1.tar.gz

New:
----
  Pint-0.11.tar.gz

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

Other differences:
------------------
++++++ python-Pint.spec ++++++
--- /var/tmp/diff_new_pack.6vdoeh/_old  2020-06-03 20:36:37.041942719 +0200
+++ /var/tmp/diff_new_pack.6vdoeh/_new  2020-06-03 20:36:37.041942719 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-Pint
-Version:        0.10.1
+Version:        0.11
 Release:        0
 Summary:        Physical quantities module
 License:        BSD-3-Clause
@@ -68,7 +68,8 @@
 %files %{python_files}
 %license LICENSE
 %doc AUTHORS CHANGES README.rst
-%{python_sitelib}/Pint-%{version}-py*.egg-info
+%{_bindir}/pint-convert
+%{python_sitelib}/Pint-0*-py*.egg-info
 %{python_sitelib}/pint/
 
 %changelog

++++++ Pint-0.10.1.tar.gz -> Pint-0.11.tar.gz ++++++
++++ 3954 lines of diff (skipped)


Reply via email to