Hello community, here is the log from the commit of package python-Beaker for openSUSE:Factory checked in at 2020-07-24 10:03:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Beaker (Old) and /work/SRC/openSUSE:Factory/.python-Beaker.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Beaker" Fri Jul 24 10:03:30 2020 rev:27 rq:822305 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Beaker/python-Beaker.changes 2020-04-22 20:56:02.047749537 +0200 +++ /work/SRC/openSUSE:Factory/.python-Beaker.new.3592/python-Beaker.changes 2020-07-24 10:05:36.021931887 +0200 @@ -1,0 +2,6 @@ +Wed Jul 22 20:24:19 UTC 2020 - Matej Cepl <[email protected]> + +- Add denose.patch, which ports the package from the dependency + on nose to pytest (gh#bbangert/beaker#192). + +------------------------------------------------------------------- New: ---- denose.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Beaker.spec ++++++ --- /var/tmp/diff_new_pack.Zb3ANb/_old 2020-07-24 10:05:37.877933305 +0200 +++ /var/tmp/diff_new_pack.Zb3ANb/_new 2020-07-24 10:05:37.881933308 +0200 @@ -26,16 +26,19 @@ License: BSD-3-Clause URL: https://github.com/bbangert/beaker Source: https://github.com/bbangert/beaker/archive/%{version}.tar.gz +# PATCH-FEATURE-UPSTREAM denose.patch gh#bbangert/beaker#192 [email protected] +# Port tests to pytest +Patch0: denose.patch BuildRequires: %{python_module SQLAlchemy} BuildRequires: %{python_module WebTest} BuildRequires: %{python_module coverage} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module dbm} BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pycryptodome} BuildRequires: %{python_module pylibmc} BuildRequires: %{python_module pymongo} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-memcached} BuildRequires: %{python_module redis} BuildRequires: %{python_module setuptools} @@ -97,6 +100,8 @@ %prep %setup -q -n beaker-%{version} +%autopatch -p1 + # needs mongo and redis running rm -r tests/test_managers rm tests/test_memcached.py @@ -113,7 +118,7 @@ %{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} # gh#bbangert/beaker#172 rm -fv tests/test.db -nosetests-%{$python_bin_suffix} -v tests +pytest tests } %files %{python_files} ++++++ denose.patch ++++++ ++++ 1464 lines (skipped)
