Accepting request 823103 from home:mcalabkova:branches:devel:languages:python

- update to version 1.2
  * Actions: Cover installation and module import
  * pyproject.toml: Add missing dependencies

OBS-URL: https://build.opensuse.org/request/show/823103
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-github-alt?expand=0&rev=9
This commit is contained in:
2020-07-28 14:15:36 +00:00
committed by Git OBS Bridge
parent cff9b545f4
commit 15d4855002
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 28 09:33:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <jengelh@inai.de>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50e8493c1362c9203179ab46c2265554d027f22ba71650283a517f76781a9a87
size 3626

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfd7584d559bb89a1dde3b418fea3b5b8e601e1f50459873635256b5d1712af5
size 4015