commit python3-snowballstemmer for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package python3-snowballstemmer for 
openSUSE:Factory checked in at 2016-05-17 17:12:51

Comparing /work/SRC/openSUSE:Factory/python3-snowballstemmer (Old)
 and  /work/SRC/openSUSE:Factory/.python3-snowballstemmer.new (New)


Package is "python3-snowballstemmer"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-snowballstemmer/python3-snowballstemmer.changes
  2016-01-04 09:21:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-snowballstemmer.new/python3-snowballstemmer.changes
 2016-05-17 17:12:52.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:10:00 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-snowballstemmer.spec ++
--- /var/tmp/diff_new_pack.dQkers/_old  2016-05-17 17:12:53.0 +0200
+++ /var/tmp/diff_new_pack.dQkers/_new  2016-05-17 17:12:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-snowballstemmer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/shibukawa/snowball_py
-Source: 
https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch




commit python3-snowballstemmer for openSUSE:Factory

2016-01-04 Thread h_root
Hello community,

here is the log from the commit of package python3-snowballstemmer for 
openSUSE:Factory checked in at 2016-01-04 09:21:01

Comparing /work/SRC/openSUSE:Factory/python3-snowballstemmer (Old)
 and  /work/SRC/openSUSE:Factory/.python3-snowballstemmer.new (New)


Package is "python3-snowballstemmer"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-snowballstemmer/python3-snowballstemmer.changes
  2015-07-12 22:53:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-snowballstemmer.new/python3-snowballstemmer.changes
 2016-01-04 09:21:23.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec 29 19:43:39 UTC 2015 - a...@gmx.de
+
+- update to version 1.2.1:
+  * Fixing typo: dictionaries don't have .key() method
+
+---

Old:

  snowballstemmer-1.2.0.tar.gz

New:

  snowballstemmer-1.2.1.tar.gz



Other differences:
--
++ python3-snowballstemmer.spec ++
--- /var/tmp/diff_new_pack.N8FhKJ/_old  2016-01-04 09:21:24.0 +0100
+++ /var/tmp/diff_new_pack.N8FhKJ/_new  2016-01-04 09:21:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-snowballstemmer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-snowballstemmer
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:This package provides 16 stemmer algorithms
 License:BSD-2-Clause

++ snowballstemmer-1.2.0.tar.gz -> snowballstemmer-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snowballstemmer-1.2.0/PKG-INFO 
new/snowballstemmer-1.2.1/PKG-INFO
--- old/snowballstemmer-1.2.0/PKG-INFO  2014-07-16 12:13:27.0 +0200
+++ new/snowballstemmer-1.2.1/PKG-INFO  2015-12-25 04:28:38.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: snowballstemmer
-Version: 1.2.0
+Version: 1.2.1
 Summary: This package provides 16 stemmer algorithms (15 + Poerter English 
stemmer) generated from Snowball algorithms.
 Home-page: https://github.com/shibukawa/snowball_py
 Author: Yoshiki Shibukawa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snowballstemmer-1.2.0/setup.py 
new/snowballstemmer-1.2.1/setup.py
--- old/snowballstemmer-1.2.0/setup.py  2014-07-16 12:01:29.0 +0200
+++ new/snowballstemmer-1.2.1/setup.py  2015-12-25 04:19:56.0 +0100
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='snowballstemmer',
-  version='1.2.0',
+  version='1.2.1',
   description='This package provides 16 stemmer algorithms (15 + Poerter 
English stemmer) generated from Snowball algorithms.',
   long_description='''
 It includes following language algorithms:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snowballstemmer-1.2.0/snowballstemmer/__init__.py 
new/snowballstemmer-1.2.1/snowballstemmer/__init__.py
--- old/snowballstemmer-1.2.0/snowballstemmer/__init__.py   2014-07-16 
11:56:01.0 +0200
+++ new/snowballstemmer-1.2.1/snowballstemmer/__init__.py   2015-12-25 
04:19:56.0 +0100
@@ -46,7 +46,7 @@
 if cext_available:
 return Stemmer.language()
 else:
-return list(_languages.key())
+return list(_languages.keys())
 
 def stemmer(lang):
 if cext_available: