commit python3-zope.event for openSUSE:Factory

2016-11-03 Thread h_root
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.0 +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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event.changes   
2016-11-03 12:58:30.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.95A0RK/_new  2016-11-03 12:58:31.0 +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




commit python3-zope.event for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.event for 
openSUSE:Factory checked in at 2016-05-25 21:26:55

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:

--- /work/SRC/openSUSE:Factory/python3-zope.event/python3-zope.event.changes
2016-02-22 08:57:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event.changes   
2016-05-25 21:26:57.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:07:52 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-zope.event.spec ++
--- /var/tmp/diff_new_pack.oUaEl9/_old  2016-05-25 21:26:58.0 +0200
+++ /var/tmp/diff_new_pack.oUaEl9/_new  2016-05-25 21:26:58.0 +0200
@@ -23,7 +23,7 @@
 License:ZPL-2.1
 Group:  Development/Libraries/Python
 Url:http://pypi.python.org/pypi/zope.event
-Source: 
https://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-devel




commit python3-zope.event for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.event for 
openSUSE:Factory checked in at 2016-02-22 08:57:51

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:

--- /work/SRC/openSUSE:Factory/python3-zope.event/python3-zope.event.changes
2015-10-22 12:59:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event.changes   
2016-02-22 08:57:58.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb 17 16:54:17 UTC 2016 - a...@gmx.de
+
+- update to version 4.2.0:
+  * Add support for Python 3.5.
+  * Drop support for Python 2.6 and 3.2.
+
+---

Old:

  zope.event-4.1.0.tar.gz

New:

  zope.event-4.2.0.tar.gz



Other differences:
--
++ python3-zope.event.spec ++
--- /var/tmp/diff_new_pack.t2XYUe/_old  2016-02-22 08:57:59.0 +0100
+++ /var/tmp/diff_new_pack.t2XYUe/_new  2016-02-22 08:57:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.event
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.event
-Version:4.1.0
+Version:4.2.0
 Release:0
 Summary:Very basic event publishing system
 License:ZPL-2.1

++ zope.event-4.1.0.tar.gz -> zope.event-4.2.0.tar.gz ++
 1965 lines of diff (skipped)




commit python3-zope.event for openSUSE:Factory

2015-10-22 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.event for 
openSUSE:Factory checked in at 2015-10-22 12:59:10

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:

--- /work/SRC/openSUSE:Factory/python3-zope.event/python3-zope.event.changes
2014-12-16 14:49:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event.changes   
2015-10-22 12:59:17.0 +0200
@@ -1,0 +2,11 @@
+Sun Oct 18 20:40:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * remove *~ from tar file during setup
+
+- update to version 4.1.0:
+  * Require 100% branch (as well as statement) coverage.
+  * Added a simple class-based handler implementation.
+
+---

Old:

  zope.event-4.0.3.tar.gz

New:

  zope.event-4.1.0.tar.gz



Other differences:
--
++ python3-zope.event.spec ++
--- /var/tmp/diff_new_pack.r0GhKi/_old  2015-10-22 12:59:18.0 +0200
+++ /var/tmp/diff_new_pack.r0GhKi/_new  2015-10-22 12:59:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.event
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.event
-Version:4.0.3
+Version:4.1.0
 Release:0
 Summary:Very basic event publishing system
 License:ZPL-2.1
@@ -42,6 +42,8 @@
 
 %prep
 %setup -q -n zope.event-%{version}
+# remove backup files in tar-file (present in 4.1.0)
+find -name "*~" -exec rm -rf {} \;
 
 %build
 python3 setup.py build

++ zope.event-4.0.3.tar.gz -> zope.event-4.1.0.tar.gz ++
 15446 lines of diff (skipped)




commit python3-zope.event for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.event for 
openSUSE:Factory checked in at 2014-12-16 14:48:58

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:

--- /work/SRC/openSUSE:Factory/python3-zope.event/python3-zope.event.changes
2013-06-21 19:09:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event.changes   
2014-12-16 14:49:05.0 +0100
@@ -1,0 +2,12 @@
+Thu Dec 11 20:43:09 UTC 2014 - a...@gmx.de
+
+- specfile:
+  * updated copyright year
+  * updated source location to pypi tar.gz file
+  * updated Readme.txt - Readme.rst
+
+- update to 4.0.3:
+  * Added support for Python 3.4.
+  * Updated boostrap.py to version 2.2.
+
+---

Old:

  zope.event-4.0.2.tar.bz2

New:

  zope.event-4.0.3.tar.gz



Other differences:
--
++ python3-zope.event.spec ++
--- /var/tmp/diff_new_pack.4WpFhF/_old  2014-12-16 14:49:07.0 +0100
+++ /var/tmp/diff_new_pack.4WpFhF/_new  2014-12-16 14:49:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.event
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,13 +17,13 @@
 
 
 Name:   python3-zope.event
-Version:4.0.2
+Version:4.0.3
 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
+Source: 
https://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-devel
@@ -54,7 +54,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYRIGHT.txt LICENSE.txt README.txt
+%doc COPYRIGHT.txt LICENSE.txt README.rst
 %{python3_sitelib}/*
 
 %changelog

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



commit python3-zope.event for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.event for 
openSUSE:Factory checked in at 2013-03-22 10:00: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:

python3-zope.event.changes: same change

New:

  _link



Other differences:
--
python3-zope.event.spec: same change
++ _link ++
link package=python-zope.event cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-zope.event for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.event for 
openSUSE:Factory checked in at 2013-03-22 10:01:27

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:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-zope.event cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-zope.event for openSUSE:Factory

2013-03-21 Thread h_root
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.0 +0100
@@ -0,0 +1,64 @@
+---
+Fri Mar 15 13:53:40 UTC 2013 - speili...@suse.com
+
+- Rename to python-zope.event to match usptream name
+
+---
+Tue Jan 15 14:33:50 UTC 2013 - sasc...@suse.de
+
+- Drop the lib dir messing around, the package is noarch
+
+---
+Mon Jan 14 14:30:19 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Mon Jan 14 14:29:47 UTC 2013 - p.drou...@gmail.com
+
+- 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 - co...@suse.com
+
+- remove use of %suse_update_libdir
+
+---
+Wed Jan 18 17:42:03 UTC 2012 - cdenic...@suse.com
+
+- license update: ZPL-2.1
+  is ZPL-2-1
+
+---
+Thu Jan 12 11:31:11 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---
+Wed Nov 10 15:03:24 UTC 2010 - co...@novell.com
+
+- fix file list
+
+---
+Thu Sep 16 08:28:39 UTC 2010 - co...@novell.com
+
+- fix build on distributions != 11.3
+
+---
+Fri Jun 25 13:08:04 UTC 2010 - hvo...@novell.com
+
+- 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 - hvo...@novell.com
+
+- get rid of buildroot removal in install
+
+---
+Wed Jun  2 14:22:10 UTC 2010 - hvo...@novell.com
+
+- 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.0 +0100
@@ -0,0 +1,15 @@
+---
+Fri Mar 15 13:53:54 UTC 2013 - speili...@suse.com
+
+- Rename to python3-zope.event to match usptream name
+
+---
+Tue Jan 15 14:34:12 UTC 2013 - sasc...@suse.de
+
+- Drop the lib dir messing around, the package is noarch
+
+---
+Mon Jan 14 14:33:08 UTC 2013 - p.drou...@gmail.com
+
+- 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: