Hello community,

here is the log from the commit of package python-pyquery for openSUSE:Factory 
checked in at 2013-03-26 12:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyquery (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyquery.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyquery", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyquery/python-pyquery.changes    
2012-10-09 14:06:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyquery.new/python-pyquery.changes       
2013-03-26 12:05:06.000000000 +0100
@@ -1,0 +2,33 @@
+Tue Mar 26 00:51:38 UTC 2013 - [email protected]
+
+- updated copyright year in spec file 
+
+-------------------------------------------------------------------
+Tue Mar 26 00:49:40 UTC 2013 - [email protected]
+
+- updated to 1.2.4
+  changes as listed on https://pypi.python.org/pypi/pyquery:
+
+  1.2.4
+    Moved to github. So a few files are renamed from .txt to .rst
+    Added .xhtml_to_html() and .remove_namespaces()
+    Use requests to fetch urls (if available)
+    Use restkit's proxy instead of Paste (which will die with py3)
+    Allow to open https urls
+    python2.5 is no longer supported (may work, but tests are broken)
+  1.2.3
+    Allow to pass this in .filter() callback
+    Add .contents() .items()
+    Add tox.ini
+    Bug fixes: fix #35 #55 #64 #66
+  1.2.2
+    Fix cssselectpatch to match the newer implementation of cssselect. Fixes 
issue #62, #52 and #59 (Haoyu Bai)
+    Fix issue #37 (Caleb Burns)
+  1.2.1
+    Allow to use a custom css translator.
+    Fix issue 44: case problem with xml documents
+  1.2
+    PyQuery now use cssselect. See issue 43.
+    Fix issue 40: forward .html() extra arguments to lxml.etree.tostring
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyquery.new/python3-pyquery.changes      
2013-03-26 12:05:06.000000000 +0100
@@ -0,0 +1,55 @@
+-------------------------------------------------------------------
+Tue Mar 26 00:59:46 UTC 2013 - [email protected]
+
+- added spec file and changelog for python3
+
+-------------------------------------------------------------------
+Tue Mar 26 00:51:38 UTC 2013 - [email protected]
+
+- updated copyright year in spec file 
+
+-------------------------------------------------------------------
+Tue Mar 26 00:49:40 UTC 2013 - [email protected]
+
+- updated to 1.2.4
+  changes as listed on https://pypi.python.org/pypi/pyquery:
+
+  1.2.4
+    Moved to github. So a few files are renamed from .txt to .rst
+    Added .xhtml_to_html() and .remove_namespaces()
+    Use requests to fetch urls (if available)
+    Use restkit's proxy instead of Paste (which will die with py3)
+    Allow to open https urls
+    python2.5 is no longer supported (may work, but tests are broken)
+  1.2.3
+    Allow to pass this in .filter() callback
+    Add .contents() .items()
+    Add tox.ini
+    Bug fixes: fix #35 #55 #64 #66
+  1.2.2
+    Fix cssselectpatch to match the newer implementation of cssselect. Fixes 
issue #62, #52 and #59 (Haoyu Bai)
+    Fix issue #37 (Caleb Burns)
+  1.2.1
+    Allow to use a custom css translator.
+    Fix issue 44: case problem with xml documents
+  1.2
+    PyQuery now use cssselect. See issue 43.
+    Fix issue 40: forward .html() extra arguments to lxml.etree.tostring
+
+-------------------------------------------------------------------
+Tue Jan 31 10:54:06 UTC 2012 - [email protected]
+
+- Simplified macro usage
+- Buildrequire python-distribute instead of (outdated) setuptools
+- Set license to SDPX style (BSD-3-Clause)
+
+-------------------------------------------------------------------
+Sun Oct  9 09:57:45 UTC 2011 - [email protected]
+
+- updated to version 1.0
+
+-------------------------------------------------------------------
+Sat Mar 05 07:02:11 CET 2011 - [email protected]
+
+- initial version (0.7)
+

Old:
----
  pyquery-1.1.1.tar.gz

New:
----
  pyquery-1.2.4.tar.gz
  python3-pyquery.changes
  python3-pyquery.spec

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

Other differences:
------------------
++++++ python-pyquery.spec ++++++
--- /var/tmp/diff_new_pack.mKSEEZ/_old  2013-03-26 12:05:07.000000000 +0100
+++ /var/tmp/diff_new_pack.mKSEEZ/_new  2013-03-26 12:05:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyquery
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -11,21 +11,22 @@
 # 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/
 #
 
+
 Name:           python-pyquery
-Version:        1.1.1
+Version:        1.2.4
 Release:        0
-License:        BSD-3-Clause
 Summary:        A jQuery-like library for python
-Url:            http://pypi.python.org/pypi/pyquery
+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
 BuildRequires:  python-devel
-BuildRequires:  python-lxml
 BuildRequires:  python-distribute
+BuildRequires:  python-lxml
 Requires:       python-lxml
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -49,7 +50,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt README.txt
+%doc CHANGES.rst README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ python3-pyquery.spec ++++++
#
# spec file for package python3-pyquery
#
# Copyright (c) 2013 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
# 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/
#


Name:           python3-pyquery
Version:        1.2.4
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
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-lxml
Requires:       python3-lxml
BuildArch:      noarch

%description
Pyquery allows you to make jQuery queries on XML documents. The API is
as much as possible the similar to jQuery. Pyquery uses lxml for fast
XML and HTML manipulation.

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

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES.rst README.rst
%{python3_sitelib}/*

%changelog
++++++ pyquery-1.1.1.tar.gz -> pyquery-1.2.4.tar.gz ++++++
++++ 2715 lines of diff (skipped)

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

Reply via email to