diff --git a/python-rst.linker.changes b/python-rst.linker.changes index 5079bee..709644a 100644 --- a/python-rst.linker.changes +++ b/python-rst.linker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 27 10:59:06 UTC 2020 - pgajdos@suse.com + +- version update to 2.0.0 + * Drop support for Python 3.5 and earlier. + ------------------------------------------------------------------- Tue Mar 17 11:08:33 UTC 2020 - Tomáš Chvátal diff --git a/python-rst.linker.spec b/python-rst.linker.spec index 0a86d20..a0dc2d2 100644 --- a/python-rst.linker.spec +++ b/python-rst.linker.spec @@ -17,9 +17,10 @@ %define _name rst.linker +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rst.linker -Version: 1.11 +Version: 2.0.0 Release: 0 Summary: Changelog link and timestamp adding Sphinx plugin License: MIT @@ -48,7 +49,7 @@ changelog. %prep %setup -q -n %{_name}-%{version} -sed -i 's/--flake8 --black//' pytest.ini +sed -i -e 's/--flake8//' -e 's/--black//' -e 's/--cov//' pytest.ini %build %python_build diff --git a/rst.linker-1.11.tar.gz b/rst.linker-1.11.tar.gz deleted file mode 100644 index 885d700..0000000 --- a/rst.linker-1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2cd57495e37a74634316c24459590ea65fba73073503483c01740d431761a5f -size 12569 diff --git a/rst.linker-2.0.0.tar.gz b/rst.linker-2.0.0.tar.gz new file mode 100644 index 0000000..78f0f0b --- /dev/null +++ b/rst.linker-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1305a872883a9d188102310910ba94cf484dd2bffbf1e80ae8662fdb77cc96d3 +size 12861