Hello community,

here is the log from the commit of package python-numericalunits for 
openSUSE:Factory checked in at 2019-01-05 14:42:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numericalunits (Old)
 and      /work/SRC/openSUSE:Factory/.python-numericalunits.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numericalunits"

Sat Jan  5 14:42:25 2019 rev:2 rq:662731 version:1.22

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-numericalunits/python-numericalunits.changes  
    2018-06-22 13:31:53.246403828 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-numericalunits.new.28833/python-numericalunits.changes
   2019-01-05 14:42:27.208475388 +0100
@@ -1,0 +2,7 @@
+Sat Dec 22 02:03:50 UTC 2018 - Todd R <[email protected]>
+
+- Update to 1.22
+  * add horsepower_imperial and horsepower_metric
+  * update all values to CODATA as of July 2018.
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.txt
  numericalunits-1.21-py2.py3-none-any.whl

New:
----
  numericalunits-1.22-py2.py3-none-any.whl

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

Other differences:
------------------
++++++ python-numericalunits.spec ++++++
--- /var/tmp/diff_new_pack.DPjF4H/_old  2019-01-05 14:42:27.648475014 +0100
+++ /var/tmp/diff_new_pack.DPjF4H/_new  2019-01-05 14:42:27.652475011 +0100
@@ -12,20 +12,19 @@
 # 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-%{**}}
 Name:           python-numericalunits
-Version:        1.21
+Version:        1.22
 Release:        0
 Summary:        Python module for defining quantities with units
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://pypi.python.org/pypi/numericalunits
-Source:         
https://files.pythonhosted.org/packages/3.6/n/numericalunits/numericalunits-%{version}-py2.py3-none-any.whl
-Source10:       
https://raw.githubusercontent.com/sbyrnes321/numericalunits/8a6d263c80db726989eaf7b67a1661456746d6db/LICENSE.txt
+Source:         
https://files.pythonhosted.org/packages/py2.py3/n/numericalunits/numericalunits-%{version}-py2.py3-none-any.whl
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
@@ -46,7 +45,6 @@
 
 %prep
 %setup -T -c -n numericalunits-%{version}
-cp %{SOURCE10} .
 
 %build
 # Not needed
@@ -59,7 +57,9 @@
 # todo
 
 %files %{python_files}
-%license LICENSE.txt
-%{python_sitelib}/*
+%license %{python_sitelib}/numericalunits-%{version}.dist-info/LICENSE.txt
+%{python_sitelib}/numericalunits-%{version}.dist-info/
+%{python_sitelib}/numericalunits.py*
+%pycache_only %{python_sitelib}/__pycache__/numericalunits.*
 
 %changelog


Reply via email to