Hello community,
here is the log from the commit of package python3-zope.event for
openSUSE:Factory checked in at 2013-03-21 22:11:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-zope.event (Old)
and /work/SRC/openSUSE:Factory/.python3-zope.event.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-zope.event", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2013-02-26 18:15:11.936010755 +0100
+++
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python-zope.event.changes
2013-03-21 22:11:24.000000000 +0100
@@ -0,0 +1,64 @@
+-------------------------------------------------------------------
+Fri Mar 15 13:53:40 UTC 2013 - [email protected]
+
+- Rename to python-zope.event to match usptream name
+
+-------------------------------------------------------------------
+Tue Jan 15 14:33:50 UTC 2013 - [email protected]
+
+- Drop the lib dir messing around, the package is noarch
+
+-------------------------------------------------------------------
+Mon Jan 14 14:30:19 UTC 2013 - [email protected]
+
+- Initial python3 support
+
+-------------------------------------------------------------------
+Mon Jan 14 14:29:47 UTC 2013 - [email protected]
+
+- Update to 4.0.2 version:
+ * Fleshed out PyPI Trove classifiers.
+ * Added support for jython 2.7.
+
+-------------------------------------------------------------------
+Tue Jan 24 10:48:37 UTC 2012 - [email protected]
+
+- remove use of %suse_update_libdir
+
+-------------------------------------------------------------------
+Wed Jan 18 17:42:03 UTC 2012 - [email protected]
+
+- license update: ZPL-2.1
+ is ZPL-2-1
+
+-------------------------------------------------------------------
+Thu Jan 12 11:31:11 UTC 2012 - [email protected]
+
+- change license to be in spdx.org format
+
+-------------------------------------------------------------------
+Wed Nov 10 15:03:24 UTC 2010 - [email protected]
+
+- fix file list
+
+-------------------------------------------------------------------
+Thu Sep 16 08:28:39 UTC 2010 - [email protected]
+
+- fix build on distributions != 11.3
+
+-------------------------------------------------------------------
+Fri Jun 25 13:08:04 UTC 2010 - [email protected]
+
+- Ugly hack to make this an arch package. Apparently it does not
+ work to have bundled modules spread over lib/lib64
+
+-------------------------------------------------------------------
+Tue Jun 22 08:58:52 UTC 2010 - [email protected]
+
+- get rid of buildroot removal in install
+
+-------------------------------------------------------------------
+Wed Jun 2 14:22:10 UTC 2010 - [email protected]
+
+- Initial Package, Version 3.5.0
+
New Changes file:
--- /dev/null 2013-02-26 18:15:11.936010755 +0100
+++
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event.changes
2013-03-21 22:11:24.000000000 +0100
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Fri Mar 15 13:53:54 UTC 2013 - [email protected]
+
+- Rename to python3-zope.event to match usptream name
+
+-------------------------------------------------------------------
+Tue Jan 15 14:34:12 UTC 2013 - [email protected]
+
+- Drop the lib dir messing around, the package is noarch
+
+-------------------------------------------------------------------
+Mon Jan 14 14:33:08 UTC 2013 - [email protected]
+
+- Initial python3 support
+
New:
----
python-zope.event.changes
python-zope.event.spec
python3-zope.event.changes
python3-zope.event.spec
zope.event-4.0.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.event.spec ++++++
#
# spec file for package python-zope.event
#
# 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-zope.event
Version: 4.0.2
Release: 0
Summary: Very basic event publishing system
License: ZPL-2.1
Group: Development/Libraries/Python
Url: http://pypi.python.org/pypi/zope.event
Source: zope.event-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
# Documentation requirements:
#BuildRequires: python-Sphinx
%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
Provides: python-zope-event = %{version}
#TODO: Change back after next version update:
Obsoletes: python-zope-event <= %{version}
%description
An event publishing system and a very simple event-dispatching system on
which more sophisticated event dispatching systems can be built. For
example, a type-based event dispatching system that builds on zope.event
can be found in zope.component.
%prep
%setup -q -n zope.event-%{version}
%build
python setup.py build
# Doc build is self-referential, i.e. move to a seperate spec to require this
one:
#python setup.py build_sphinx
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python setup.py test
%files
%defattr(-,root,root)
%doc COPYRIGHT.txt LICENSE.txt README.txt
%{python_sitelib}/*
%changelog
++++++ python3-zope.event.spec ++++++
#
# spec file for package python3-zope.event
#
# 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-zope.event
Version: 4.0.2
Release: 0
Summary: Very basic event publishing system
License: ZPL-2.1
Group: Development/Libraries/Python
Url: http://pypi.python.org/pypi/zope.event
Source: zope.event-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-distribute
BuildArch: noarch
Provides: python3-zope-event = %{version}
#TODO: Change back after next version update:
Obsoletes: python3-zope-event <= %{version}
%description
An event publishing system and a very simple event-dispatching system on
which more sophisticated event dispatching systems can be built. For
example, a type-based event dispatching system that builds on zope.event
can be found in zope.component.
%prep
%setup -q -n zope.event-%{version}
%build
python3 setup.py build
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python3 setup.py test
%files
%defattr(-,root,root)
%doc COPYRIGHT.txt LICENSE.txt README.txt
%{python3_sitelib}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]