Hello community, here is the log from the commit of package python-Pint for openSUSE:Factory checked in at 2016-06-07 23:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pint (Old) and /work/SRC/openSUSE:Factory/.python-Pint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pint" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pint/python-Pint.changes 2016-04-28 16:56:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pint.new/python-Pint.changes 2016-06-07 23:49:22.000000000 +0200 @@ -1,0 +2,39 @@ +Fri Jun 3 15:47:46 UTC 2016 - [email protected] + +- update to 0.7.2: + - Fixed backward incompatibility problem when parsing dimensionless units. + - Use NIST as source for most of the unit information. + - Added message to assertQuantityEqual. + - Added detection of circular dependencies in definitions. + - Added Systems and groups. + - Implemented references for wraps decorator. + - Added check decorator to UnitRegistry. + - Added compact conversion. + - Added compact formating code. + - New Unit Class. + - Refactor UnitRegistry. + - Move definitions, errors, and converters into their own modules. + - UnitsContainer is now immutable + - New parser and evaluator. + - Added support for Unicode identifiers. + - Added m_as as way top retrieve the magnitude in different units. + - Added Short form for magnitude and units. + - Improved deepcopy. + - Improved testing infrastructure. + - Improved docs. + - Fixed short names on electron_volt and hartree. + - Fixed definitions of scruple and drachm. + - Fixed troy ounce to 480 'grains'. + - Added 'quad' as a unit of energy (= 10**15 Btu). + - Added "hectare" as a supported unit of area and 'ha' as the symbol for hectare. + - Added peak sun hour and Langley. + - Added photometric units: lumen & lux. + - A fraction magnitude quantity is conserved + - Improved conversion performance by removing unnecessart try/except. + - Added to_tuple and from_tuple to facilitate serialization. + - Fixed support for NumPy 1.10 due to a change in the Default casting rule + - Infrastructure: Added doctesting. + - Infrastructure: Better way to specify exclude matrix in travis. +- Use gzip tarball instead of zip + +------------------------------------------------------------------- Old: ---- Pint-0.6.zip New: ---- Pint-0.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pint.spec ++++++ --- /var/tmp/diff_new_pack.28Wyzp/_old 2016-06-07 23:49:23.000000000 +0200 +++ /var/tmp/diff_new_pack.28Wyzp/_new 2016-06-07 23:49:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Pint # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,17 +17,16 @@ Name: python-Pint -Version: 0.6 +Version: 0.7.2 Release: 0 Summary: Physical quantities module License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/hgrecco/pint -Source: https://pypi.python.org/packages/source/P/Pint/Pint-%{version}.zip +Source: https://pypi.io/packages/source/P/Pint/Pint-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-uncertainties -BuildRequires: unzip Requires: python-uncertainties Recommends: python-numpy BuildRoot: %{_tmppath}/%{name}-%{version}-build
