commit python-LTTL for openSUSE:Factory

2020-10-21 Thread root
Hello community,

here is the log from the commit of package python-LTTL for openSUSE:Factory 
checked in at 2020-10-21 14:39:12

Comparing /work/SRC/openSUSE:Factory/python-LTTL (Old)
 and  /work/SRC/openSUSE:Factory/.python-LTTL.new.3486 (New)


Package is "python-LTTL"

Wed Oct 21 14:39:12 2020 rev:4 rq:843041 version:2.0.12

Changes:

--- /work/SRC/openSUSE:Factory/python-LTTL/python-LTTL.changes  2020-04-15 
19:55:27.137624887 +0200
+++ /work/SRC/openSUSE:Factory/.python-LTTL.new.3486/python-LTTL.changes
2020-10-21 14:39:20.981638064 +0200
@@ -1,0 +2,7 @@
+Wed Oct 21 03:10:01 UTC 2020 - Steve Kowalik 
+
+- Update to 2.0.12:
+  * Update setup.py
+  * ordered annotation keys 
+
+---

Old:

  LTTL-2.0.9.zip

New:

  LTTL-2.0.12.zip



Other differences:
--
++ python-LTTL.spec ++
--- /var/tmp/diff_new_pack.voMq8M/_old  2020-10-21 14:39:23.037639226 +0200
+++ /var/tmp/diff_new_pack.voMq8M/_new  2020-10-21 14:39:23.041639229 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-LTTL
-Version:2.0.9
+Version:2.0.12
 Release:0
 Summary:Library for text processing and analysis
 License:GPL-3.0-only




commit python-LTTL for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package python-LTTL for openSUSE:Factory 
checked in at 2020-04-15 19:55:20

Comparing /work/SRC/openSUSE:Factory/python-LTTL (Old)
 and  /work/SRC/openSUSE:Factory/.python-LTTL.new.2738 (New)


Package is "python-LTTL"

Wed Apr 15 19:55:20 2020 rev:3 rq:794053 version:2.0.9

Changes:

--- /work/SRC/openSUSE:Factory/python-LTTL/python-LTTL.changes  2020-03-26 
23:35:07.666815199 +0100
+++ /work/SRC/openSUSE:Factory/.python-LTTL.new.2738/python-LTTL.changes
2020-04-15 19:55:27.137624887 +0200
@@ -1,0 +2,5 @@
+Wed Apr 15 07:45:33 UTC 2020 - Paolo Stivanin 
+
+- Use pytest instead of nose 
+
+---



Other differences:
--
++ python-LTTL.spec ++
--- /var/tmp/diff_new_pack.RlXRpw/_old  2020-04-15 19:55:29.285625856 +0200
+++ /var/tmp/diff_new_pack.RlXRpw/_new  2020-04-15 19:55:29.289625858 +0200
@@ -35,8 +35,8 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module future}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy}
 # /SECTION
 %python_subpackages
@@ -56,7 +56,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %doc README.rst





commit python-LTTL for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-LTTL for openSUSE:Factory 
checked in at 2020-03-26 23:34:24

Comparing /work/SRC/openSUSE:Factory/python-LTTL (Old)
 and  /work/SRC/openSUSE:Factory/.python-LTTL.new.3160 (New)


Package is "python-LTTL"

Thu Mar 26 23:34:24 2020 rev:2 rq:788508 version:2.0.9

Changes:

--- /work/SRC/openSUSE:Factory/python-LTTL/python-LTTL.changes  2019-12-09 
21:38:11.906027856 +0100
+++ /work/SRC/openSUSE:Factory/.python-LTTL.new.3160/python-LTTL.changes
2020-03-26 23:35:07.666815199 +0100
@@ -1,0 +2,6 @@
+Thu Mar 26 11:11:46 UTC 2020 - Marketa Calabkova 
+
+- Update to 2.0.9
+  * Small update with a fix for the removal of Orange.Table.extend
+
+---

Old:

  LTTL-2.0.8.zip

New:

  LTTL-2.0.9.zip



Other differences:
--
++ python-LTTL.spec ++
--- /var/tmp/diff_new_pack.kvdlNV/_old  2020-03-26 23:35:09.194815751 +0100
+++ /var/tmp/diff_new_pack.kvdlNV/_new  2020-03-26 23:35:09.242815768 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-LTTL
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-LTTL
-Version:2.0.8
+Version:2.0.9
 Release:0
 Summary:Library for text processing and analysis
 License:GPL-3.0-only