Hello community,

here is the log from the commit of package python-affine for openSUSE:Factory 
checked in at 2019-03-28 22:47:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-affine (Old)
 and      /work/SRC/openSUSE:Factory/.python-affine.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-affine"

Thu Mar 28 22:47:45 2019 rev:1 rq:682497 version:2.2.2

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.python-affine.new.25356/python-affine.changes   
2019-03-28 22:47:51.919063668 +0100
@@ -0,0 +1,33 @@
+-------------------------------------------------------------------
+Wed Mar  6 18:47:41 UTC 2019 - Todd R <[email protected]>
+
+- Update to 2.2.2
+  * Affine.itransform computed the wrong results for arrays with rotation or
+    shear (#40). This is fixed (#41).
+- Update to 2.2.1
+  * Docstring improvements (#37).
+- Update to 2.2.0
+  * Addition of permutation matrix (#35).
+- Update to 2.1.0
+  * Addition of new ``eccentricity`` and ``rotation_angle`` properties (#28).
+- Update to 2.0.0
+  * Bug fix: restore ``Affine __rmul__`` even though it permits dubious 
+    vector * matrix expressions (#27).
+  * Breaking change: precision used in properties like ``is_conformal`` is no
+    longer a global module attribute, but an Affine class or instance attribute
+    (#19, #20).
+  * Breaking change: ``is_degenerate`` property is now exact and not subject to
+    a level of precision (#23).
+  * Breaking change: we have reversed our sense of rotation, a positive angle
+    now rotates a point counter-clockwise about the pivot point (#25).
+  * Bug fix: a bug in matrix-vector multiplication had been reversing the
+    direction of rotation and is now fixed (#25).
+- Update to 1.3.0
+  * is_degenerate predicate is precise, not approximate (#22)
+- Implement single-spec version
+
+-------------------------------------------------------------------
+Thu Jun 09 10:43:00 UTC 2015 - Angelos Tzotsos <[email protected]>
+
+- initial packaging (1.2.0)
+

New:
----
  affine-2.2.2.tar.gz
  python-affine.changes
  python-affine.spec

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

Other differences:
------------------
++++++ python-affine.spec ++++++
#
# spec file for package python-affine
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-affine
Version:        2.2.2
Release:        0
License:        BSD-3-Clause
Summary:        Affine transformation matrices
Url:            https://github.com/sgillies/affine
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/a/affine/affine-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
# SECTION test requirements
BuildRequires:  %{python_module coveralls}
BuildRequires:  %{python_module pydocstyle}
BuildRequires:  %{python_module pytest >= 3.0}
BuildRequires:  %{python_module pytest-cov}
# /SECTION
BuildArch:      noarch

%python_subpackages

%description
Matrices describing affine transformation of the plane.

%prep
%setup -q -n affine-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_exec setup.py test

%files %{python_files}
%doc AUTHORS.txt CHANGES.txt README.rst
%license LICENSE.txt
%{python_sitelib}/*

%changelog

Reply via email to