Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-crochet for openSUSE:Factory checked in at 2021-05-11 23:04:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-crochet (Old) and /work/SRC/openSUSE:Factory/.python-crochet.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-crochet" Tue May 11 23:04:18 2021 rev:2 rq:892214 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-crochet/python-crochet.changes 2020-12-01 14:22:53.133599740 +0100 +++ /work/SRC/openSUSE:Factory/.python-crochet.new.2988/python-crochet.changes 2021-05-11 23:04:27.324876936 +0200 @@ -1,0 +2,14 @@ +Mon May 10 22:30:36 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Add docs/*.rst to %doc +- Update to v2.0.0 + * It's possible to decorate async/await Twisted functions with + @wait_for and @run_in_reactor + * Added type hints + * Added formal support for Python 3.9 + * Dropped the deprecated APIs @wait_for_reactor, @in_reactor, + DeferredResult, the wrapped_function attribute, and + unlimited timeouts on EventualResult.wait() + * Dropped support for Python 2.7 and 3.5 + +------------------------------------------------------------------- Old: ---- crochet-1.12.0.tar.gz New: ---- crochet-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-crochet.spec ++++++ --- /var/tmp/diff_new_pack.GJfnIc/_old 2021-05-11 23:04:27.764874929 +0200 +++ /var/tmp/diff_new_pack.GJfnIc/_new 2021-05-11 23:04:27.768874911 +0200 @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-crochet -Version: 1.12.0 +Version: 2.0.0 Release: 0 Summary: Use Twisted from any applications License: MIT @@ -44,9 +45,6 @@ %prep %setup -q -n crochet-%{version} -# Two tests fail on i586 only https://github.com/itamarst/crochet/issues/125 -# Disable only these two globally -sed -Ei 's/(test_control_c_is_possible|test_reactor_stop_unblocks)/_\1/' crochet/tests/test_api.py %build %python_build @@ -59,7 +57,7 @@ %pyunittest %files %{python_files} -%doc README.rst +%doc README.rst docs/*.rst %license LICENSE %{python_sitelib}/* ++++++ crochet-1.12.0.tar.gz -> crochet-2.0.0.tar.gz ++++++ ++++ 1874 lines of diff (skipped)