forked from pool/python-sphinx-issues
Accepting request 698629 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/698629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-issues?expand=0&rev=4
This commit is contained in:
commit
7de967edf4
3
1.2.0.tar.gz
Normal file
3
1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fe371f37d4e8a0e7a7f8ea6a6ff9007f284f4d849ca231480ff3744602a536e
|
||||||
|
size 8051
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 26 13:05:20 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to version 1.2.0
|
||||||
|
1.?.?
|
||||||
|
* Add :commit: role for linking to commits.
|
||||||
|
* Add support for linking to external repos.
|
||||||
|
* Add :cve: role for linking to CVEs on https://cve.mitre.org.
|
||||||
|
* Add :pr: role.
|
||||||
|
* Drop support for Python 3.4.
|
||||||
|
0.4.0
|
||||||
|
* Raise ValueError if neither issues_uri nor issues_github_path
|
||||||
|
is set.
|
||||||
|
* Drop support for Python 2.6 and 3.3.
|
||||||
|
- take GitHub tarball because of the tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:54:50 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:54:50 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinx-issues
|
# spec file for package python-sphinx-issues
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -20,22 +20,23 @@
|
|||||||
%{!?license: %global license %doc}
|
%{!?license: %global license %doc}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-sphinx-issues
|
Name: python-sphinx-issues
|
||||||
Version: 0.3.1
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Sphinx extension for linking to a project's issue tracker
|
Summary: A Sphinx extension for linking to a project's issue tracker
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/sloria/sphinx-issues
|
URL: https://github.com/sloria/sphinx-issues
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sphinx-issues/sphinx-issues-%{version}.tar.gz
|
Source: https://github.com/sloria/sphinx-issues/archive/%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
%if %{with test}
|
|
||||||
BuildRequires: %{python_module Sphinx}
|
|
||||||
%endif
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module Sphinx}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: python-mock
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -53,8 +54,10 @@ built-in support for GitHub (though this works with other services).
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest test_sphinx_issues.py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be43b12655dfa235b1e5d1c4d7a91f942918707f2e5400711fbc439893daa694
|
|
||||||
size 4524
|
|
Loading…
Reference in New Issue
Block a user