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 <tchva...@suse.com>
+
+- 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}/*
 


Reply via email to