commit python-TagStats for openSUSE:Factory

2019-11-08 Thread root
Hello community,

here is the log from the commit of package python-TagStats for openSUSE:Factory 
checked in at 2019-11-08 15:26:14

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


Package is "python-TagStats"

Fri Nov  8 15:26:14 2019 rev:4 rq:746337 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-TagStats/python-TagStats.changes  
2018-08-31 10:45:11.799256735 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-TagStats.new.2990/python-TagStats.changes
2019-11-08 15:26:20.647033972 +0100
@@ -1,0 +2,5 @@
+Thu Nov  7 15:52:44 UTC 2019 - Matej Cepl 
+
+- Run through spec-cleaner
+
+---



Other differences:
--
++ python-TagStats.spec ++
--- /var/tmp/diff_new_pack.RGwIF8/_old  2019-11-08 15:26:22.119035529 +0100
+++ /var/tmp/diff_new_pack.RGwIF8/_new  2019-11-08 15:26:22.119035529 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-TagStats
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,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/
 #
 
 
@@ -23,7 +23,6 @@
 Release:0
 Summary:Statistics for each tag's set of key phrases
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/chuanconggao/TagStats
 Source: 
https://files.pythonhosted.org/packages/source/T/TagStats/TagStats-%{version}.tar.gz
 Source10:   
https://raw.githubusercontent.com/chuanconggao/TagStats/%{version}/LICENSE




commit python-TagStats for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package python-TagStats for openSUSE:Factory 
checked in at 2018-08-31 10:45:10

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


Package is "python-TagStats"

Fri Aug 31 10:45:10 2018 rev:3 rq:632114 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-TagStats/python-TagStats.changes  
2018-07-28 12:44:33.220897402 +0200
+++ /work/SRC/openSUSE:Factory/.python-TagStats.new/python-TagStats.changes 
2018-08-31 10:45:11.799256735 +0200
@@ -1,0 +2,6 @@
+Wed Aug 29 09:23:15 UTC 2018 - tchva...@suse.com
+
+- Remove devel dependency
+- Require python 3.6+
+
+---



Other differences:
--
++ python-TagStats.spec ++
--- /var/tmp/diff_new_pack.jW8Fek/_old  2018-08-31 10:45:12.235257261 +0200
+++ /var/tmp/diff_new_pack.jW8Fek/_new  2018-08-31 10:45:12.239257266 +0200
@@ -24,15 +24,14 @@
 Summary:Statistics for each tag's set of key phrases
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/chuanconggao/TagStats
+URL:https://github.com/chuanconggao/TagStats
 Source: 
https://files.pythonhosted.org/packages/source/T/TagStats/TagStats-%{version}.tar.gz
 Source10:   
https://raw.githubusercontent.com/chuanconggao/TagStats/%{version}/LICENSE
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-
 %python_subpackages
 
 %description




commit python-TagStats for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package python-TagStats for openSUSE:Factory 
checked in at 2018-07-28 12:44:29

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


Package is "python-TagStats"

Sat Jul 28 12:44:29 2018 rev:2 rq:625730 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-TagStats/python-TagStats.changes  
2018-07-06 10:41:08.363315864 +0200
+++ /work/SRC/openSUSE:Factory/.python-TagStats.new/python-TagStats.changes 
2018-07-28 12:44:33.220897402 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 09:22:48 UTC 2018 - jeng...@inai.de
+
+- Fix broken grammar in description.
+
+---



Other differences:
--
++ python-TagStats.spec ++
--- /var/tmp/diff_new_pack.Pnj8bA/_old  2018-07-28 12:44:33.772898404 +0200
+++ /var/tmp/diff_new_pack.Pnj8bA/_new  2018-07-28 12:44:33.776898411 +0200
@@ -36,8 +36,8 @@
 %python_subpackages
 
 %description
-Computing the statistics of each tag's set of key phrases over input
-lines in Python 3.
+A module to compute the statistics of each tag's set of key phrases
+over input lines in Python 3.
 
 %prep
 %setup -q -n TagStats-%{version}