Hello community,
here is the log from the commit of package python-aspectlib for
openSUSE:Factory checked in at 2020-04-27 23:28:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aspectlib (Old)
and /work/SRC/openSUSE:Factory/.python-aspectlib.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aspectlib"
Mon Apr 27 23:28:22 2020 rev:3 rq:796582 version:1.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aspectlib/python-aspectlib.changes
2020-03-27 00:24:36.144235680 +0100
+++
/work/SRC/openSUSE:Factory/.python-aspectlib.new.2738/python-aspectlib.changes
2020-04-27 23:28:31.030368350 +0200
@@ -1,0 +2,10 @@
+Fri Apr 17 11:20:50 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 1.5.0
+ * Fixed ``weave`` to stop reading attributes that don't match the method
selector.
+ Contributed by Jonas Maurus in `#14
<https://github.com/ionelmc/python-aspectlib/pull/14>`_.
+ * Added support for Python 3.7 and 3.8 (``async def`` functions and
generators).
+ * Added a convenience ``weave`` fixture for pytest.
+- Launch tests
+
+-------------------------------------------------------------------
Old:
----
aspectlib-1.4.2.tar.gz
New:
----
aspectlib-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aspectlib.spec ++++++
--- /var/tmp/diff_new_pack.palAjb/_old 2020-04-27 23:28:32.902372004 +0200
+++ /var/tmp/diff_new_pack.palAjb/_new 2020-04-27 23:28:32.906372011 +0200
@@ -18,10 +18,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
-# Test requires network connection
-%bcond_with test
Name: python-aspectlib
-Version: 1.4.2
+Version: 1.5.0
Release: 0
Summary: Aspect-oriented programming
License: BSD-2-Clause
@@ -31,18 +29,14 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-fields
-Recommends: python-tornado
BuildArch: noarch
-%if %{with test}
BuildRequires: %{python_module fields}
BuildRequires: %{python_module process-tests}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module tornado}
%if %{with python2}
BuildRequires: python-mock
BuildRequires: python-trollius
%endif
-%endif
%ifpython2
Requires: python-trollius
%endif
@@ -57,6 +51,9 @@
%prep
%setup -q -n aspectlib-%{version}
+# both tests not working (the first skipped by design, the second needed old
tornado)
+# don't pull in tornado when not needed
+rm tests/test_integrations_py3.py
%build
%python_build
@@ -65,10 +62,8 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
%pytest --ignore=src
-%endif
%files %{python_files}
%license LICENSE
++++++ aspectlib-1.4.2.tar.gz -> aspectlib-1.5.0.tar.gz ++++++
++++ 3970 lines of diff (skipped)