Hello community, here is the log from the commit of package python-cogapp for openSUSE:Factory checked in at 2019-04-08 20:53:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cogapp (Old) and /work/SRC/openSUSE:Factory/.python-cogapp.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cogapp" Mon Apr 8 20:53:00 2019 rev:3 rq:691785 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cogapp/python-cogapp.changes 2018-12-13 19:41:30.201238640 +0100 +++ /work/SRC/openSUSE:Factory/.python-cogapp.new.3908/python-cogapp.changes 2019-04-08 20:53:02.142546319 +0200 @@ -1,0 +2,7 @@ +Fri Apr 5 11:14:30 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 3.0.0: + * Use pytest for testing + * Many many changes in git but no readable changelog + +------------------------------------------------------------------- Old: ---- cogapp-2.5.1.tar.gz New: ---- cogapp-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cogapp.spec ++++++ --- /var/tmp/diff_new_pack.gaTKo3/_old 2019-04-08 20:53:03.026546968 +0200 +++ /var/tmp/diff_new_pack.gaTKo3/_new 2019-04-08 20:53:03.034546974 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cogapp # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-cogapp -Version: 2.5.1 +Version: 3.0.0 Release: 0 Summary: A code generator for executing Python snippets in source files License: MIT Group: Development/Languages/Python URL: http://nedbatchelder.com/code/cog Source: https://files.pythonhosted.org/packages/source/c/cogapp/cogapp-%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(preun): update-alternatives BuildArch: noarch -%if %{with test} -BuildRequires: %{python_module nose} -%endif %python_subpackages %description @@ -49,13 +47,12 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} mv %{buildroot}%{_bindir}/cog.py %{buildroot}%{_bindir}/cog %python_clone -a %{buildroot}%{_bindir}/cog -%if %{with test} %check -%python_expand nosetests-%{$python_bin_suffix} -%endif +%pytest %post %python_install_alternative cog @@ -65,7 +62,7 @@ %files %{python_files} %license LICENSE.txt -%doc README.txt +%doc README.rst %python_alternative %{_bindir}/cog %{python_sitelib}/* ++++++ cogapp-2.5.1.tar.gz -> cogapp-3.0.0.tar.gz ++++++ ++++ 1662 lines of diff (skipped)
