Hello community,

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

Package is "python-zope-proxy", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope-proxy/python-zope-proxy.changes      
2011-09-23 12:43:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-zope-proxy.new/python-zope-proxy.changes 
2013-01-17 13:18:26.000000000 +0100
@@ -1,0 +2,36 @@
+Wed Jan 16 11:59:15 UTC 2013 - cfarr...@suse.com
+
+- license update: ZPL-2.1
+  See LICENSE.txt
+
+-------------------------------------------------------------------
+Mon Jan 14 14:17:44 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+-------------------------------------------------------------------
+Mon Jan 14 14:14:58 UTC 2013 - p.drou...@gmail.com
+
+- Update to 4.1.1 version:
+  * Fleshed out PyPI Trove classifiers.
+
+- Update to 4.0.0 version:
+  * Added support for PyPy.
+    N.B.: the C extension is not built under PyPy.
+  * Added a pure-Python reference / fallback implementations of 
zope.proxy.ProxyBase
+    and the proxy module API functions.
+    N.B.: the pure-Python proxy implements all regular features of
+    ProxyBase; however, it does not exclude access to the wrapped object
+    in the same way that the C version does. If you need that information
+    hiding (e.g., to implement security sandboxing), you still need to use
+    the C version.
+  * Added support for continuous integration using tox and jenkins.
+  * 100% unit test coverage.
+  * Added Sphinx documentation: moved doctest examples to API reference.
+  * Added 'setup.py docs' alias (installs Sphinx and dependencies).
+  * Added 'setup.py dev' alias (runs setup.py develop plus installs nose and 
coverage).
+  * Replaced deprecated zope.interface.implements usage with equivalent 
zope.interface.implementer decorator.
+  * Dropped support for Python 2.4 and 2.5.
+  * Added Python 3.2 support.
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope-proxy.new/python3-zope-proxy.changes    
    2013-01-17 13:18:26.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon Jan 14 14:21:11 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

Old:
----
  zope.proxy-3.6.1.tar.bz2

New:
----
  python3-zope-proxy.changes
  python3-zope-proxy.spec
  zope.proxy-4.1.1.tar.bz2

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

Other differences:
------------------
++++++ python-zope-proxy.spec ++++++
--- /var/tmp/diff_new_pack.Ojh9Fe/_old  2013-01-17 13:18:27.000000000 +0100
+++ /var/tmp/diff_new_pack.Ojh9Fe/_new  2013-01-17 13:18:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-zope-proxy (Version 3.6.1)
+# spec file for package python-zope-proxy
 #
-# 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,11 +19,11 @@
 %define modname zope.proxy
 
 Name:           python-zope-proxy
-Version:        3.6.1
+Version:        4.1.1
 Release:        1
 Summary:        Generic Transparent Proxies
 Url:            http://pypi.python.org/pypi/zope.proxy
-License:        ZPL-2.0
+License:        ZPL-2.1
 Group:          Development/Libraries/Python
 Source:         %{modname}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ python3-zope-proxy.spec ++++++
#
# spec file for package python3-zope-proxy
#
# 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 zope.proxy

Name:           python3-zope-proxy
Version:        4.1.1
Release:        1
Summary:        Generic Transparent Proxies
Url:            http://pypi.python.org/pypi/zope.proxy
License:        ZPL-2.0
Group:          Development/Libraries/Python
Source:         %{modname}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute

%description
Proxies are special objects which serve as mostly-transparent wrappers
around another object, intervening in the apparent behavior of the
wrapped object only when necessary to apply the policy (e.g., access
checking, location brokering, etc.) for which the proxy is responsible.

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

%build
export CFLAGS="$RPM_OPT_FLAGS"
python3 setup.py build

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

%files
%defattr(-,root,root)
%doc CHANGES.txt
%{python3_sitearch}/*
%{_includedir}/*

%changelog
++++++ zope.proxy-3.6.1.tar.bz2 -> zope.proxy-4.1.1.tar.bz2 ++++++
++++ 4462 lines of diff (skipped)

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

Reply via email to