Hello community,

here is the log from the commit of package python-extras for openSUSE:Factory 
checked in at 2013-05-02 11:39:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-extras (Old)
 and      /work/SRC/openSUSE:Factory/.python-extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-extras"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-extras/python-extras.changes      
2013-01-14 22:24:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-extras.new/python-extras.changes 
2013-05-02 11:39:21.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 29 11:49:58 UTC 2013 - dmuel...@suse.com
+
+- update to 0.0.3:
+  * Fix support with older testtools 
+
+-------------------------------------------------------------------

Old:
----
  extras-0.0.2.tar.gz

New:
----
  extras-0.0.3.tar.gz

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

Other differences:
------------------
++++++ python-extras.spec ++++++
--- /var/tmp/diff_new_pack.bQ8pDs/_old  2013-05-02 11:39:22.000000000 +0200
+++ /var/tmp/diff_new_pack.bQ8pDs/_new  2013-05-02 11:39:22.000000000 +0200
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           python-extras
-Version:        0.0.2
+Version:        0.0.3
 Release:        0
-License:        MIT
 Summary:        Useful extra bits for Python
-Url:            https://github.com/testing-cabal/extras
+License:        MIT
 Group:          Development/Languages/Python
+Url:            https://github.com/testing-cabal/extras
 Source:         
http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-nose

++++++ extras-0.0.2.tar.gz -> extras-0.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/NEWS new/extras-0.0.3/NEWS
--- old/extras-0.0.2/NEWS       2012-12-13 09:31:41.000000000 +0100
+++ new/extras-0.0.3/NEWS       2013-01-21 19:24:35.000000000 +0100
@@ -6,15 +6,22 @@
 NEXT
 ~~~~
 
+0.0.3
+~~~~~
+
+* Extras setup.py would break on older testtools releases, which could break
+  installs of newer testtools due to extras then failing to install.
+  (Robert Collins)
+
 0.0.2
 ~~~~~
 
-Fix Makefile to not have cruft leftover from testtools.
+* Fix Makefile to not have cruft leftover from testtools.
 
 0.0.1
 ~~~~~
 
-Initial extraction from testtools.
+* Initial extraction from testtools.
 
 
 .. _extras: http://pypi.python.org/pypi/extras
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/PKG-INFO new/extras-0.0.3/PKG-INFO
--- old/extras-0.0.2/PKG-INFO   2012-12-13 09:34:01.000000000 +0100
+++ new/extras-0.0.3/PKG-INFO   2013-01-21 19:26:30.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: extras
-Version: 0.0.2
+Version: 0.0.3
 Summary: Useful extra bits for Python - things that shold be in the standard 
library
 Home-page: https://github.com/testing-cabal/extras
 Author: Testing cabal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/extras/__init__.py 
new/extras-0.0.3/extras/__init__.py
--- old/extras-0.0.2/extras/__init__.py 2012-12-13 09:31:54.000000000 +0100
+++ new/extras-0.0.3/extras/__init__.py 2013-01-21 19:24:49.000000000 +0100
@@ -22,7 +22,7 @@
 # If the releaselevel is 'final', then the tarball will be major.minor.micro.
 # Otherwise it is major.minor.micro~$(revno).
 
-__version__ = (0, 0, 2, 'final', 0)
+__version__ = (0, 0, 3, 'final', 0)
 
 
 def try_import(name, alternative=None, error_callback=None):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/extras.egg-info/PKG-INFO 
new/extras-0.0.3/extras.egg-info/PKG-INFO
--- old/extras-0.0.2/extras.egg-info/PKG-INFO   1970-01-01 01:00:00.000000000 
+0100
+++ new/extras-0.0.3/extras.egg-info/PKG-INFO   2013-01-21 19:26:30.000000000 
+0100
@@ -0,0 +1,68 @@
+Metadata-Version: 1.1
+Name: extras
+Version: 0.0.3
+Summary: Useful extra bits for Python - things that shold be in the standard 
library
+Home-page: https://github.com/testing-cabal/extras
+Author: Testing cabal
+Author-email: testtools-...@lists.launchpad.net
+License: UNKNOWN
+Description: ======
+        extras
+        ======
+        
+        extras is a set of extensions to the Python standard library, 
originally
+        written to make the code within testtools cleaner, but now split out 
for
+        general use outside of a testing context.
+        
+        
+        Documentation
+        -------------
+        
+        pydoc extras is your friend. extras currently contains the following 
functions:
+        
+        * try_import
+        
+        * try_imports
+        
+        * safe_hasattr
+        
+        Which do what their name suggests.
+        
+        
+        Licensing
+        ---------
+        
+        This project is distributed under the MIT license and copyright is 
owned by
+        the extras authors. See LICENSE for details.
+        
+        
+        Required Dependencies
+        ---------------------
+        
+         * Python 2.6+ or 3.0+
+        
+        
+        Bug reports and patches
+        -----------------------
+        
+        Please report bugs using github issues at 
<https://github.com/testing-cabal/extras>.
+        Patches can also be submitted via github.  You can mail the authors 
directly
+        via the mailing list testtools-...@lists.launchpad.net. (Note that 
Launchpad
+        discards email from unknown addresses - be sure to sign up for a 
Launchpad
+        account before mailing the list, or your mail will be silently 
discarded).
+        
+        
+        History
+        -------
+        
+        extras used to be testtools.helpers, and was factored out when folk 
wanted to
+        use it separately.
+        
+        
+        Thanks
+        ------
+        
+         * Martin Pool
+        
+Platform: UNKNOWN
+Classifier: License :: OSI Approved :: MIT License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/extras.egg-info/SOURCES.txt 
new/extras-0.0.3/extras.egg-info/SOURCES.txt
--- old/extras-0.0.2/extras.egg-info/SOURCES.txt        1970-01-01 
01:00:00.000000000 +0100
+++ new/extras-0.0.3/extras.egg-info/SOURCES.txt        2013-01-21 
19:26:30.000000000 +0100
@@ -0,0 +1,15 @@
+.gitignore
+LICENSE
+MANIFEST.in
+Makefile
+NEWS
+README.rst
+setup.cfg
+setup.py
+extras/__init__.py
+extras.egg-info/PKG-INFO
+extras.egg-info/SOURCES.txt
+extras.egg-info/dependency_links.txt
+extras.egg-info/top_level.txt
+extras/tests/__init__.py
+extras/tests/test_extras.py
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/extras.egg-info/dependency_links.txt 
new/extras-0.0.3/extras.egg-info/dependency_links.txt
--- old/extras-0.0.2/extras.egg-info/dependency_links.txt       1970-01-01 
01:00:00.000000000 +0100
+++ new/extras-0.0.3/extras.egg-info/dependency_links.txt       2013-01-21 
19:26:30.000000000 +0100
@@ -0,0 +1 @@
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/extras.egg-info/top_level.txt 
new/extras-0.0.3/extras.egg-info/top_level.txt
--- old/extras-0.0.2/extras.egg-info/top_level.txt      1970-01-01 
01:00:00.000000000 +0100
+++ new/extras-0.0.3/extras.egg-info/top_level.txt      2013-01-21 
19:26:30.000000000 +0100
@@ -0,0 +1 @@
+extras
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/setup.cfg new/extras-0.0.3/setup.cfg
--- old/extras-0.0.2/setup.cfg  2012-10-27 10:26:19.000000000 +0200
+++ new/extras-0.0.3/setup.cfg  2013-01-21 19:26:30.000000000 +0100
@@ -1,4 +1,10 @@
 [test]
 test_module = extras.tests
-buffer=1
-catch=1
+buffer = 1
+catch = 1
+
+[egg_info]
+tag_build = 
+tag_date = 0
+tag_svn_revision = 0
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.2/setup.py new/extras-0.0.3/setup.py
--- old/extras-0.0.2/setup.py   2012-10-27 11:35:36.000000000 +0200
+++ new/extras-0.0.3/setup.py   2013-01-21 19:23:09.000000000 +0100
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
 """Distutils installer for extras."""
 
-from distutils.core import setup
+from setuptools import setup
 import os.path
 
 import extras
-testtools = extras.try_import('testtools')
+testtools_cmd = extras.try_import('testtools.TestCommand')
 
 
 def get_version():
@@ -23,8 +23,8 @@
 
 cmdclass = {}
 
-if testtools is not None:
-    cmdclass['test'] = testtools.TestCommand
+if testtools_cmd is not None:
+    cmdclass['test'] = testtools_cmd
 
 
 setup(name='extras',

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

Reply via email to