Script 'mail_helper' called by obssrc Hello community,
here is the log from the commit of package python-oauthlib for openSUSE:Factory checked in at 2021-06-01 10:33:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oauthlib (Old) and /work/SRC/openSUSE:Factory/.python-oauthlib.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oauthlib"
Tue Jun 1 10:33:00 2021 rev:29 rq:895353 version:3.1.0
Changes: -------- --- /work/SRC/openSUSE:Factory/python-oauthlib/python-oauthlib.changes 2020-10-03 18:57:31.221616386 +0200 +++ /work/SRC/openSUSE:Factory/.python-oauthlib.new.1898/python-oauthlib.changes 2021-06-01 10:33:03.988364060 +0200 @@ -1,0 +2,5 @@ +Tue May 25 11:02:47 UTC 2021 - pgajdos@suse.com + +- %check: use %pyunittest rpm macro + +-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ python-oauthlib.spec ++++++ --- /var/tmp/diff_new_pack.uEBBif/_old 2021-06-01 10:33:04.556365027 +0200 +++ /var/tmp/diff_new_pack.uEBBif/_new 2021-06-01 10:33:04.556365027 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-oauthlib # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-oauthlib Version: 3.1.0 Release: 0 @@ -25,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/oauthlib/oauthlib Source: https://files.pythonhosted.org/packages/source/o/oauthlib/oauthlib-%%7Bversi... -Patch: o_switch_to_unitest_mock.patch +Patch0: o_switch_to_unitest_mock.patch BuildRequires: %{python_module PyJWT >= 1.0.0} BuildRequires: %{python_module blinker} BuildRequires: %{python_module cryptography} @@ -58,7 +59,7 @@
%prep %setup -q -n oauthlib-%{version} -%patch -p1 +%patch0 -p1
%build %python_build @@ -68,7 +69,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check -%python_exec setup.py test +%pyunittest discover -v
%files %{python_files} %license LICENSE