Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-executing for
openSUSE:Factory checked in at 2021-11-03 17:25:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-executing (Old)
and /work/SRC/openSUSE:Factory/.python-executing.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-executing"
Wed Nov 3 17:25:54 2021 rev:2 rq:928873 version:0.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-executing/python-executing.changes
2020-12-24 19:38:38.063028640 +0100
+++
/work/SRC/openSUSE:Factory/.python-executing.new.1890/python-executing.changes
2021-11-03 17:26:48.861355220 +0100
@@ -1,0 +2,7 @@
+Tue Nov 2 13:47:37 UTC 2021 - [email protected]
+
+- version update to 0.8.2
+ * no upstream changelog
+- %check: use %pyunittest rpm macro
+
+-------------------------------------------------------------------
Old:
----
executing-0.5.3.tar.gz
New:
----
executing-0.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-executing.spec ++++++
--- /var/tmp/diff_new_pack.4E6ysJ/_old 2021-11-03 17:26:49.177355394 +0100
+++ /var/tmp/diff_new_pack.4E6ysJ/_new 2021-11-03 17:26:49.177355394 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-executing
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,30 @@
# 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-%{**}}
%define skip_python2 1
Name: python-executing
-Version: 0.5.3
+Version: 0.8.2
Release: 0
License: MIT
Summary: Get the currently executing AST node of a frame, and other
information
-Url: https://github.com/alexmojaki/executing
+URL: https://github.com/alexmojaki/executing
Group: Development/Languages/Python
#Source:
https://github.com/alexmojaki/executing/archive/v%%{version}/%%{name}-%%{version}.tar.gz
Source:
https://files.pythonhosted.org/packages/source/e/executing/executing-%{version}.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module asttokens}
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm >= 4.0.0}
-BuildRequires: %{python_module wheel}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
-BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module asttokens}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -53,8 +54,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-#%%pytest
-%python_exec setup.py test
+%pyunittest discover -v
%files %{python_files}
%doc README.md
++++++ executing-0.5.3.tar.gz -> executing-0.8.2.tar.gz ++++++
++++ 305099 lines of diff (skipped)