Hello community,

here is the log from the commit of package python-units for openSUSE:Factory 
checked in at 2018-07-31 16:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-units (Old)
 and      /work/SRC/openSUSE:Factory/.python-units.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-units"

Tue Jul 31 16:01:15 2018 rev:2 rq:626385 version:0.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-units/python-units.changes        
2018-06-02 11:59:31.215777958 +0200
+++ /work/SRC/openSUSE:Factory/.python-units.new/python-units.changes   
2018-07-31 16:01:16.271737134 +0200
@@ -1,0 +2,6 @@
+Sun Jul 29 12:23:28 UTC 2018 - [email protected]
+
+- Remove paragraph about Mars Orbiter, since their error was
+  missing unit conversion, not unit incompatibility.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-units.spec ++++++
--- /var/tmp/diff_new_pack.abEFA3/_old  2018-07-31 16:01:16.787738012 +0200
+++ /var/tmp/diff_new_pack.abEFA3/_new  2018-07-31 16:01:16.791738019 +0200
@@ -13,42 +13,32 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-units
 Version:        0.07
 Release:        0
-License:        Python-2.0
 Summary:        Python support for quantities with units
-Url:            https://bitbucket.org/adonohue/units/
+License:        Python-2.0
 Group:          Development/Languages/Python
+Url:            https://bitbucket.org/adonohue/units/
 Source:         
https://files.pythonhosted.org/packages/source/u/units/units-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module pytest}
 BuildArch:      noarch
 
 %python_subpackages
 
 %description
 Provides support for quantities and units, which strictly disallow
-invalid operations between incompatible quantities. For example, we
+invalid operations between incompatible quantities. For example, one
 cannot add 2 metres to 5 seconds, because this doesn't make sense.
 
-Why?
-
-From Wikipedia:
-
-The Mars Climate Orbiter was intended to enter orbit at an altitude of
-140-150 km (460,000-500,000 ft.) above Mars. However, a navigation error
-caused the spacecraft to reach as low as 57 km (190,000 ft.). The spacecraft
-was destroyed by atmospheric stresses and friction at this low altitude. The
-navigation error arose because a NASA subcontractor (Lockheed Martin) used
-Imperial units (pound-seconds) instead of the metric system.
-
 %prep
 %setup -q -n units-%{version}
 


Reply via email to