diff --git a/python-sphinx-removed-in.changes b/python-sphinx-removed-in.changes index 358a54c..4379b93 100644 --- a/python-sphinx-removed-in.changes +++ b/python-sphinx-removed-in.changes @@ -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 diff --git a/python-sphinx-removed-in.spec b/python-sphinx-removed-in.spec index 80203ad..7bf6ce0 100644 --- a/python-sphinx-removed-in.spec +++ b/python-sphinx-removed-in.spec @@ -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 diff --git a/v0.2.0.tar.gz b/v0.2.0.tar.gz deleted file mode 100644 index 00ec490..0000000 --- a/v0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a07957f8c7be7da42934c3fc915b672d80dd515fb8343a6acdc118e64adb88e1 -size 3431 diff --git a/v0.2.1.tar.gz b/v0.2.1.tar.gz new file mode 100644 index 0000000..a01d9dd --- /dev/null +++ b/v0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4138ce3a6c5e680314d502e35ad677ef2ec1e325e96417ce2f5dbeefc0ad35c0 +size 3434