Hello community,

here is the log from the commit of package python-weblib for openSUSE:Factory 
checked in at 2019-04-14 12:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-weblib (Old)
 and      /work/SRC/openSUSE:Factory/.python-weblib.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-weblib"

Sun Apr 14 12:21:52 2019 rev:2 rq:692773 version:0.1.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-weblib/python-weblib.changes      
2018-11-29 22:58:43.787629952 +0100
+++ /work/SRC/openSUSE:Factory/.python-weblib.new.27019/python-weblib.changes   
2019-04-14 12:21:52.923722257 +0200
@@ -1,0 +2,8 @@
+Tue Apr  9 07:47:14 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.1.30
+  * no upstream changelog
+- LICENSE is already packaged
+- run the testsuite
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  weblib-0.1.25.tar.gz

New:
----
  v0.1.30.tar.gz

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

Other differences:
------------------
++++++ python-weblib.spec ++++++
--- /var/tmp/diff_new_pack.iX6H18/_old  2019-04-14 12:21:53.567723029 +0200
+++ /var/tmp/diff_new_pack.iX6H18/_new  2019-04-14 12:21:53.571723034 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-weblib
 #
-# 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
@@ -18,20 +18,24 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-weblib
-Version:        0.1.25
+Version:        0.1.30
 Release:        0
 Summary:        Tools to solve typical tasks in Web scraping
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/lorien/weblib
-Source:         
https://files.pythonhosted.org/packages/source/w/weblib/weblib-%{version}.tar.gz
-Source99:       https://raw.githubusercontent.com/lorien/weblib/master/LICENSE
+# https://github.com/lorien/weblib/issues/15
+Source:         https://github.com/lorien/weblib/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module pytils}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module user_agent}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# SECTION test requirements
+BuildRequires:  %{python_module lxml}
+BuildRequires:  %{python_module pytest}
+# /SECTION
 Requires:       python-pytils
 Requires:       python-six
 Requires:       python-user_agent
@@ -43,11 +47,13 @@
 
 %prep
 %setup -q -n weblib-%{version}
-cp %{SOURCE99} .
 
 %build
 %python_build
 
+%check
+%pytest
+
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/weblib


Reply via email to