Hello community,

here is the log from the commit of package python-Pint for openSUSE:Factory 
checked in at 2019-04-01 12:39:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pint (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pint.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pint"

Mon Apr  1 12:39:16 2019 rev:4 rq:690080 version:0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pint/python-Pint.changes  2017-08-29 
11:43:59.981008352 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pint.new.25356/python-Pint.changes       
2019-04-01 12:39:20.725943172 +0200
@@ -1,0 +2,40 @@
+Sat Mar 30 19:36:35 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix funcsigs dependency
+- Remove unused devel package dep
+- Remove test bconds
+
+-------------------------------------------------------------------
+Tue Mar 12 18:21:59 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- Update to version 0.9:
+  - Add support for registering with matplotlib’s unit handling
+    (gh#hgrecco/pint#317, thanks dopplershift)
+  - Add converters for matplotlib’s unit support.
+    (gh#hgrecco/pint#317, thanks Ryan May)
+  - Fix unwanted side effects in auto dimensionality reduction.
+    (gh#hgrecco/pint#516, thanks Ben Loer)
+  - Allow dimensionality check for non Quantity arguments.
+  - Make Quantity and UnitContainer objects hashable.
+    (gh#hgrecco/pint#286, thanks Nevada Sanchez)
+  - Fix unit tests errors with numpy >=1.13.
+    (gh#hgrecco/pint#577, thanks cpascual)
+  - Avoid error in in-place exponentiation with numpy > 1.11.
+    (gh#hgrecco/pint#577, thanks cpascual)
+  - fix compatible units in context. (thanks enrico)
+  - Added warning for unsupported ufunc. (gh#hgrecco/pint#626,
+    thanks kanhua)
+  - Improve IPython pretty printers. (gh#hgrecco/pint#590, thanks
+    tecki)
+  - Drop Support for Python 2.6, 3.0, 3.1 and 3.2.
+    (gh#hgrecco/pint#567)
+  - Prepare for deprecation announced in Python 3.7
+    (gh#hgrecco/pint#747, thanks Simon Willison)
+  - Added several new units and Systems (gh#hgrecco/pint#749,
+    gh#hgrecco/pint#737)
+  - Started experimental pandas support (gh#hgrecco/pint#746 and
+    others. Thanks andrewgsavage, znicholls and others)
+  - wraps and checks now supports kwargs and defaults.
+    (gh#hgrecco/pint#660, thanks jondoesntgit)
+
+-------------------------------------------------------------------

Old:
----
  Pint-0.8.1.tar.gz

New:
----
  Pint-0.9.tar.gz

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

Other differences:
------------------
++++++ python-Pint.spec ++++++
--- /var/tmp/diff_new_pack.7QnrjD/_old  2019-04-01 12:39:21.353943476 +0200
+++ /var/tmp/diff_new_pack.7QnrjD/_new  2019-04-01 12:39:21.365943482 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pint
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,29 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 Name:           python-Pint
-Version:        0.8.1
+Version:        0.9
 Release:        0
 Summary:        Physical quantities module
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/hgrecco/pint
+URL:            https://github.com/hgrecco/pint
 Source:         
https://files.pythonhosted.org/packages/source/P/Pint/Pint-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module uncertainties}
 BuildRequires:  fdupes
+BuildRequires:  python-funcsigs
 BuildRequires:  python-rpm-macros
 Requires:       python-uncertainties
 Recommends:     python-numpy
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -57,14 +56,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS CHANGES LICENSE README
+%license LICENSE
+%doc AUTHORS CHANGES README
 %{python_sitelib}/Pint-%{version}-py*.egg-info
 %{python_sitelib}/pint/
 

++++++ Pint-0.8.1.tar.gz -> Pint-0.9.tar.gz ++++++
++++ 3687 lines of diff (skipped)


Reply via email to