Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astor for openSUSE:Factory 
checked in at 2023-01-11 14:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astor (Old)
 and      /work/SRC/openSUSE:Factory/.python-astor.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-astor"

Wed Jan 11 14:33:38 2023 rev:12 rq:1057599 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astor/python-astor.changes        
2022-09-17 20:08:15.396796272 +0200
+++ /work/SRC/openSUSE:Factory/.python-astor.new.32243/python-astor.changes     
2023-01-11 14:34:17.740973552 +0100
@@ -1,0 +2,5 @@
+Tue Jan 10 09:47:36 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Skip same tests for python-3.11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-astor.spec ++++++
--- /var/tmp/diff_new_pack.qn8zZ9/_old  2023-01-11 14:34:18.152975881 +0100
+++ /var/tmp/diff_new_pack.qn8zZ9/_new  2023-01-11 14:34:18.156975903 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astor
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:           python-astor
 Version:        0.8.1
@@ -66,8 +65,7 @@
   - Enjoy easy access to parent node(s) for tree rewriting
 
 %prep
-%setup -q -n astor-%{version}
-%patch0 -p1
+%autosetup -p1 -n astor-%{version}
 
 %build
 # ugly fix for the use of /usr/bin/env
@@ -87,11 +85,13 @@
 # https://github.com/berkerpeksag/astor/issues/196
 python39_donttest="${python38_donttest} or test_convert_stdlib"
 python310_donttest=${python39_donttest}
+python311_donttest=${python310_donttest}
 %pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}
 
 %files %{python_files}
 %doc AUTHORS README.rst docs/*.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/astor
+%{python_sitelib}/astor-%{version}*-info
 
 %changelog

Reply via email to