Hello community,
here is the log from the commit of package python-execnet for
openSUSE:Leap:15.2 checked in at 2020-04-28 20:09:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-execnet (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-execnet.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-execnet"
Tue Apr 28 20:09:38 2020 rev:12 rq:795976 version:1.7.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-execnet/python-execnet.changes
2020-01-15 15:48:52.379440725 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-execnet.new.2738/python-execnet.changes
2020-04-28 20:09:39.292347111 +0200
@@ -1,0 +2,58 @@
+Fri Aug 30 01:11:54 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.7.1:
+ * #108: Revert linecache optimization introduced in 1.7.0 which broke remote
execution.
+
+-------------------------------------------------------------------
+Mon Aug 12 15:44:00 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.7:
+ * Fix flaky hangs
+
+-------------------------------------------------------------------
+Wed Jul 24 08:57:00 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.6.1:
+ * Internal change to avoid using deprecated funcargs name in pytest 5+.
+- Obsoletes pytest4.patch
+
+-------------------------------------------------------------------
+Fri Jul 19 09:14:51 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Add patch to play with new pytest rather than restricting:
+ * pytest4.patch
+
+-------------------------------------------------------------------
+Thu Jul 18 08:47:00 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- use pytest4 to run testsuite, pytest-5 for testsuite isn't supported
+
+-------------------------------------------------------------------
+Mon Apr 1 08:31:46 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.6.0:
+ * ``execnet`` no longer supports Python 2.6 and 3.3 (#85). Users of those
Python versions
+ using a recent enough ``pip`` should not be affected, as ``pip`` will only
install
+ ``1.5.0`` for them.
+ * Update test suite to support ``pytest>4``.
+- Remove pytest4.patch merged upstream
+- Remove fix_apipkg.patch merged upstream
+
+-------------------------------------------------------------------
+Tue Feb 12 14:25:44 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Add patch to fix build with pytest 4 and newer:
+ * pytest4.patch
+
+-------------------------------------------------------------------
+Wed Aug 8 11:32:26 UTC 2018 - [email protected]
+
+- add fix_apipkg.patch -- fixes tests with apipkg > 1.4.0
+
+-------------------------------------------------------------------
+Sun Jul 15 23:10:06 UTC 2018 - [email protected]
+
+- drop -doc subpackage - causes circular dependency with python-requests ->
+ python-hypothesis -> python-Babel
+
+-------------------------------------------------------------------
Old:
----
execnet-1.5.0.tar.gz
New:
----
execnet-1.7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-execnet.spec ++++++
--- /var/tmp/diff_new_pack.1IcwuY/_old 2020-04-28 20:09:39.672347900 +0200
+++ /var/tmp/diff_new_pack.1IcwuY/_new 2020-04-28 20:09:39.676347908 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-execnet
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,30 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-execnet
-Version: 1.5.0
+Version: 1.7.1
Release: 0
Summary: Rapid multi-Python deployment
License: MIT
Group: Development/Libraries/Python
-Url: http://codespeak.net/execnet/
+URL: https://github.com/pytest-dev/execnet
Source0:
https://files.pythonhosted.org/packages/source/e/execnet/execnet-%{version}.tar.gz
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools_scm}
-BuildRequires: %{python_module setuptools}
-# test requirements
BuildRequires: %{python_module apipkg}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: procps
BuildRequires: python-rpm-macros
-BuildRequires: python3-Sphinx
Requires: python-apipkg
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -54,13 +51,6 @@
%setup -q -n execnet-%{version}
sed -i "1d" execnet/script/shell.py execnet/script/socketserver.py
-%package doc
-Summary: Documentation and examples for %{name}
-Group: Documentation/Other
-
-%description doc
-This package contains documentation and examples for %{name}.
-
%build
%python_build
# fix non-executable-script error
@@ -68,22 +58,15 @@
%install
%python_install
-%{_python_use_flavor python3}
-%__python3 setup.py build_sphinx
-rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=build/lib py.test-%{$python_version} -r s
-k"-test_gateway" testing
+%pytest -r s -k"not test_gateway" testing
%files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGELOG.rst LICENSE README.rst
+%license LICENSE
+%doc CHANGELOG.rst README.rst
%{python_sitelib}/execnet
%{python_sitelib}/execnet-%{version}-py%{python_version}.egg-info
-%files %{python_files doc}
-%defattr(-,root,root,-)
-%doc build/sphinx/html
-
%changelog
++++++ execnet-1.5.0.tar.gz -> execnet-1.7.1.tar.gz ++++++
++++ 6811 lines of diff (skipped)