commit python-pyLibravatar for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package python-pyLibravatar for 
openSUSE:Factory checked in at 2020-04-23 18:33:19

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


Package is "python-pyLibravatar"

Thu Apr 23 18:33:19 2020 rev:3 rq:796429 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/python-pyLibravatar/python-pyLibravatar.changes  
2018-08-10 09:49:11.394213093 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyLibravatar.new.2738/python-pyLibravatar.changes
2020-04-23 18:33:24.200428157 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 07:27:30 UTC 2020 - Tomáš Chvátal 
+
+- Disable python2 build
+
+---



Other differences:
--
++ python-pyLibravatar.spec ++
--- /var/tmp/diff_new_pack.GSnV8x/_old  2020-04-23 18:33:25.580430796 +0200
+++ /var/tmp/diff_new_pack.GSnV8x/_new  2020-04-23 18:33:25.584430804 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyLibravatar
 #
-# Copyright (c) 2018 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
@@ -12,31 +12,25 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-pyLibravatar
 Version:1.7
 Release:0
 Summary:Python module for Libravatar
 License:MIT
-Group:  Development/Languages/Python
 URL:https://launchpad.net/pylibravatar
 Source: 
https://files.pythonhosted.org/packages/source/p/pyLibravatar/pyLibravatar-%{version}.tar.gz
+BuildRequires:  %{python_module py3dns}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-pydns
-BuildRequires:  python3-py3dns
+Requires:   python-py3dns
 BuildArch:  noarch
-%ifpython2
-Requires:   python2-pydns
-%endif
-%ifpython3
-Requires:   python3-py3dns
-%endif
 %python_subpackages
 
 %description
@@ -54,6 +48,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
+%license README.txt
 %doc README.txt Changelog.txt
 %{python_sitelib}/*
 




commit python-pyLibravatar for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package python-pyLibravatar for 
openSUSE:Factory checked in at 2018-08-10 09:49:10

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


Package is "python-pyLibravatar"

Fri Aug 10 09:49:10 2018 rev:2 rq:628111 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/python-pyLibravatar/python-pyLibravatar.changes  
2018-08-03 12:38:00.531632589 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyLibravatar.new/python-pyLibravatar.changes 
2018-08-10 09:49:11.394213093 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 13:16:58 UTC 2018 - jeng...@inai.de
+
+- Ensure neutrality of descrpition.
+
+---



Other differences:
--
++ python-pyLibravatar.spec ++
--- /var/tmp/diff_new_pack.b0ugOf/_old  2018-08-10 09:49:12.074214188 +0200
+++ /var/tmp/diff_new_pack.b0ugOf/_new  2018-08-10 09:49:12.078214196 +0200
@@ -40,8 +40,8 @@
 %python_subpackages
 
 %description
-PyLibravatar is an easy way to make use of the federated `Libravatar`_
-avatar hosting service from within your Python applications.
+PyLibravatar is a module for using federated Libravatar
+avatar hosting service from within Python applications.
 
 %prep
 %setup -q -n pyLibravatar-%{version}