forked from pool/python-sphinxcontrib-github-alt
Accepting request 698148 from home:mcalabkova:branches:devel:languages:python
- update to version 1.1 * Add license * Switch to Sphinx logging API * Various code cleanups. - package tarball instead of wheel OBS-URL: https://build.opensuse.org/request/show/698148 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-github-alt?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
0b95b42d62
commit
458dc5ea08
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 26 09:50:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to version 1.1
|
||||||
|
* Add license
|
||||||
|
* Switch to Sphinx logging API
|
||||||
|
* Various code cleanups.
|
||||||
|
- package tarball instead of wheel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:54:41 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:54:41 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxcontrib-github-alt
|
# spec file for package python-sphinxcontrib-github-alt
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,14 +19,14 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-sphinxcontrib-github-alt
|
Name: python-sphinxcontrib-github-alt
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Link to GitHub issues, pull requests, commits and users from Sphinx docs
|
Summary: Link to GitHub issues, pull requests, commits and users from Sphinx docs
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://github.com/Calysto/octave_kernel
|
Url: http://github.com/Calysto/octave_kernel
|
||||||
Source0: https://files.pythonhosted.org/packages/py2.py3/s/sphinxcontrib_github_alt/sphinxcontrib_github_alt-%{version}-py2.py3-none-any.whl
|
Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_github_alt/sphinxcontrib_github_alt-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx
|
||||||
@@ -43,23 +43,19 @@ To use this extension, add it to the extensions list in conf.py,
|
|||||||
and set the variable github_project_url:
|
and set the variable github_project_url:
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -T -c -n %{name}-%{version}
|
%setup -q -n sphinxcontrib_github_alt-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Not needed
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{python_expand pip%{$python_bin_suffix} install \
|
%python_install
|
||||||
--root %{buildroot} \
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
--prefix %{_prefix} \
|
|
||||||
--compile \
|
|
||||||
%{SOURCE0}
|
|
||||||
}
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license COPYING.md
|
||||||
%{python_sitelib}/sphinxcontrib_github_alt.py*
|
%doc README.rst
|
||||||
|
%{python_sitelib}/sphinxcontrib_github_alt*
|
||||||
%pycache_only %{python_sitelib}/__pycache__/sphinxcontrib_github_alt*.py*
|
%pycache_only %{python_sitelib}/__pycache__/sphinxcontrib_github_alt*.py*
|
||||||
%{python_sitelib}/sphinxcontrib_github_alt-%{version}.dist-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41666fbea5a7bb318363d45e39a1b3f01502ebb734e9acef332e34bf655448db
|
|
||||||
size 7256
|
|
3
sphinxcontrib_github_alt-1.1.tar.gz
Normal file
3
sphinxcontrib_github_alt-1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:50e8493c1362c9203179ab46c2265554d027f22ba71650283a517f76781a9a87
|
||||||
|
size 3626
|
Reference in New Issue
Block a user