Hello community,

here is the log from the commit of package python3-pyquery for openSUSE:Factory 
checked in at 2014-12-03 22:48:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyquery (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pyquery.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pyquery"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyquery/python3-pyquery.changes  
2013-06-25 13:18:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyquery.new/python3-pyquery.changes     
2014-12-03 22:49:02.000000000 +0100
@@ -1,0 +2,37 @@
+Tue Dec  2 20:12:39 UTC 2014 - [email protected]
+
+- Use setuptools instead of distribute
+- Do not build/require python3; python-devel is sufficient
+- Remove python3-2to3 requirement; was needed for openSUSE 12.2
+- Use upstream tarball from pypi
+- Add unzip depency
+
+-------------------------------------------------------------------
+Sun Nov 30 21:11:44 UTC 2014 - [email protected]
+
+- update to version 1.2.9:
+  * Support for keyword arguments in PyQuery custom functions
+  * Fixed #78: items must take care or the parent
+  * Fixed #65 PyQuery.make_links_absolute() no longer creates 'href' attribute 
when it isn't there
+  * Fixed #19. is_() was broken.
+  * Fixed #9. .replaceWith(PyQuery element) raises error
+  * Remove official python3.2 support (mostly because of 3rd party semi-deps)
+
+- changes from version 1.2.8:
+  * Fixed #22: Open by filename fails when file contains invalid xml
+  * Bug fix in .remove_class()
+
+- changes from version 1.2.7:
+  * Use pep8 name for methods but keep an alias for camel case method. Eg: 
remove_attr and removeAttr works Fix #57
+  * .text() now return an empty string instead of None if there is no text 
node. Fix #45
+  * Fixed #23: removeClass adds class attribute to elements which previously 
lacked one
+
+- changes from version 1.2.6:
+  * README_fixt.py was not include in the release. Fix #54.
+
+- changes from version 1.2.5:
+  * cssselect compat. See https://github.com/SimonSapin/cssselect/pull/22
+  * tests improvments. no longer require a eth connection.
+  * fix #55
+
+-------------------------------------------------------------------
@@ -66 +102,0 @@
-

Old:
----
  pyquery-1.2.4.tar.gz

New:
----
  pyquery-1.2.9.zip

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

Other differences:
------------------
++++++ python3-pyquery.spec ++++++
--- /var/tmp/diff_new_pack.6ZGqTW/_old  2014-12-03 22:49:03.000000000 +0100
+++ /var/tmp/diff_new_pack.6ZGqTW/_new  2014-12-03 22:49:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyquery
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,19 @@
 
 
 Name:           python3-pyquery
-Version:        1.2.4
+Version:        1.2.9
 Release:        0
 Summary:        A jQuery-like library for python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            http://pypi.python.org/pypi/pyquery
-Source:         
http://pypi.python.org/packages/source/p/pyquery/pyquery-%{version}.tar.gz
+Source:         
http://pypi.python.org/packages/source/p/pyquery/pyquery-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-lxml
+BuildRequires:  unzip
 Requires:       python3-lxml
-BuildRequires:  python3
-Requires:       python3
 BuildArch:      noarch
 
 %description

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to