Hello community,

here is the log from the commit of package python-cssselect for 
openSUSE:Factory checked in at 2013-01-21 17:44:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cssselect (Old)
 and      /work/SRC/openSUSE:Factory/.python-cssselect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cssselect", Maintainer is ""

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

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-cssselect.new/python-cssselect.changes   
2013-01-21 17:44:57.000000000 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Mon Jan 14 10:17:27 UTC 2013 - sasc...@suse.de
+
+- Minimal cleanup
+
+-------------------------------------------------------------------
+Tue Jan  8 20:42:17 UTC 2013 - iacobcata...@gmail.com
+
+- Initial package 0.7.1
+
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-cssselect.new/python3-cssselect.changes  
2013-01-21 17:44:57.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Tue Jan  8 20:42:17 UTC 2013 - iacobcata...@gmail.com
+
+- Initial package 0.7.1
+

New:
----
  cssselect-0.7.1.tar.gz
  python-cssselect.changes
  python-cssselect.spec
  python3-cssselect.changes
  python3-cssselect.spec

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

Other differences:
------------------
++++++ python-cssselect.spec ++++++
#
# spec file for package python-cssselect
#
# 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:           python-cssselect
Version:        0.7.1
Release:        0
License:        BSD-3-Clause
Summary:        CSS3 selectors for Python
Url:            http://packages.python.org/cssselect/
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/c/cssselect/cssselect-%{version}.tar.gz
BuildRequires:  python-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%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()")}
%else
BuildArch:      noarch
%endif

%description
cssselect parses CSS3 Selectors and translates them to XPath 1.0
expressions. Such expressions can be used in lxml or another XPath engine to
find the matching elements in an XML or HTML document.

This module used to live inside of lxml as lxml.cssselect before it was
extracted as a stand-alone project.

%prep
%setup -q -n cssselect-%{version}
sed -i '/#!\/usr\/bin\/env python/d' cssselect/tests.py

%build
CFLAGS="%{optflags}" python setup.py build

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

%files
%defattr(-,root,root,-)
%{python_sitelib}/*

%changelog
++++++ python3-cssselect.spec ++++++
#
# spec file for package python3-cssselect
#
# 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-cssselect
Version:        0.7.1
Release:        0
License:        BSD-3-Clause
Summary:        CSS3 selectors for Python
Url:            http://packages.python.org/cssselect/
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/c/cssselect/cssselect-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
Requires:       python(abi) = %{py3_ver}

%description
cssselect parses CSS3 Selectors and translates them to XPath 1.0
expressions. Such expressions can be used in lxml or another XPath engine to
find the matching elements in an XML or HTML document.

This module used to live inside of lxml as lxml.cssselect before it was
extracted as a stand-alone project.

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

%build
CFLAGS="%{optflags}" python3 setup.py build
sed -i '/#!\/usr\/bin\/env python/d' cssselect/tests.py

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

%files
%defattr(-,root,root,-)
%{python3_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to