diff --git a/akismet-1.0.1.tar.gz b/akismet-1.0.1.tar.gz deleted file mode 100644 index 85ae58e..0000000 --- a/akismet-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f038145896f0b5b62ff2790007407ef2f9ffd3c4322728ed3af292dd84efaea8 -size 13525 diff --git a/akismet-1.1.tar.gz b/akismet-1.1.tar.gz new file mode 100644 index 0000000..eaca0b8 --- /dev/null +++ b/akismet-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b5e94d5c505714f68f46a8943707e30d36b5448c7928753237715ccff192df +size 14628 diff --git a/python-akismet.changes b/python-akismet.changes index 22726af..ac93713 100644 --- a/python-akismet.changes +++ b/python-akismet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 17 11:08:49 UTC 2020 - Marketa Calabkova + +- Update to 1.1 + * akismet 1.1 and later do not support Python 2 + * support for recheck_reason, used when a comment or other content + is being submitted a second or later time, and indicating the reason + ------------------------------------------------------------------- Thu Nov 7 16:13:32 UTC 2019 - Matej Cepl diff --git a/python-akismet.spec b/python-akismet.spec index 1deb241..44fc67f 100644 --- a/python-akismet.spec +++ b/python-akismet.spec @@ -1,7 +1,7 @@ # # spec file for package python-akismet # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2017 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -19,8 +19,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define mod_name akismet +%define skip_python2 1 Name: python-%{mod_name} -Version: 1.0.1 +Version: 1.1 Release: 0 Summary: Interface to the Akismet Anti Comment-Spam API License: BSD-3-Clause