Hello community,

here is the log from the commit of package python-ZODB3 for openSUSE:Factory 
checked in at 2015-05-16 19:01:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ZODB3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-ZODB3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ZODB3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ZODB3/python-ZODB3.changes        
2013-10-02 17:57:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-ZODB3.new/python-ZODB3.changes   
2015-05-16 19:01:57.000000000 +0200
@@ -1,0 +2,9 @@
+Fri May 15 11:04:10 UTC 2015 - [email protected]
+
+- update to version 3.11.0:
+  * No changes from ZODB3 3.11.0a3: this release just makes the
+    meta-package version of ZODB3 installable by default under
+    buldout 2.x.
+- remove COPYRIGHT.txt and LICENSE.txt: not provided anymore
+
+-------------------------------------------------------------------

Old:
----
  ZODB3-3.11.0a3.tar.gz

New:
----
  ZODB3-3.11.0.tar.gz

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

Other differences:
------------------
++++++ python-ZODB3.spec ++++++
--- /var/tmp/diff_new_pack.JuLa9f/_old  2015-05-16 19:01:57.000000000 +0200
+++ /var/tmp/diff_new_pack.JuLa9f/_new  2015-05-16 19:01:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ZODB3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           python-ZODB3
-Version:        3.11.0a3
+Version:        3.11.0
 Release:        0
 Summary:        ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO
 License:        ZPL-2.1
@@ -27,18 +27,18 @@
 Source:         
https://pypi.python.org/packages/source/Z/ZODB3/ZODB3-%{version}.tar.gz
 
 BuildRequires:  fdupes
-BuildRequires:  python-setuptools
+BuildRequires:  python-BTrees >= 4.0.0
 BuildRequires:  python-ZEO >= 4.0.0
 BuildRequires:  python-ZODB >= 4.0.0
 BuildRequires:  python-persistent >= 4.0.0
-BuildRequires:  python-BTrees >= 4.0.0
+BuildRequires:  python-setuptools
 BuildRequires:  python-transaction
 
-Requires:       python-setuptools
+Requires:       python-BTrees >= 4.0.0
 Requires:       python-ZEO >= 4.0.0
 Requires:       python-ZODB >= 4.0.0
 Requires:       python-persistent >= 4.0.0
-Requires:       python-BTrees >= 4.0.0
+Requires:       python-setuptools
 Requires:       python-transaction
 
 # Testing requirements:
@@ -85,7 +85,7 @@
 
 %files
 %defattr(-,root,root)
-%doc CHANGES.txt COPYRIGHT.txt HISTORY.txt LICENSE.txt README.txt
+%doc CHANGES.txt HISTORY.txt README.txt
 %{python_sitelib}/*
 
 %changelog

++++++ ZODB3-3.11.0a3.tar.gz -> ZODB3-3.11.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/.gitignore new/ZODB3-3.11.0/.gitignore
--- old/ZODB3-3.11.0a3/.gitignore       1970-01-01 01:00:00.000000000 +0100
+++ new/ZODB3-3.11.0/.gitignore 2013-05-21 18:00:32.000000000 +0200
@@ -0,0 +1 @@
+*.egg-info
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/.travis.yml 
new/ZODB3-3.11.0/.travis.yml
--- old/ZODB3-3.11.0a3/.travis.yml      1970-01-01 01:00:00.000000000 +0100
+++ new/ZODB3-3.11.0/.travis.yml        2013-05-21 18:00:32.000000000 +0200
@@ -0,0 +1,13 @@
+language: python
+python:
+    - 2.6
+    - 2.7
+    - 3.2
+    - 3.3
+install:
+    - python bootstrap.py
+    - bin/buildout
+script:
+    - bin/test -v1
+notifications:
+    email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/CHANGES.txt 
new/ZODB3-3.11.0/CHANGES.txt
--- old/ZODB3-3.11.0a3/CHANGES.txt      2013-03-02 13:57:01.000000000 +0100
+++ new/ZODB3-3.11.0/CHANGES.txt        2014-05-23 18:08:00.000000000 +0200
@@ -2,6 +2,12 @@
 Change History
 ==============
 
+3.11.0 (2014-05-22)
+=====================
+
+No changes from ZODB3 3.11.0a3:  this release just makes the meta-package
+version of ZODB3 installable by default under buldout 2.x.
+
 3.11.0a3 (2013-03-02)
 =====================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/COPYRIGHT.txt 
new/ZODB3-3.11.0/COPYRIGHT.txt
--- old/ZODB3-3.11.0a3/COPYRIGHT.txt    2013-02-27 00:22:01.000000000 +0100
+++ new/ZODB3-3.11.0/COPYRIGHT.txt      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/LICENSE.txt 
new/ZODB3-3.11.0/LICENSE.txt
--- old/ZODB3-3.11.0a3/LICENSE.txt      2013-02-27 00:22:01.000000000 +0100
+++ new/ZODB3-3.11.0/LICENSE.txt        1970-01-01 01:00:00.000000000 +0100
@@ -1,44 +0,0 @@
-Zope Public License (ZPL) Version 2.1
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions in source code must retain the accompanying copyright
-notice, this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the accompanying copyright
-notice, this list of conditions, and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Names of the copyright holders must not be used to endorse or promote
-products derived from this software without prior written permission from the
-copyright holders.
-
-4. The right to distribute this software or to use it for any purpose does not
-give you the right to use Servicemarks (sm) or Trademarks (tm) of the
-copyright
-holders. Use of them is covered by separate agreement with the copyright
-holders.
-
-5. If any files are modified, you must cause the modified files to carry
-prominent notices stating that you changed the files and the date of any
-change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/PKG-INFO new/ZODB3-3.11.0/PKG-INFO
--- old/ZODB3-3.11.0a3/PKG-INFO 2013-03-02 13:59:04.000000000 +0100
+++ new/ZODB3-3.11.0/PKG-INFO   2014-05-23 18:10:48.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: ZODB3
-Version: 3.11.0a3
+Version: 3.11.0
 Summary: ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO
 Home-page: UNKNOWN
 Author: Zope Foundation and Contributors
@@ -32,6 +32,12 @@
         Change History
         ==============
         
+        3.11.0 (2014-05-22)
+        =====================
+        
+        No changes from ZODB3 3.11.0a3:  this release just makes the 
meta-package
+        version of ZODB3 installable by default under buldout 2.x.
+        
         3.11.0a3 (2013-03-02)
         =====================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/ZODB3.egg-info/PKG-INFO 
new/ZODB3-3.11.0/ZODB3.egg-info/PKG-INFO
--- old/ZODB3-3.11.0a3/ZODB3.egg-info/PKG-INFO  2013-03-02 13:59:04.000000000 
+0100
+++ new/ZODB3-3.11.0/ZODB3.egg-info/PKG-INFO    2014-05-23 18:10:48.000000000 
+0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: ZODB3
-Version: 3.11.0a3
+Version: 3.11.0
 Summary: ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO
 Home-page: UNKNOWN
 Author: Zope Foundation and Contributors
@@ -32,6 +32,12 @@
         Change History
         ==============
         
+        3.11.0 (2014-05-22)
+        =====================
+        
+        No changes from ZODB3 3.11.0a3:  this release just makes the 
meta-package
+        version of ZODB3 installable by default under buldout 2.x.
+        
         3.11.0a3 (2013-03-02)
         =====================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/ZODB3.egg-info/SOURCES.txt 
new/ZODB3-3.11.0/ZODB3.egg-info/SOURCES.txt
--- old/ZODB3-3.11.0a3/ZODB3.egg-info/SOURCES.txt       2013-03-02 
13:59:04.000000000 +0100
+++ new/ZODB3-3.11.0/ZODB3.egg-info/SOURCES.txt 2014-05-23 18:10:48.000000000 
+0200
@@ -1,9 +1,10 @@
+.gitignore
+.travis.yml
 CHANGES.txt
-COPYRIGHT.txt
 HISTORY.txt
-LICENSE.txt
 MANIFEST.in
 README.txt
+buildout.cfg
 setup.py
 ZODB3.egg-info/PKG-INFO
 ZODB3.egg-info/SOURCES.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/buildout.cfg 
new/ZODB3-3.11.0/buildout.cfg
--- old/ZODB3-3.11.0a3/buildout.cfg     1970-01-01 01:00:00.000000000 +0100
+++ new/ZODB3-3.11.0/buildout.cfg       2013-05-21 18:00:32.000000000 +0200
@@ -0,0 +1,28 @@
+[buildout]
+develop = .
+parts =
+    scripts
+versions = versions
+
+[versions]
+zc.recipe.testrunner = 1.3.0
+
+[test]
+recipe = zc.recipe.testrunner
+eggs =
+    ZODB3 [test]
+    persistent [test]
+    BTrees [test]
+    ZODB [test]
+    ZEO [test]
+initialization =
+  import os, tempfile
+  try: os.mkdir('tmp')
+  except: pass
+  tempfile.tempdir = os.path.abspath('tmp')
+defaults = ['--all']
+
+[scripts]
+recipe = zc.recipe.egg
+eggs = ${test:eggs}
+interpreter = py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB3-3.11.0a3/setup.py new/ZODB3-3.11.0/setup.py
--- old/ZODB3-3.11.0a3/setup.py 2013-03-02 13:55:36.000000000 +0100
+++ new/ZODB3-3.11.0/setup.py   2014-05-23 18:06:54.000000000 +0200
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-VERSION = "3.11.0a3"
+VERSION = "3.11.0"
 
 from setuptools import setup
 import sys


Reply via email to