forked from pool/python-sphinx-removed-in
Accepting request 782227 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/782227 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-removed-in?expand=0&rev=2
This commit is contained in:
commit
5ce040b77a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 13:24:35 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.2.1
|
||||
* re-add sphinx 1.7 compatibility
|
||||
- use %pytest macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 11:43:53 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinx-removed-in
|
||||
#
|
||||
# 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
|
||||
@ -18,21 +18,21 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sphinx-removed-in
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: Sphinx directives versionremoved and removed-in
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/MrSenko/sphinx-removed-in
|
||||
URL: https://github.com/MrSenko/sphinx-removed-in
|
||||
Source: https://github.com/MrSenko/sphinx-removed-in/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module sphinx-testing}
|
||||
Requires: python-Sphinx
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Sphinx
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -50,7 +50,7 @@ Sphinx Removed In Extension
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec -m unittest discover -v
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a07957f8c7be7da42934c3fc915b672d80dd515fb8343a6acdc118e64adb88e1
|
||||
size 3431
|
3
v0.2.1.tar.gz
Normal file
3
v0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4138ce3a6c5e680314d502e35ad677ef2ec1e325e96417ce2f5dbeefc0ad35c0
|
||||
size 3434
|
Loading…
Reference in New Issue
Block a user