Hello community,

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

Package is "python3-zope.interface"

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

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface-doc.changes
   2016-11-03 12:58:42.000000000 +0100
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Thu Nov  3 04:03:16 UTC 2016 - toddrme2...@gmail.com
+
+- Remove unneeded test dependencies.
+
+-------------------------------------------------------------------
+Wed Nov  2 22:14:38 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation and tests into own subpackage
+  to speed up build
+- Create a shared "zope/__init__.py" file to guarantee zope
+  packages are always importable.  The existing zope packages don't
+  create this file, resulting in import errors.  If they did create
+  the file individually, it would conflict.  This shared file
+  avoids both issues.  The file is minimal.  It is based on the
+  version in zope.interface because it doesn't depend on setuptools
+  at runtime.
+
--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
    2016-09-17 14:37:01.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
       2016-11-03 12:58:42.000000000 +0100
@@ -1,0 +2,22 @@
+Wed Nov  2 22:14:38 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation and tests into own subpackage
+  to speed up build
+- Create a shared "zope/__init__.py" file to guarantee zope
+  packages are always importable.  The existing zope packages don't
+  create this file, resulting in import errors.  If they did create
+  the file individually, it would conflict.  This shared file
+  avoids both issues.  The file is minimal.  It is based on the
+  version in zope.interface because it doesn't depend on setuptools
+  at runtime.
+
+-------------------------------------------------------------------
+Wed Oct 12 12:36:45 UTC 2016 - br...@ioda-net.ch
+
+- Packaging : 
+  * Use pypi.io url for sources
+  * Add buildrequires for documentation build and tests
+  * Activate tests
+  * Create -doc package 
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.root.changes
    2016-11-03 12:58:42.000000000 +0100
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Wed Nov  2 22:14:38 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation and tests into own subpackage
+  to speed up build
+- Create a shared "zope/__init__.py" file to guarantee zope
+  packages are always importable.  The existing zope packages don't
+  create this file, resulting in import errors.  If they did create
+  the file individually, it would conflict.  This shared file
+  avoids both issues.  The file is minimal.  It is based on the
+  version in zope.interface because it doesn't depend on setuptools
+  at runtime.
+

New:
----
  python3-zope.interface-doc.changes
  python3-zope.interface-doc.spec
  python3-zope.root.changes
  python3-zope.root.spec

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

Other differences:
------------------
++++++ python3-zope.interface-doc.spec ++++++
#
# spec file for package python3-zope.interface
#
# 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.interface-doc
Version:        4.3.2
Release:        0
Url:            http://pypi.python.org/pypi/zope.interface
Summary:        Interfaces for Python
License:        ZPL-2.1
Group:          Documentation/Other
Source:         
https://pypi.io/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  fdupes
BuildRequires:  python3-devel
BuildRequires:  python3-zope.interface = %{version}
BuildRequires:  python3-setuptools
# Documentation requirements:
BuildRequires:  python3-Sphinx
BuildRequires:  python3-repoze.sphinx.autointerface
BuildRequires:  python3-zope.event
Recommends:     python3-zope.interface = %{version}

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

%prep
%setup -q -n zope.interface-%{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.interface.spec ++++++
--- /var/tmp/diff_new_pack.N0NTvO/_old  2016-11-03 12:58:43.000000000 +0100
+++ /var/tmp/diff_new_pack.N0NTvO/_new  2016-11-03 12:58:43.000000000 +0100
@@ -23,12 +23,12 @@
 Summary:        Interfaces for Python
 License:        ZPL-2.1
 Group:          Development/Languages/Python
-Source:         
https://files.pythonhosted.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
+Source:         
https://pypi.io/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+Requires:       python3-zope.root
 
 %description
 This package is intended to be independently reusable in any Python
@@ -47,8 +47,6 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# Remove duplicate files
-%fdupes -s %{buildroot}
 rm 
%{buildroot}%{python3_sitearch}/zope/interface/_zope_interface_coptimizations.c
 
 %files

++++++ python3-zope.root.spec ++++++
#
# spec file for package python3-zope.root
#
# 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.root
Version:        4.3.2
Release:        0
Url:            http://pypi.python.org/pypi/zope.interface
Summary:        Base files shared by all zope packages
License:        ZPL-2.1
Group:          Development/Languages/Python
Source:         
https://pypi.io/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3-base

%description
This package provides the root directories shared by all zope packages.
This will be pulled in by packages that need it, you don't need to
install it directly.

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

%build
# Not needed

%install
install -m 644 -D src/zope/__init__.py 
%{buildroot}%{python3_sitearch}/zope/__init__.py
install -m 644 -D src/zope/__init__.py 
%{buildroot}%{python3_sitelib}/zope/__init__.py
%py3_compile %{buildroot}%{python3_sitearch}/zope/
%py3_compile %{buildroot}%{python3_sitelib}/zope/

%files
%defattr(-,root,root)
%doc COPYRIGHT.txt LICENSE.txt
%{python3_sitearch}/zope/
%{python3_sitelib}/zope/

%changelog

Reply via email to