15
0

Accepting request 794877 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/794877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-akismet?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-04-17 11:15:00 +00:00
committed by Git OBS Bridge
parent 51d167d234
commit 66b8f1e32d
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f038145896f0b5b62ff2790007407ef2f9ffd3c4322728ed3af292dd84efaea8
size 13525

3
akismet-1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0b5e94d5c505714f68f46a8943707e30d36b5448c7928753237715ccff192df
size 14628

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 17 11:08:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <mcepl@suse.com>

View File

@@ -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 <buschmann23@opensuse.org>
#
# 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