diff --git a/python-sphinxcontrib-github-alt.changes b/python-sphinxcontrib-github-alt.changes index c8f7906..448d072 100644 --- a/python-sphinxcontrib-github-alt.changes +++ b/python-sphinxcontrib-github-alt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 28 09:33:03 UTC 2020 - Marketa Calabkova + +- update to version 1.2 + * Actions: Cover installation and module import + * pyproject.toml: Add missing dependencies + ------------------------------------------------------------------- Thu May 2 05:30:03 UTC 2019 - Jan Engelhardt diff --git a/python-sphinxcontrib-github-alt.spec b/python-sphinxcontrib-github-alt.spec index e5fdb5e..34dfd39 100644 --- a/python-sphinxcontrib-github-alt.spec +++ b/python-sphinxcontrib-github-alt.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-github-alt # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,20 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-sphinxcontrib-github-alt -Version: 1.1 +Version: 1.2 Release: 0 Summary: Sphinx extension to link to GitHub issues, pull requests, commits and users License: BSD-2-Clause Group: Development/Languages/Python -Url: http://github.com/Calysto/octave_kernel +URL: https://github.com/Calysto/octave_kernel Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_github_alt/sphinxcontrib_github_alt-%{version}.tar.gz +BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module docutils} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx Requires: python-docutils BuildArch: noarch - %python_subpackages %description @@ -52,6 +53,10 @@ and set the variable github_project_url: %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# the only test upstream has +%python_exec -c 'import sphinxcontrib_github_alt' + %files %{python_files} %license COPYING.md %doc README.rst diff --git a/sphinxcontrib_github_alt-1.1.tar.gz b/sphinxcontrib_github_alt-1.1.tar.gz deleted file mode 100644 index d239895..0000000 --- a/sphinxcontrib_github_alt-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50e8493c1362c9203179ab46c2265554d027f22ba71650283a517f76781a9a87 -size 3626 diff --git a/sphinxcontrib_github_alt-1.2.tar.gz b/sphinxcontrib_github_alt-1.2.tar.gz new file mode 100644 index 0000000..cd225ce --- /dev/null +++ b/sphinxcontrib_github_alt-1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd7584d559bb89a1dde3b418fea3b5b8e601e1f50459873635256b5d1712af5 +size 4015