Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-easydev for openSUSE:Factory checked in at 2021-09-16 23:14:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-easydev (Old) and /work/SRC/openSUSE:Factory/.python-easydev.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-easydev" Thu Sep 16 23:14:47 2021 rev:5 rq:919394 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-easydev/python-easydev.changes 2020-05-28 09:17:41.533016511 +0200 +++ /work/SRC/openSUSE:Factory/.python-easydev.new.1899/python-easydev.changes 2021-09-16 23:17:23.207966951 +0200 @@ -1,0 +2,13 @@ +Thu Sep 16 04:01:51 UTC 2021 - Steve Kowalik <[email protected]> + +- Update to 0.12.0: + * Fixing a warning from deprecated get_platform function. + * Applied black + * some cleanups + * removed the package module (not used) + * more tests + * logging slightly improved +- Actually run tests, skipping one test that requires network. +- Stop installing easydev_buildPackage + +------------------------------------------------------------------- Old: ---- easydev-0.9.38.tar.gz New: ---- easydev-0.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-easydev.spec ++++++ --- /var/tmp/diff_new_pack.CQMrQZ/_old 2021-09-16 23:17:23.543967300 +0200 +++ /var/tmp/diff_new_pack.CQMrQZ/_new 2021-09-16 23:17:23.543967300 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-easydev # -# 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 @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-easydev -Version: 0.9.38 +Version: 0.12.0 Release: 0 Summary: Common utilities to ease the development of Python packages License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/cokelaer/easydev Source: https://files.pythonhosted.org/packages/source/e/easydev/easydev-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -33,7 +32,7 @@ Requires: python-pexpect Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-line_profiler BuildArch: noarch # SECTION test requirements @@ -41,9 +40,9 @@ BuildRequires: %{python_module colorlog} BuildRequires: %{python_module line_profiler} BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -57,30 +56,29 @@ %prep %setup -q -n easydev-%{version} sed -i -e '/^#!\//, 1d' easydev/appdirs.py -rm -r easydev/share/__pycache__ %build %python_build %install %python_install -%python_clone -a %{buildroot}%{_bindir}/easydev_buildPackage %python_clone -a %{buildroot}%{_bindir}/browse %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# Requires network access +%pytest -k 'not test_isurl' + %post -%python_install_alternative easydev_buildPackage %python_install_alternative browse %postun -%python_uninstall_alternative easydev_buildPackage %python_uninstall_alternative browse %files %{python_files} %doc README.rst %license COPYING %python_alternative %{_bindir}/browse -%python_alternative %{_bindir}/easydev_buildPackage %{python_sitelib}/* %changelog ++++++ easydev-0.9.38.tar.gz -> easydev-0.12.0.tar.gz ++++++ ++++ 3743 lines of diff (skipped)
