Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-requre for openSUSE:Factory 
checked in at 2022-06-20 15:38:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requre (Old)
 and      /work/SRC/openSUSE:Factory/.python-requre.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requre"

Mon Jun 20 15:38:15 2022 rev:2 rq:983847 version:0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requre/python-requre.changes      
2020-11-23 10:46:15.466348392 +0100
+++ /work/SRC/openSUSE:Factory/.python-requre.new.1548/python-requre.changes    
2022-06-20 15:39:04.871017942 +0200
@@ -1,0 +2,18 @@
+Mon Jun 20 06:04:36 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 0.8.2:
+  * default decorator if not given
+  * guess output decorator class
+  * class shortcut decorators 
+  * python tuple support as base type
+  * Fix a performance issue when detecting cassettes following the old
+    naming format.
+  * New decorators for handling temporary files (MkTemp) and directories
+    (MkDTemp) in a more transparent way. The old implementation based on
+    static paths and counter has been deprecated.
+  * Fix the problem with kwarg decorators that causes the function body
+    not to be executed.
+- Change skipped tests expression due to reorganization.
+- Add GitPython to {Build,}Requires
+
+-------------------------------------------------------------------

Old:
----
  requre-0.4.0.tar.gz

New:
----
  requre-0.8.2.tar.gz

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

Other differences:
------------------
++++++ python-requre.spec ++++++
--- /var/tmp/diff_new_pack.51KSHW/_old  2022-06-20 15:39:05.367018668 +0200
+++ /var/tmp/diff_new_pack.51KSHW/_new  2022-06-20 15:39:05.371018674 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-requre
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,10 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-requre
-Version:        0.4.0
+Version:        0.8.2
 Release:        0
 Summary:        Python libray for storing and using objects for testing
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/packit-service/requre
 Source:         
https://files.pythonhosted.org/packages/source/r/requre/requre-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools_scm_git_archive}
@@ -31,6 +30,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-GitPython
 Requires:       python-PyYAML
 Requires:       python-click
 Requires:       python-requests
@@ -38,6 +38,7 @@
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module GitPython}
 BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
@@ -74,9 +75,11 @@
 
 %check
 export LANG=en_US.UTF-8
-# needs network: test_request_response or testWrite or write
-# test_enabled_object_model fails intermittently
-%pytest -rs -k 'not (test_request_response or testWrite or write or 
test_enabled_object_model)'
+# needs network: test_record_requests, test_online_replacing, StoreAnyRequest
+# and TestWrite
+# test_a and InstalledCommand fail
+# Latency fails randomly on OBS slaves
+%pytest -rs -k 'not (test_record_requests or test_online_replacing or 
StoreAnyRequest or TestWrite or (StoreFunctionOutput and test_a) or 
InstalledCommand or Latency)'
 
 %files %{python_files}
 %doc README.md

++++++ requre-0.4.0.tar.gz -> requre-0.8.2.tar.gz ++++++
++++ 15659 lines of diff (skipped)

Reply via email to