Hello community, here is the log from the commit of package python-pytest-check-links for openSUSE:Factory checked in at 2019-04-02 09:20:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-check-links (Old) and /work/SRC/openSUSE:Factory/.python-pytest-check-links.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-check-links" Tue Apr 2 09:20:54 2019 rev:1 rq:688678 version:0.3.0 Changes: -------- New Changes file: --- /dev/null 2018-10-29 14:05:42.522318975 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytest-check-links.new.25356/python-pytest-check-links.changes 2019-04-02 09:21:09.912647493 +0200 @@ -0,0 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 25 11:06:59 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase in summary. + +------------------------------------------------------------------- +Mon Mar 25 09:01:01 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.3.0: + * Various examples and tests updates + +------------------------------------------------------------------- +Thu Mar 21 12:42:55 UTC 2019 - John Vandenberg <[email protected]> + +- Fix test suite and add bcond test as the tests require internet + +------------------------------------------------------------------- +Fri Apr 20 21:45:05 UTC 2018 - [email protected] + +- Initial version New: ---- pytest_check_links-0.3.0.tar.gz python-pytest-check-links.changes python-pytest-check-links.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-check-links.spec ++++++ # # spec file for package python-pytest-check-links # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} # Tests natually require internet %bcond_with test Name: python-pytest-check-links Version: 0.3.0 Release: 0 Summary: Pytest plugin for checking links in files License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/minrk/pytest-check-links Source: https://files.pythonhosted.org/packages/source/p/pytest_check_links/pytest_check_links-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr >= 1.9} BuildRequires: %{python_module setuptools >= 17.1} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-html5lib Requires: python-pytest >= 2.8 Requires: python-six Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: python-jupyter_nbconvert Recommends: python-jupyter_nbformat BuildArch: noarch %if %{with test} BuildRequires: %{python_module html5lib} BuildRequires: %{python_module jupyter_nbconvert} BuildRequires: %{python_module jupyter_nbformat} BuildRequires: %{python_module pytest >= 2.8} BuildRequires: %{python_module six} %endif %python_subpackages %description A pytest plugin that checks URLs for HTML-containing files. %prep %setup -q -n pytest_check_links-%{version} %build %python_build %install %python_install %python_clone -a %{buildroot}%{_bindir}/pytest-check-links %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} %check %pytest --check-links test/linkcheck.ipynb %endif %post %python_install_alternative pytest-check-links %postun %python_uninstall_alternative pytest-check-links %files %{python_files} %doc AUTHORS ChangeLog README.md %license LICENSE %python_alternative %{_bindir}/pytest-check-links %{python_sitelib}/* %changelog
