Hello community,
here is the log from the commit of package python-beautifulsoup for
openSUSE:Factory checked in at 2013-07-16 16:14:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup (Old)
and /work/SRC/openSUSE:Factory/.python-beautifulsoup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-beautifulsoup"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-beautifulsoup/python-beautifulsoup.changes
2012-03-08 19:45:04.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-beautifulsoup.new/python-beautifulsoup.changes
2013-07-16 16:14:35.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jul 15 12:07:21 UTC 2013 - [email protected]
+
+- Use upstream URL
+- Run testsuite
+
+-------------------------------------------------------------------
+Mon Feb 11 10:05:58 UTC 2013 - [email protected]
+
+- Spec file cleanup, should fix 12.1 build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-beautifulsoup.spec ++++++
--- /var/tmp/diff_new_pack.rX22le/_old 2013-07-16 16:14:35.000000000 +0200
+++ /var/tmp/diff_new_pack.rX22le/_new 2013-07-16 16:14:35.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-beautifulsoup
#
-# 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
@@ -16,8 +16,6 @@
#
-%define modname BeautifulSoup
-
Name: python-beautifulsoup
Version: 3.2.1
Release: 0
@@ -25,11 +23,12 @@
License: BSD-3-Clause
Group: Development/Libraries/Python
Url: http://www.crummy.com/software/BeautifulSoup/
-Source:
http://www.crummy.com/software/BeautifulSoup/download/3.x/%{modname}-%{version}.tar.gz
+Source:
https://pypi.python.org/packages/source/B/BeautifulSoup/BeautifulSoup-%{version}.tar.gz
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+%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
@@ -61,19 +60,20 @@
Beautiful Soup.
%prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n BeautifulSoup-%{version}
%build
-export CFLAGS="%{optflags}"
python setup.py build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%clean
-rm -rf %{buildroot}
+%check
+python BeautifulSoupTests.py
-%files -f INSTALLED_FILES
+%files
%defattr(-,root,root)
+%{python_sitelib}/BeautifulSoup-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/BeautifulSoup*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]