Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-execnet for openSUSE:Factory 
checked in at 2023-07-26 13:21:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-execnet (Old)
 and      /work/SRC/openSUSE:Factory/.python-execnet.new.15225 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-execnet"

Wed Jul 26 13:21:47 2023 rev:16 rq:1100466 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-execnet/python-execnet.changes    
2023-04-25 16:53:44.378350079 +0200
+++ /work/SRC/openSUSE:Factory/.python-execnet.new.15225/python-execnet.changes 
2023-07-26 13:21:54.931303637 +0200
@@ -1,0 +2,15 @@
+Mon Jul 24 20:13:41 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.0.2:
+  * Removed support for Python < 3.7.
+  * Applied pyupgrade --py37-plus.
+  * Minimal mypy fixes and dropped Python 2 support code.
+  * Migrated packaging to hatch.
+  * Dropped deprecated APIs of old makegateway names.
+  * Removed py testing dependency.
+  * Explicitly pass encoding when opening files in the gateway
+    to get rid of warnings when using PYTHONWARNDEFAULTENCODING=1 (#195).
+  * Fixed error when loading source code files from a path
+    containing non-ascii characters.
+
+-------------------------------------------------------------------

Old:
----
  execnet-1.9.0.tar.gz

New:
----
  execnet-2.0.2.tar.gz

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

Other differences:
------------------
++++++ python-execnet.spec ++++++
--- /var/tmp/diff_new_pack.raaN8n/_old  2023-07-26 13:21:55.635307622 +0200
+++ /var/tmp/diff_new_pack.raaN8n/_new  2023-07-26 13:21:55.639307645 +0200
@@ -18,17 +18,17 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-execnet
-Version:        1.9.0
+Version:        2.0.2
 Release:        0
 Summary:        Rapid multi-Python deployment
 License:        MIT
 Group:          Development/Libraries/Python
 URL:            https://github.com/pytest-dev/execnet
 Source0:        
https://files.pythonhosted.org/packages/source/e/execnet/execnet-%{version}.tar.gz
+BuildRequires:  %{python_module hatch_vcs}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module py}
-BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  procps
 BuildRequires:  python-rpm-macros
@@ -48,15 +48,12 @@
 
 %prep
 %setup -q -n execnet-%{version}
-sed -i "1d" execnet/script/shell.py execnet/script/socketserver.py
 
 %build
-%python_build
-# fix non-executable-script error
-sed -i "1d" execnet/script/shell.py execnet/script/socketserver.py
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -64,8 +61,8 @@
 
 %files %{python_files}
 %license LICENSE
-%doc CHANGELOG.rst README.rst
+%doc README.rst
 %{python_sitelib}/execnet
-%{python_sitelib}/execnet-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/execnet-%{version}.dist-info
 
 %changelog

++++++ execnet-1.9.0.tar.gz -> execnet-2.0.2.tar.gz ++++++
++++ 10786 lines of diff (skipped)

Reply via email to