Hello community, here is the log from the commit of package python-cerealizer for openSUSE:Factory checked in at 2013-01-14 12:03:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cerealizer (Old) and /work/SRC/openSUSE:Factory/.python-cerealizer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cerealizer", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-cerealizer/python-cerealizer.changes 2011-09-23 12:42:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-cerealizer.new/python-cerealizer.changes 2013-01-14 12:03:13.000000000 +0100 @@ -1,0 +2,11 @@ +Fri Jan 11 20:00:21 UTC 2013 - [email protected] + +- Initial python3 support + +------------------------------------------------------------------- +Fri Jan 11 20:00:02 UTC 2013 - [email protected] + +- Update to 0.8.1 version: + * Add python3 support + +------------------------------------------------------------------- New Changes file: --- /dev/null 2013-01-09 19:40:42.352580873 +0100 +++ /work/SRC/openSUSE:Factory/.python-cerealizer.new/python3-cerealizer.changes 2013-01-14 12:03:13.000000000 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Jan 11 20:00:35 UTC 2013 - [email protected] + +- Initial python3 support + Old: ---- Cerealizer-0.7.tar.bz2 New: ---- Cerealizer-0.8.1.tar.bz2 python3-cerealizer.changes python3-cerealizer.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cerealizer.spec ++++++ --- /var/tmp/diff_new_pack.cDIrIe/_old 2013-01-14 12:03:14.000000000 +0100 +++ /var/tmp/diff_new_pack.cDIrIe/_new 2013-01-14 12:03:14.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-cerealizer (Version 0.7) +# spec file for package python-cerealizer # -# Copyright (c) 2010 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 @@ -19,15 +19,16 @@ %define modname Cerealizer Name: python-cerealizer -Version: 0.7 -Release: 4 +Version: 0.8.1 +Release: 0 Summary: A secure pickle-like module Url: http://pypi.python.org/pypi/Cerealizer License: Python-2.0 Group: Development/Libraries/Python Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel python-setuptools +BuildRequires: python-devel +BuildRequires: python-setuptools BuildArch: noarch %{py_requires} @@ -41,16 +42,14 @@ %setup -q -n %{modname}-%{version} %build -export CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install -python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES +python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} - -%files -f INSTALLED_FILES +%files %defattr(-,root,root) +%doc README +%{python_sitelib}/* %changelog ++++++ python3-cerealizer.spec ++++++ # # spec file for package python3-cerealizer # # 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/ # %define modname Cerealizer Name: python3-cerealizer Version: 0.8.1 Release: 0 Summary: A secure pickle-like module Url: http://pypi.python.org/pypi/Cerealizer License: Python-2.0 Group: Development/Libraries/Python Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute Requires: python(abi) = %{py3_ver} BuildArch: noarch %description A secure pickle-like module. It support basic types (int, string, unicode, tuple, list, dict, set,...), old and new-style classes (you need to register the class for security), object cycles, and it can be extended to support C-defined type. %prep %setup -q -n %{modname}-%{version} %build python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) %doc README %{python3_sitelib}/* %changelog ++++++ Cerealizer-0.7.tar.bz2 -> Cerealizer-0.8.1.tar.bz2 ++++++ ++++ 2310 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
