Hello community,
here is the log from the commit of package python-spyder-unittest for
openSUSE:Leap:15.2 checked in at 2020-06-04 16:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-spyder-unittest (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-spyder-unittest.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-unittest"
Thu Jun 4 16:02:45 2020 rev:3 rq:810909 version:0.3.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-spyder-unittest/python-spyder-unittest.changes
2020-01-15 15:53:30.991600420 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-spyder-unittest.new.3606/python-spyder-unittest.changes
2020-06-04 16:03:55.339570218 +0200
@@ -1,0 +2,5 @@
+Tue Jun 2 16:33:48 UTC 2020 - Max Lin <[email protected]>
+
+- Disable python2 support since spyder wil be dropped
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-unittest.spec ++++++
--- /var/tmp/diff_new_pack.gBDQfs/_old 2020-06-04 16:03:55.679571355 +0200
+++ /var/tmp/diff_new_pack.gBDQfs/_new 2020-06-04 16:03:55.683571368 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-spyder-unittest
Version: 0.3.1
Release: 0
@@ -40,19 +41,6 @@
This is a plugin for the Spyder IDE that integrates unit test
frameworks. It allows running tests and viewing the results.
-%package -n spyder-unittest
-Summary: Plugin to run tests from within the Spyder IDE
-Group: Development/Languages/Python
-Requires: python-lxml
-Requires: spyder >= 3
-
-%description -n spyder-unittest
-Spyder, the Scientific Python Development Environment, is an
-IDE for researchers, engineers and data analysts.
-
-This is a plugin for the Spyder IDE that integrates unit test
-frameworks. It allows running tests and viewing the results.
-
%package -n spyder3-unittest
Summary: Plugin to run tests from within the Spyder3 IDE
Group: Development/Languages/Python
@@ -76,16 +64,10 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%files -n spyder-unittest
-%defattr(-,root,root,-)
-%doc CHANGELOG.md README.md
-%license LICENSE.txt
-%{python2_sitelib}/*
-
%files -n spyder3-unittest
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md
%license LICENSE.txt
-%{python3_sitelib}/*
+%{python_sitelib}/*
%changelog