commit python-versioneer for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-versioneer for 
openSUSE:Factory checked in at 2018-12-24 11:45:51

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


Package is "python-versioneer"

Mon Dec 24 11:45:51 2018 rev:3 rq:659744 version:0.18

Changes:

--- /work/SRC/openSUSE:Factory/python-versioneer/python-versioneer.changes  
2018-06-08 23:17:49.198961585 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-versioneer.new.28833/python-versioneer.changes
   2018-12-24 11:45:52.401213834 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:55:48 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-versioneer.spec ++
--- /var/tmp/diff_new_pack.xBMC0C/_old  2018-12-24 11:45:52.977213328 +0100
+++ /var/tmp/diff_new_pack.xBMC0C/_new  2018-12-24 11:45:52.981213325 +0100
@@ -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/
 #
 
 
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/warner/python-versioneer
 Source: 
https://files.pythonhosted.org/packages/source/v/versioneer/versioneer-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-versioneer for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package python-versioneer for 
openSUSE:Factory checked in at 2018-06-08 23:17:46

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


Package is "python-versioneer"

Fri Jun  8 23:17:46 2018 rev:2 rq:614836 version:0.18

Changes:

--- /work/SRC/openSUSE:Factory/python-versioneer/python-versioneer.changes  
2018-06-03 12:33:11.590806077 +0200
+++ /work/SRC/openSUSE:Factory/.python-versioneer.new/python-versioneer.changes 
2018-06-08 23:17:49.198961585 +0200
@@ -1,0 +2,5 @@
+Wed Jun  6 20:44:55 UTC 2018 - jeng...@inai.de
+
+- Ensure neutrality/accuracy of description
+
+---



Other differences:
--
++ python-versioneer.spec ++
--- /var/tmp/diff_new_pack.AdqFaT/_old  2018-06-08 23:17:50.174926332 +0200
+++ /var/tmp/diff_new_pack.AdqFaT/_new  2018-06-08 23:17:50.182926043 +0200
@@ -20,7 +20,7 @@
 Name:   python-versioneer
 Version:0.18
 Release:0
-Summary:Easy VCS-based management of project version strings
+Summary:VCS-based management of project version strings
 License:SUSE-Public-Domain
 Group:  Development/Languages/Python
 Url:https://github.com/warner/python-versioneer
@@ -38,7 +38,7 @@
 %description
 Versioneer is a tool to automatically update version strings (in
 setup.py and the conventional ‘from PROJECT import _version’ pattern)
-by asking your version-control system about the current tree.
+by asking the version control system about the current tree.
 
 %prep
 %setup -q -n versioneer-%{version}