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 2023-11-08 22:17:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-executing (Old) and /work/SRC/openSUSE:Factory/.python-executing.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-executing" Wed Nov 8 22:17:08 2023 rev:7 rq:1124080 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-executing/python-executing.changes 2023-04-22 22:02:01.525777840 +0200 +++ /work/SRC/openSUSE:Factory/.python-executing.new.17445/python-executing.changes 2023-11-08 22:17:22.814406867 +0100 @@ -1,0 +2,24 @@ +Tue Nov 7 18:46:01 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2.0.1: + * fix: self.fail() is only available in TestCase classes + * fix: mark expressions which can be evaluated at compile time + as deadcode + * fix: implemented DELETE_DEREF + * feat: 3.12 support for the PositionNodeFinder + * feat: support LOAD_CONST + * test: verify exception generation for asserts >= python 3.11.2 + * test: skip test of module_files for the SentinelNodeFinder + * test: do not check qualnames for files with syntax errors + * fix: handle List/Set/DictComp inlining + * fix: handle super optimization + * fix: type parameter related things + * fix: f-string + * fix: disabled type checking for 3.12 + * test: added test results for 3.12 + * fix: workaround for a bug in six + * remove python2 code + * feat: support for __iter__ + * feat: support for __next__ + +------------------------------------------------------------------- Old: ---- executing-1.2.0.tar.gz New: ---- executing-2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-executing.spec ++++++ --- /var/tmp/diff_new_pack.0pbaN8/_old 2023-11-08 22:17:23.678438609 +0100 +++ /var/tmp/diff_new_pack.0pbaN8/_new 2023-11-08 22:17:23.682438756 +0100 @@ -16,31 +16,26 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 %{?sle15_python_module_pythons} Name: python-executing -Version: 1.2.0 +Version: 2.0.1 Release: 0 -License: MIT Summary: Get the currently executing AST node of a frame, and other information -URL: https://github.com/alexmojaki/executing +License: MIT Group: Development/Languages/Python -#Source: https://github.com/alexmojaki/executing/archive/v%%{version}/%%{name}-%%{version}.tar.gz +URL: https://github.com/alexmojaki/executing Source: https://files.pythonhosted.org/packages/source/e/executing/executing-%{version}.tar.gz BuildRequires: %{python_module asttokens} BuildRequires: %{python_module devel} BuildRequires: %{python_module littleutils} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm >= 4.0.0} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -50,10 +45,10 @@ %setup -q -n executing-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -62,5 +57,6 @@ %files %{python_files} %doc README.md %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/executing +%{python_sitelib}/executing-%{version}*-info ++++++ executing-1.2.0.tar.gz -> executing-2.0.1.tar.gz ++++++ ++++ 70152 lines of diff (skipped)