commit python-akismet for openSUSE:Leap:15.2

2020-04-20 Thread root
Hello community,

here is the log from the commit of package python-akismet for 
openSUSE:Leap:15.2 checked in at 2020-04-20 12:55:12

Comparing /work/SRC/openSUSE:Leap:15.2/python-akismet (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-akismet.new.2738 (New)


Package is "python-akismet"

Mon Apr 20 12:55:12 2020 rev:4 rq:795449 version:1.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-akismet/python-akismet.changes  
2020-03-09 18:02:11.416722938 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-akismet.new.2738/python-akismet.changes
2020-04-20 12:55:34.896737232 +0200
@@ -1,0 +2,8 @@
+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
+
+---

Old:

  akismet-1.0.1.tar.gz

New:

  akismet-1.1.tar.gz



Other differences:
--
++ python-akismet.spec ++
--- /var/tmp/diff_new_pack.4xLz2e/_old  2020-04-20 12:55:35.280737835 +0200
+++ /var/tmp/diff_new_pack.4xLz2e/_new  2020-04-20 12:55:35.284737841 +0200
@@ -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

++ akismet-1.0.1.tar.gz -> akismet-1.1.tar.gz ++
 2513 lines of diff (skipped)




commit python-akismet for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package python-akismet for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:02:10

Comparing /work/SRC/openSUSE:Leap:15.2/python-akismet (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-akismet.new.26092 (New)


Package is "python-akismet"

Mon Mar  9 18:02:10 2020 rev:3 rq:776397 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-akismet/python-akismet.changes  
2020-01-15 15:46:33.595361614 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-akismet.new.26092/python-akismet.changes   
2020-03-09 18:02:11.416722938 +0100
@@ -1,0 +2,5 @@
+Thu Nov  7 16:13:32 UTC 2019 - Matej Cepl 
+
+- Run through spec-cleaner
+
+---



Other differences:
--
++ python-akismet.spec ++
--- /var/tmp/diff_new_pack.gQItXJ/_old  2020-03-09 18:02:11.732723095 +0100
+++ /var/tmp/diff_new_pack.gQItXJ/_new  2020-03-09 18:02:11.732723095 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-akismet
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017 Matthias Fehring 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,6 @@
 Release:0
 Summary:Interface to the Akismet Anti Comment-Spam API
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/ubernostrum/akismet
 Source0:
https://files.pythonhosted.org/packages/source/a/%{mod_name}/%{mod_name}-%{version}.tar.gz
 BuildRequires:  %{python_module mock}
@@ -52,7 +51,7 @@
 
 %check
 # Can't run the tests as they need working server API
-#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version} 
+#%%pytest
 
 %files %{python_files}
 %license LICENSE