diff --git a/python-sphinxcontrib-github-alt.changes b/python-sphinxcontrib-github-alt.changes index e92f872..493e004 100644 --- a/python-sphinxcontrib-github-alt.changes +++ b/python-sphinxcontrib-github-alt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 26 09:50:42 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-sphinxcontrib-github-alt.spec b/python-sphinxcontrib-github-alt.spec index aa28d64..0aada1c 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) 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 @@ -19,14 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-sphinxcontrib-github-alt -Version: 1.0 +Version: 1.1 Release: 0 Summary: Link to GitHub issues, pull requests, commits and users from Sphinx docs License: BSD-2-Clause Group: Development/Languages/Python 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 -BuildRequires: %{python_module pip} +Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_github_alt/sphinxcontrib_github_alt-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros 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: %prep -%setup -T -c -n %{name}-%{version} +%setup -q -n sphinxcontrib_github_alt-%{version} %build -# Not needed +%python_build %install -%{python_expand pip%{$python_bin_suffix} install \ - --root %{buildroot} \ - --prefix %{_prefix} \ - --compile \ - %{SOURCE0} -} +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%{python_sitelib}/sphinxcontrib_github_alt.py* +%license COPYING.md +%doc README.rst +%{python_sitelib}/sphinxcontrib_github_alt* %pycache_only %{python_sitelib}/__pycache__/sphinxcontrib_github_alt*.py* -%{python_sitelib}/sphinxcontrib_github_alt-%{version}.dist-info %changelog diff --git a/sphinxcontrib_github_alt-1.0-py2.py3-none-any.whl b/sphinxcontrib_github_alt-1.0-py2.py3-none-any.whl deleted file mode 100644 index f6c6f6d..0000000 --- a/sphinxcontrib_github_alt-1.0-py2.py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41666fbea5a7bb318363d45e39a1b3f01502ebb734e9acef332e34bf655448db -size 7256 diff --git a/sphinxcontrib_github_alt-1.1.tar.gz b/sphinxcontrib_github_alt-1.1.tar.gz new file mode 100644 index 0000000..d239895 --- /dev/null +++ b/sphinxcontrib_github_alt-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e8493c1362c9203179ab46c2265554d027f22ba71650283a517f76781a9a87 +size 3626