Hello community, here is the log from the commit of package python-rdflib for openSUSE:Factory checked in at 2013-03-08 13:29:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old) and /work/SRC/openSUSE:Factory/.python-rdflib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rdflib", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes 2013-01-20 08:17:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-rdflib.new/python-rdflib.changes 2013-03-08 13:29:14.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Jan 31 13:27:04 UTC 2013 - [email protected] + +- Drop shipped bytecode files and recompile them + +------------------------------------------------------------------- +Wed Jan 30 13:06:06 UTC 2013 - [email protected] + +- Run testsuite everywhere +- Macro cleanup + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python-rdflib/python3-rdflib.changes 2013-01-20 08:17:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-rdflib.new/python3-rdflib.changes 2013-03-08 13:29:15.000000000 +0100 @@ -1,0 +2,10 @@ +Thu Jan 31 13:27:29 UTC 2013 - [email protected] + +- Drop shipped bytecode files and recompile them + +------------------------------------------------------------------- +Wed Jan 30 13:06:17 UTC 2013 - [email protected] + +- Run testsuite everywhere + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rdflib.spec ++++++ --- /var/tmp/diff_new_pack.a5lABJ/_old 2013-03-08 13:29:15.000000000 +0100 +++ /var/tmp/diff_new_pack.a5lABJ/_new 2013-03-08 13:29:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-rdflib # -# 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 @@ -25,21 +25,19 @@ Url: http://rdflib.net/ Source: http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes BuildRequires: python-Sphinx BuildRequires: python-devel BuildRequires: python-isodate BuildRequires: python-nose BuildRequires: python-xml -BuildRequires: fdupes Requires: python-isodate Requires: python-xml -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +%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 -%endif -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description RDFLib is a Python library for working with RDF, a simple yet powerful @@ -49,7 +47,8 @@ %prep %setup -q -n rdflib-%{version} -sed -i "1d" rdflib/plugins/parsers/{ntriples,notation3}.py # Fix non-executable bits +# Drop py2.7 bytecode files, we have to rebuild these: +find . -type f -name "*.pyc" -print -delete %build python setup.py build @@ -62,10 +61,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes -s build/html -%if 0%{?suse_version} >= 1220 %check python setup.py test -%endif %files %defattr(-,root,root) ++++++ python3-rdflib.spec ++++++ --- /var/tmp/diff_new_pack.a5lABJ/_old 2013-03-08 13:29:15.000000000 +0100 +++ /var/tmp/diff_new_pack.a5lABJ/_new 2013-03-08 13:29:15.000000000 +0100 @@ -25,14 +25,15 @@ Url: http://rdflib.net/ Source: http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes BuildRequires: python-Sphinx BuildRequires: python3 +BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildRequires: python3-isodate BuildRequires: python3-nose BuildRequires: python3-xml -BuildRequires: fdupes Requires: python3-isodate Requires: python3-xml BuildArch: noarch @@ -46,6 +47,8 @@ %prep %setup -q -n rdflib-%{version} sed -i "1d" rdflib/plugins/parsers/{ntriples,notation3}.py # Fix non-executable bits +# Drop py2.7 bytecode files, we have to rebuild these: +find . -type f -name "*.pyc" -print -delete %build python3 setup.py build @@ -58,10 +61,8 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes -s build/html -%if 0%{?suse_version} >= 1230 %check python3 setup.py test -%endif %files %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
