Hello community,

here is the log from the commit of package python-publicsuffixlist for 
openSUSE:Factory checked in at 2018-04-04 11:04:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-publicsuffixlist (Old)
 and      /work/SRC/openSUSE:Factory/.python-publicsuffixlist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-publicsuffixlist"

Wed Apr  4 11:04:16 2018 rev:1 rq:592743 version:0.5.1

Changes:
--------
New Changes file:

--- /dev/null   2018-03-29 10:35:27.759803458 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-publicsuffixlist.new/python-publicsuffixlist.changes
     2018-04-04 11:04:26.578161242 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Mar 29 09:35:22 UTC 2018 - [email protected]
+
+- initial package for version 0.5.0

New:
----
  publicsuffixlist-0.5.1.tar.gz
  python-publicsuffixlist.changes
  python-publicsuffixlist.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-publicsuffixlist.spec ++++++
#
# spec file for package python-publicsuffixlist
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-publicsuffixlist
Version:        0.5.1
Release:        0
License:        MPL-2.0
Summary:        Public suffix list implementaion in Python
Url:            https://github.com/ko-zu/psl
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/p/publicsuffixlist/publicsuffixlist-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
Requires(post):   update-alternatives
Requires(postun):  update-alternatives
Recommends:     python-requests
BuildArch:      noarch

%python_subpackages

%description
Parser implementation for the Public Suffix List <https://publicsuffix.org/> in 
Python.

Support for IDN (unicode or punycoded). With built-in list and an updater 
script.

%prep
%setup -q -n publicsuffixlist-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/publicsuffixlist-download

%check
%python_exec setup.py test

%post
%python_install_alternative publicsuffixlist-download

%postun
%python_uninstall_alternative publicsuffixlist-download

%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{_bindir}/publicsuffixlist-download-%{python_bin_suffix}
%python_alternative %{_bindir}/publicsuffixlist-download

%changelog

Reply via email to