Hello community,

here is the log from the commit of package python3-zope.event for 
openSUSE:Factory checked in at 2016-11-03 12:58:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-zope.event (Old)
 and      /work/SRC/openSUSE:Factory/.python3-zope.event.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-zope.event"

Changes:
--------
New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event-doc.changes
   2016-11-03 12:58:30.000000000 +0100
@@ -0,0 +1,7 @@
+-------------------------------------------------------------------
+Thu Nov  3 02:21:35 UTC 2016 - toddrme2...@gmail.com
+
+- Depend on python3-zope.root to avoid import errors.
+- Create documentation subpackage and move tests there to speed
+  up build.
+
--- /work/SRC/openSUSE:Factory/python3-zope.event/python3-zope.event.changes    
2016-05-25 21:26:57.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event.changes   
    2016-11-03 12:58:30.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov  3 02:21:35 UTC 2016 - toddrme2...@gmail.com
+
+- Depend on python3-zope.root to avoid import errors.
+- Create documentation subpackage and move tests there to speed
+  up build.
+
+-------------------------------------------------------------------

New:
----
  python3-zope.event-doc.changes
  python3-zope.event-doc.spec

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

Other differences:
------------------
++++++ python3-zope.event-doc.spec ++++++
#
# spec file for package python3-zope.event
#
# Copyright (c) 2016 SUSE LINUX 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-doc
Version:        4.2.0
Release:        0
Url:            http://pypi.python.org/pypi/zope.event
Summary:        Very basic event publishing system
License:        ZPL-2.1
Group:          Documentation/Other
Source:         
https://pypi.io/packages/source/z/zope.event/zope.event-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  fdupes
BuildRequires:  python3-zope.event = %{version}
BuildRequires:  python3-setuptools
# Documentation requirements:
BuildRequires:  python3-Sphinx
BuildRequires:  python3-repoze.sphinx.autointerface
# Testing requirements:
BuildRequires:  python3-coverage
BuildRequires:  python3-nose
Recommends:     python3-zope.event = %{version}

%description
This package contains documentation files for python3-zope.event.

%prep
%setup -q -n zope.event-%{version}

%build
# Not needed

%install
PYTHONPATH=$(echo $(pwd)/build/lib.*) python3 setup.py build_sphinx && rm 
build/sphinx/html/.buildinfo
# Remove duplicate files
%fdupes -s %{buildroot}

%check
python3 setup.py -q test

%files
%defattr(-,root,root,-)
%doc build/sphinx/html/

%changelog
++++++ python3-zope.event.spec ++++++
--- /var/tmp/diff_new_pack.95A0RK/_old  2016-11-03 12:58:31.000000000 +0100
+++ /var/tmp/diff_new_pack.95A0RK/_new  2016-11-03 12:58:31.000000000 +0100
@@ -27,7 +27,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
+Requires:       python3-zope.root
 BuildArch:      noarch
 Provides:       python3-zope-event = %{version}
 #TODO: Change back after next version update:
@@ -51,9 +52,6 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python3 setup.py test
-
 %files
 %defattr(-,root,root)
 %doc COPYRIGHT.txt LICENSE.txt README.rst


Reply via email to