Hello community,

here is the log from the commit of package python-pyquery for openSUSE:Factory 
checked in at 2018-08-24 17:04:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyquery (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyquery.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyquery"

Fri Aug 24 17:04:06 2018 rev:14 rq:628986 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyquery/python-pyquery.changes    
2017-05-17 17:18:28.840004826 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyquery.new/python-pyquery.changes       
2018-08-24 17:04:08.618074209 +0200
@@ -1,0 +2,5 @@
+Mon Aug 13 13:18:38 UTC 2018 - [email protected]
+
+- Remove dependency on unittest2
+
+-------------------------------------------------------------------

Old:
----
  pyquery-1.2.17.tar.gz

New:
----
  pyquery-1.4.0.tar.gz

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

Other differences:
------------------
++++++ python-pyquery.spec ++++++
--- /var/tmp/diff_new_pack.hAjkFJ/_old  2018-08-24 17:04:09.058074732 +0200
+++ /var/tmp/diff_new_pack.hAjkFJ/_new  2018-08-24 17:04:09.058074732 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyquery
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -16,37 +16,34 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # NOTE: circular dependency between python-pyquery and python-WebTest
 # enable testing with a build conditional (off by default):
 %bcond_with test
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyquery
-Version:        1.2.17
+Version:        1.4.0
 Release:        0
 Summary:        A jQuery-like library for python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://pypi.python.org/pypi/pyquery
+URL:            http://pypi.python.org/pypi/pyquery
 Source:         
https://files.pythonhosted.org/packages/source/p/pyquery/pyquery-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module cssselect}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module lxml >= 2.1}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-cssselect
+Requires:       python-lxml >= 2.1
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module WebOb}
 BuildRequires:  %{python_module WebTest}
 BuildRequires:  %{python_module beautifulsoup}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module restkit}
-BuildRequires:  %{python_module unittest2}
 %endif
-BuildRequires:  python-rpm-macros
-Requires:       python-cssselect
-Requires:       python-lxml >= 2.1
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -62,6 +59,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with test}
 %check
@@ -69,7 +67,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.rst README.rst
 %{python_sitelib}/*
 

++++++ pyquery-1.2.17.tar.gz -> pyquery-1.4.0.tar.gz ++++++
++++ 1889 lines of diff (skipped)


Reply via email to