Hello community,
here is the log from the commit of package python-numericalunits for
openSUSE:Factory checked in at 2019-05-25 13:20:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numericalunits (Old)
and /work/SRC/openSUSE:Factory/.python-numericalunits.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numericalunits"
Sat May 25 13:20:59 2019 rev:4 rq:705223 version:1.23
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-numericalunits/python-numericalunits.changes
2019-05-21 10:41:15.579052996 +0200
+++
/work/SRC/openSUSE:Factory/.python-numericalunits.new.5148/python-numericalunits.changes
2019-05-25 13:21:09.656315902 +0200
@@ -1,0 +2,10 @@
+Fri May 24 08:00:27 UTC 2019 - John Vandenberg <[email protected]>
+
+- Run dos2unix on source file which changed to DOS format
+- Update to v1.23
+ * add a smoke test
+ * drop support except 2.7+ and 3.4+
+ * random initializations now span more orders of magnitude
+ * update to latest CODATA
+
+-------------------------------------------------------------------
Old:
----
numericalunits-1.22.tar.gz
New:
----
numericalunits-1.23.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-numericalunits.spec ++++++
--- /var/tmp/diff_new_pack.V3mBZg/_old 2019-05-25 13:21:10.680315521 +0200
+++ /var/tmp/diff_new_pack.V3mBZg/_new 2019-05-25 13:21:10.684315520 +0200
@@ -18,15 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-numericalunits
-Version: 1.22
+Version: 1.23
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://github.com/sbyrnes321/numericalunits/archive/numericalunits-%{version}.tar.gz#/numericalunits-%{version}.tar.gz
+Url: https://github.com/sbyrnes321/numericalunits
+Source:
https://files.pythonhosted.org/packages/source/n/numericalunits/numericalunits-%{version}.tar.gz
Source1:
https://raw.githubusercontent.com/sbyrnes321/numericalunits/master/tests/tests.py
BuildRequires: %{python_module setuptools}
+BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -44,7 +45,8 @@
* Zero calculation overhead
%prep
-%setup -q -n numericalunits-numericalunits-%{version}
+%setup -q -n numericalunits-%{version}
+dos2unix numericalunits.py
cp %{SOURCE1} .
%build
++++++ numericalunits-1.22.tar.gz -> numericalunits-1.23.tar.gz ++++++
++++ 1640 lines of diff (skipped)