commit IPython for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package IPython for openSUSE:Factory checked 
in at 2013-10-25 11:09:53

Comparing /work/SRC/openSUSE:Factory/IPython (Old)
 and  /work/SRC/openSUSE:Factory/.IPython.new (New)


Package is IPython

Changes:

--- /work/SRC/openSUSE:Factory/IPython/IPython.changes  2013-10-09 
09:44:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes 2013-10-25 
11:09:54.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:51:01 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ IPython.spec ++
--- /var/tmp/diff_new_pack.ee41v0/_old  2013-10-25 11:09:57.0 +0200
+++ /var/tmp/diff_new_pack.ee41v0/_new  2013-10-25 11:09:57.0 +0200
@@ -31,12 +31,12 @@
 BuildRequires:  python
 BuildRequires:  python-Cython
 BuildRequires:  python-curses
-BuildRequires:  python-distribute
 BuildRequires:  python-nose = 0.10.1
 BuildRequires:  python-opengl
 BuildRequires:  python-pexpect
 BuildRequires:  python-pymongo
 BuildRequires:  python-pyzmq-devel = 2.1.11
+BuildRequires:  python-setuptools
 BuildRequires:  python-wxWidgets
 %if 0%{?suse_version}
 %py_requires

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



commit konkretcmpi for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package konkretcmpi for openSUSE:Factory 
checked in at 2013-10-25 11:10:13

Comparing /work/SRC/openSUSE:Factory/konkretcmpi (Old)
 and  /work/SRC/openSUSE:Factory/.konkretcmpi.new (New)


Package is konkretcmpi

Changes:

--- /work/SRC/openSUSE:Factory/konkretcmpi/konkretcmpi.changes  2013-08-01 
15:37:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.konkretcmpi.new/konkretcmpi.changes 
2013-10-25 11:10:14.0 +0200
@@ -1,0 +2,13 @@
+Thu Oct 17 12:50:28 UTC 2013 - kkae...@suse.com
+
+- Update to 0.9.2
+  * Modifiable templates for method stubs.
+  * Stub substitutions for method name, method type.
+  * Generated code for method input arguments name and type.
+  * Also generated code for output arguments.
+  * Bugfix possible integer overflow.
+  * Name collision avoidance for status variable in generated
+  * Modifiable template for enumeration stub.
+  * Plenty of bugfixes not announced in silent 0.9.1 release.
+
+---
@@ -5,5 +18,5 @@
-  - Add support for embedded instances
-  - Support varlist in KReturn2
-  - Fix return type for generated indication functions
-  - Enable direct calls
-  - Fix method arguments that are both input and output
+  * Add support for embedded instances
+  * Support varlist in KReturn2
+  * Fix return type for generated indication functions
+  * Enable direct calls
+  * Fix method arguments that are both input and output

Old:

  konkretcmpi-0.9.1.tar.gz

New:

  konkretcmpi-0.9.2.tar.gz



Other differences:
--
++ konkretcmpi.spec ++
--- /var/tmp/diff_new_pack.o4Abez/_old  2013-10-25 11:10:15.0 +0200
+++ /var/tmp/diff_new_pack.o4Abez/_new  2013-10-25 11:10:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   konkretcmpi
-Version:0.9.1
+Version:0.9.2
 Release:0
 BuildRequires:  cmake
 BuildRequires:  gcc

++ konkretcmpi-0.9.1.tar.gz - konkretcmpi-0.9.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konkretcmpi-0.9.1/CMakeLists.txt 
new/konkretcmpi-0.9.2/CMakeLists.txt
--- old/konkretcmpi-0.9.1/CMakeLists.txt2013-07-12 08:32:32.0 
+0200
+++ new/konkretcmpi-0.9.2/CMakeLists.txt2013-09-25 14:36:56.0 
+0200
@@ -4,7 +4,7 @@
 cmake_minimum_required(VERSION 2.6)
 
 set(CMAKE_C_FLAGS -std=c99 -Wall -pedantic -g -Wextra -Wno-unused-parameter 
-Wformat -Wparentheses -Wl,--no-undefined ${CMAKE_C_FLAGS})
-set(CMAKE_CXX_FLAGS -std=c++98 -Wall -pedantic -Wno-long-long -g -Wextra 
-Wno-unused-parameter -Wformat -Wparentheses -Wl,--no-undefined 
${CMAKE_CXX_FLAGS})
+set(CMAKE_CXX_FLAGS -std=c++98 -Wall -pedantic -Wno-long-long -g -Wextra 
-Wno-unused-parameter -Wformat -Wparentheses -Wl,--no-undefined 
-Wno-variadic-macros ${CMAKE_CXX_FLAGS})
 
 # Set path to custom cmake modules
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules 
${CMAKE_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konkretcmpi-0.9.1/src/konkret/konkret.h 
new/konkretcmpi-0.9.2/src/konkret/konkret.h
--- old/konkretcmpi-0.9.1/src/konkret/konkret.h 2013-07-12 08:32:32.0 
+0200
+++ new/konkretcmpi-0.9.2/src/konkret/konkret.h 2013-09-25 14:36:56.0 
+0200
@@ -205,8 +205,9 @@
 fprintf(stderr, CMPIStatus{%u, %s}\n, st-rc, KChars(st-msg));
 }
 
+__attribute__((format(printf, 3, 4)))
 KINLINE CMPIStatus __KReturn2(
-const CMPIBroker* cb, 
+const CMPIBroker* cb,
 CMPIrc rc,
 const char* format,
 ...)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konkretcmpi-0.9.1/src/mof/MOF_Buffer.cpp 
new/konkretcmpi-0.9.2/src/mof/MOF_Buffer.cpp
--- old/konkretcmpi-0.9.1/src/mof/MOF_Buffer.cpp2013-07-12 
08:32:32.0 +0200
+++ new/konkretcmpi-0.9.2/src/mof/MOF_Buffer.cpp2013-09-25 
14:36:56.0 +0200
@@ -26,10 +26,11 @@
 */
 
 #include MOF_Buffer.h
+#include MOF_Error.h
 
-inline MOF_uint32 _next_pow_2(MOF_uint32 x)
+inline size_t _next_pow_2(size_t x)
 {
-MOF_uint32 r = 1;
+size_t r = 1;
 
 while (r  x)
 r = 1;
@@ -37,7 +38,7 @@
 return r;
 }
 
-inline MOF_uint32 _round_capacity(MOF_uint32 capacity)
+inline size_t _round_capacity(size_t capacity)
 {
 return capacity  16 ? 16 : _next_pow_2(capacity);
 }
@@ -54,6 +55,12 @@
 
 void MOF_Buffer::append(const char* data, size_t size)
 {
+if (_size + size  _size) {
+// It would overflow, because both size and _size are unsigned
+// and their sum can't be lower than any of them
+MOF_error_printf(Integer overflow detected);
+return;
+

commit python-amqp for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2013-10-25 11:11:00

Comparing /work/SRC/openSUSE:Factory/python-amqp (Old)
 and  /work/SRC/openSUSE:Factory/.python-amqp.new (New)


Package is python-amqp

Changes:

--- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes  2013-05-07 
15:32:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python-amqp.changes 
2013-10-25 11:11:01.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:58:39 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-amqp.spec ++
--- /var/tmp/diff_new_pack.wM8OUc/_old  2013-10-25 11:11:02.0 +0200
+++ /var/tmp/diff_new_pack.wM8OUc/_new  2013-10-25 11:11:02.0 +0200
@@ -25,7 +25,7 @@
 Url:http://github.com/celery/py-amqp
 Source: 
http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Documentation requirements:
 BuildRequires:  python-Sphinx
 BuildRequires:  python-sphinxcontrib-issuetracker

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



commit python-Attest for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Attest for openSUSE:Factory 
checked in at 2013-10-25 11:11:27

Comparing /work/SRC/openSUSE:Factory/python-Attest (Old)
 and  /work/SRC/openSUSE:Factory/.python-Attest.new (New)


Package is python-Attest

Changes:

--- /work/SRC/openSUSE:Factory/python-Attest/python-Attest.changes  
2013-03-08 13:26:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Attest.new/python-Attest.changes 
2013-10-25 11:11:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 13:03:33 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Attest.spec ++
--- /var/tmp/diff_new_pack.nijl45/_old  2013-10-25 11:11:32.0 +0200
+++ /var/tmp/diff_new_pack.nijl45/_new  2013-10-25 11:11:32.0 +0200
@@ -27,8 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-Pygments
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-progressbar = 2.3
+BuildRequires:  python-setuptools
 Requires:   python-Pygments
 Requires:   python-progressbar = 2.3
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit libzypp for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2013-10-25 11:10:30

Comparing /work/SRC/openSUSE:Factory/libzypp (Old)
 and  /work/SRC/openSUSE:Factory/.libzypp.new (New)


Package is libzypp

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2013-10-02 
13:31:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2013-10-25 
11:10:31.0 +0200
@@ -1,0 +2,30 @@
+Thu Oct 17 17:57:54 CEST 2013 - m...@suse.de
+
+- Add Package isCached and cachedLocation methods
+- fixed PluginFrame::hasKey
+- version 14.1.0 (0)
+
+---
+Thu Oct 10 01:13:48 CEST 2013 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Oct  6 01:13:51 CEST 2013 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Oct  3 01:14:59 CEST 2013 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Wed Oct  2 19:25:58 CEST 2013 - m...@suse.de
+
+- fix handling symlinks in export pathname on NFSv4 (bnc#804544)
+- Bump major version for Factory
+  13.1 is continued on SuSE-Code-13_1-Branch
+- version 14.0.0 (0)
+
+---

Old:

  libzypp-13.7.0.tar.bz2

New:

  libzypp-14.1.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.EfQV5r/_old  2013-10-25 11:10:32.0 +0200
+++ /var/tmp/diff_new_pack.EfQV5r/_new  2013-10-25 11:10:32.0 +0200
@@ -23,7 +23,7 @@
 Summary:Package, Patch, Pattern, and Product Management
 License:GPL-2.0+
 Group:  System/Packages
-Version:13.7.0
+Version:14.1.0
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ libzypp-13.7.0.tar.bz2 - libzypp-14.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-13.7.0/VERSION.cmake 
new/libzypp-14.1.0/VERSION.cmake
--- old/libzypp-13.7.0/VERSION.cmake2013-09-18 17:09:43.0 +0200
+++ new/libzypp-14.1.0/VERSION.cmake2013-10-17 18:01:43.0 +0200
@@ -58,11 +58,11 @@
 # - Consider calling ./mkChangelog to assist you.
 #   See './mkChangelog -h' for help.
 #
-SET(LIBZYPP_MAJOR 13)
-SET(LIBZYPP_COMPATMINOR 6)
-SET(LIBZYPP_MINOR 7)
+SET(LIBZYPP_MAJOR 14)
+SET(LIBZYPP_COMPATMINOR 0)
+SET(LIBZYPP_MINOR 1)
 SET(LIBZYPP_PATCH 0)
 #
-# LAST RELEASED: 13.7.0 (6)
+# LAST RELEASED: 14.1.0 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-13.7.0/package/libzypp.changes 
new/libzypp-14.1.0/package/libzypp.changes
--- old/libzypp-13.7.0/package/libzypp.changes  2013-09-29 01:20:02.0 
+0200
+++ new/libzypp-14.1.0/package/libzypp.changes  2013-10-17 18:01:43.0 
+0200
@@ -1,4 +1,34 @@
 ---
+Thu Oct 17 17:57:54 CEST 2013 - m...@suse.de
+
+- Add Package isCached and cachedLocation methods
+- fixed PluginFrame::hasKey
+- version 14.1.0 (0)
+
+---
+Thu Oct 10 01:13:48 CEST 2013 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Oct  6 01:13:51 CEST 2013 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Oct  3 01:14:59 CEST 2013 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Wed Oct  2 19:25:58 CEST 2013 - m...@suse.de
+
+- fix handling symlinks in export pathname on NFSv4 (bnc#804544)
+- Bump major version for Factory
+  13.1 is continued on SuSE-Code-13_1-Branch
+- version 14.0.0 (0)
+
+---
 Sun Sep 29 01:15:02 CEST 2013 - m...@suse.de
 
 - Update zypp-po.tar.bz2
Files old/libzypp-13.7.0/po/zypp-po.tar.bz2 and 
new/libzypp-14.1.0/po/zypp-po.tar.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-13.7.0/zypp/CheckSum.h 
new/libzypp-14.1.0/zypp/CheckSum.h
--- old/libzypp-13.7.0/zypp/CheckSum.h  2013-03-20 09:29:30.0 +0100
+++ new/libzypp-14.1.0/zypp/CheckSum.h  2013-10-18 09:00:54.0 +0200
@@ -49,6 +49,13 @@
  */
 CheckSum( const std::string  type, std::istream  input_r );
 
+#ifndef SWIG // Swig treats it as syntax 

commit python-argh for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-argh for openSUSE:Factory 
checked in at 2013-10-25 11:11:14

Comparing /work/SRC/openSUSE:Factory/python-argh (Old)
 and  /work/SRC/openSUSE:Factory/.python-argh.new (New)


Package is python-argh

Changes:

--- /work/SRC/openSUSE:Factory/python-argh/python-argh.changes  2013-09-26 
19:45:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-argh.new/python-argh.changes 
2013-10-25 11:11:14.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:58:54 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-argh.spec ++
--- /var/tmp/diff_new_pack.HkuWgT/_old  2013-10-25 11:11:15.0 +0200
+++ /var/tmp/diff_new_pack.HkuWgT/_new  2013-10-25 11:11:15.0 +0200
@@ -27,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-argparse = 1.1
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-argparse = 1.1
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-alembic for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2013-10-25 11:10:55

Comparing /work/SRC/openSUSE:Factory/python-alembic (Old)
 and  /work/SRC/openSUSE:Factory/.python-alembic.new (New)


Package is python-alembic

Changes:

--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes
2013-08-18 22:34:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes   
2013-10-25 11:10:56.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:58:37 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-alembic.spec ++
--- /var/tmp/diff_new_pack.cYMUWh/_old  2013-10-25 11:10:57.0 +0200
+++ /var/tmp/diff_new_pack.cYMUWh/_new  2013-10-25 11:10:57.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/a/alembic/alembic-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-Mako
 BuildRequires:  python-SQLAlchemy = 0.7.5

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



commit python-billiard for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-billiard for openSUSE:Factory 
checked in at 2013-10-25 11:11:40

Comparing /work/SRC/openSUSE:Factory/python-billiard (Old)
 and  /work/SRC/openSUSE:Factory/.python-billiard.new (New)


Package is python-billiard

Changes:

--- /work/SRC/openSUSE:Factory/python-billiard/python-billiard.changes  
2013-09-26 19:46:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-billiard.new/python-billiard.changes 
2013-10-25 11:11:41.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:10 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-billiard.spec ++
--- /var/tmp/diff_new_pack.XZdlAN/_old  2013-10-25 11:12:03.0 +0200
+++ /var/tmp/diff_new_pack.XZdlAN/_new  2013-10-25 11:12:03.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/b/billiard/billiard-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Documentation requirements:
 BuildRequires:  python-sphinx
 # Test requirements:

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



commit python-carrot for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-carrot for openSUSE:Factory 
checked in at 2013-10-25 11:12:00

Comparing /work/SRC/openSUSE:Factory/python-carrot (Old)
 and  /work/SRC/openSUSE:Factory/.python-carrot.new (New)


Package is python-carrot

Changes:

--- /work/SRC/openSUSE:Factory/python-carrot/python-carrot.changes  
2012-02-15 22:23:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-carrot.new/python-carrot.changes 
2013-10-25 11:12:11.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:31 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-carrot.spec ++
--- /var/tmp/diff_new_pack.zwkuys/_old  2013-10-25 11:12:12.0 +0200
+++ /var/tmp/diff_new_pack.zwkuys/_new  2013-10-25 11:12:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-carrot
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
@@ -27,7 +29,7 @@
 Source: carrot-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-amqplib
 Requires:   python-anyjson
 %if 0%{?suse_version}

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



commit python-argparse for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-argparse for openSUSE:Factory 
checked in at 2013-10-25 11:11:22

Comparing /work/SRC/openSUSE:Factory/python-argparse (Old)
 and  /work/SRC/openSUSE:Factory/.python-argparse.new (New)


Package is python-argparse

Changes:

--- /work/SRC/openSUSE:Factory/python-argparse/python-argparse.changes  
2013-04-24 15:57:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-argparse.new/python-argparse.changes 
2013-10-25 11:11:23.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:58:56 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-argparse.spec ++
--- /var/tmp/diff_new_pack.xdzYuA/_old  2013-10-25 11:11:23.0 +0200
+++ /var/tmp/diff_new_pack.xdzYuA/_new  2013-10-25 11:11:23.0 +0200
@@ -27,7 +27,7 @@
 Source1:argparse-1.1.pdf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-celery for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-celery for openSUSE:Factory 
checked in at 2013-10-25 11:12:07

Comparing /work/SRC/openSUSE:Factory/python-celery (Old)
 and  /work/SRC/openSUSE:Factory/.python-celery.new (New)


Package is python-celery

Changes:

--- /work/SRC/openSUSE:Factory/python-celery/python-celery.changes  
2013-09-27 17:58:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-celery.new/python-celery.changes 
2013-10-25 11:12:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:40 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-celery.spec ++
--- /var/tmp/diff_new_pack.6hhLkH/_old  2013-10-25 11:12:14.0 +0200
+++ /var/tmp/diff_new_pack.6hhLkH/_new  2013-10-25 11:12:14.0 +0200
@@ -30,13 +30,13 @@
 BuildRequires:  python-curses
 BuildRequires:  python-dateutil
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-eventlet
 BuildRequires:  python-gevent
 BuildRequires:  python-kombu = 2.5.10
 BuildRequires:  python-mock
 BuildRequires:  python-nose-cover3
 BuildRequires:  python-pyOpenSSL
+BuildRequires:  python-setuptools
 %if 0%{?suse_version} == 1110
 BuildRequires:  python-importlib
 BuildRequires:  python-ordereddict

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



commit python-cffi for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-cffi for openSUSE:Factory 
checked in at 2013-10-25 11:12:17

Comparing /work/SRC/openSUSE:Factory/python-cffi (Old)
 and  /work/SRC/openSUSE:Factory/.python-cffi.new (New)


Package is python-cffi

Changes:

--- /work/SRC/openSUSE:Factory/python-cffi/python-cffi.changes  2013-10-01 
08:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cffi.new/python-cffi.changes 
2013-10-25 11:12:18.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:45 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-cffi.spec ++
--- /var/tmp/diff_new_pack.nl75fP/_old  2013-10-25 11:12:20.0 +0200
+++ /var/tmp/diff_new_pack.nl75fP/_new  2013-10-25 11:12:20.0 +0200
@@ -25,7 +25,7 @@
 Url:http://cffi.readthedocs.org
 Source: 
http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  pkgconfig(libffi)
 # Documentation requirements:
 BuildRequires:  python-Sphinx

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



commit python-Babel for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Babel for openSUSE:Factory 
checked in at 2013-10-25 11:11:33

Comparing /work/SRC/openSUSE:Factory/python-Babel (Old)
 and  /work/SRC/openSUSE:Factory/.python-Babel.new (New)


Package is python-Babel

Changes:

--- /work/SRC/openSUSE:Factory/python-Babel/python-Babel.changes
2013-10-01 08:25:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Babel.new/python-Babel.changes   
2013-10-25 11:11:34.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:04 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



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



commit python-celerymon for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-celerymon for 
openSUSE:Factory checked in at 2013-10-25 11:12:12

Comparing /work/SRC/openSUSE:Factory/python-celerymon (Old)
 and  /work/SRC/openSUSE:Factory/.python-celerymon.new (New)


Package is python-celerymon

Changes:

--- /work/SRC/openSUSE:Factory/python-celerymon/python-celerymon.changes
2012-11-25 13:27:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-celerymon.new/python-celerymon.changes   
2013-10-25 11:12:15.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:43 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-celerymon.spec ++
--- /var/tmp/diff_new_pack.cntMMN/_old  2013-10-25 11:12:16.0 +0200
+++ /var/tmp/diff_new_pack.cntMMN/_new  2013-10-25 11:12:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-celerymon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-celery
 Requires:   python-tornado
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-Brownie for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Brownie for openSUSE:Factory 
checked in at 2013-10-25 11:11:52

Comparing /work/SRC/openSUSE:Factory/python-Brownie (Old)
 and  /work/SRC/openSUSE:Factory/.python-Brownie.new (New)


Package is python-Brownie

Changes:

--- /work/SRC/openSUSE:Factory/python-Brownie/python-Brownie.changes
2012-03-24 20:09:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Brownie.new/python-Brownie.changes   
2013-10-25 11:12:06.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:25 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Brownie.spec ++
--- /var/tmp/diff_new_pack.otBLgA/_old  2013-10-25 11:12:11.0 +0200
+++ /var/tmp/diff_new_pack.otBLgA/_new  2013-10-25 11:12:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Brownie
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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-Brownie
 Version:0.5.1
 Release:0
@@ -26,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:  python-Attest
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 #BuildRequires:  python-functional
 #BuildRequires:  python-nose
 BuildRequires:  python-Sphinx

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



commit python-biplist for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-biplist for openSUSE:Factory 
checked in at 2013-10-25 11:11:45

Comparing /work/SRC/openSUSE:Factory/python-biplist (Old)
 and  /work/SRC/openSUSE:Factory/.python-biplist.new (New)


Package is python-biplist

Changes:

--- /work/SRC/openSUSE:Factory/python-biplist/python-biplist.changes
2013-01-14 14:04:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-biplist.new/python-biplist.changes   
2013-10-25 11:12:03.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:13 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-biplist.spec ++
--- /var/tmp/diff_new_pack.usmC7F/_old  2013-10-25 11:12:06.0 +0200
+++ /var/tmp/diff_new_pack.usmC7F/_new  2013-10-25 11:12:06.0 +0200
@@ -27,8 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-coverage
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 BuildRequires:  python-six
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-coverage for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2013-10-25 11:12:49

Comparing /work/SRC/openSUSE:Factory/python-coverage (Old)
 and  /work/SRC/openSUSE:Factory/.python-coverage.new (New)


Package is python-coverage

Changes:

--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2013-10-21 20:01:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 
2013-10-25 11:12:50.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 13:40:56 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-coverage.spec ++
--- /var/tmp/diff_new_pack.dp7Vo0/_old  2013-10-25 11:12:51.0 +0200
+++ /var/tmp/diff_new_pack.dp7Vo0/_new  2013-10-25 11:12:51.0 +0200
@@ -26,11 +26,11 @@
 Source: 
http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 #BuildRequires:  python-mock
 #BuildRequires:  python-nose
-Requires:   python-distribute
+Requires:   python-setuptools
 Requires:   python-xml
 Requires(post): update-alternatives
 Requires(postun): update-alternatives

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



commit python-cloudfiles for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-cloudfiles for 
openSUSE:Factory checked in at 2013-10-25 11:12:21

Comparing /work/SRC/openSUSE:Factory/python-cloudfiles (Old)
 and  /work/SRC/openSUSE:Factory/.python-cloudfiles.new (New)


Package is python-cloudfiles

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudfiles/python-cloudfiles.changes  
2013-03-14 15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2013-10-25 11:12:22.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:00:05 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-cloudfiles.spec ++
--- /var/tmp/diff_new_pack.IaFob1/_old  2013-10-25 11:12:23.0 +0200
+++ /var/tmp/diff_new_pack.IaFob1/_new  2013-10-25 11:12:23.0 +0200
@@ -30,9 +30,9 @@
 # Test requirements:
 # NOTE(saschpe): 'python' is necessary for the ssl module:
 BuildRequires:  python
-BuildRequires:  python-distribute
 BuildRequires:  python-httplib2
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 Requires:   python-httplib2
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-Coherence for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Coherence for 
openSUSE:Factory checked in at 2013-10-25 11:12:39

Comparing /work/SRC/openSUSE:Factory/python-Coherence (Old)
 and  /work/SRC/openSUSE:Factory/.python-Coherence.new (New)


Package is python-Coherence

Changes:

--- /work/SRC/openSUSE:Factory/python-Coherence/python-Coherence.changes
2012-12-19 11:52:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Coherence.new/python-Coherence.changes   
2013-10-25 11:12:45.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:00:25 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Coherence.spec ++
--- /var/tmp/diff_new_pack.isp080/_old  2013-10-25 11:12:46.0 +0200
+++ /var/tmp/diff_new_pack.isp080/_new  2013-10-25 11:12:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Coherence
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -31,9 +31,9 @@
 # We drop the internal version in coherence tree
 BuildRequires:  python-Louie
 BuildRequires:  python-Twisted
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Requires pkg_resources
-Requires:   python-distribute
+Requires:   python-setuptools
 # As we drop the internal version, we need to require our own package.
 Requires:   python-Axiom
 Requires:   python-Epsilon

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



commit python-Coffin for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Coffin for openSUSE:Factory 
checked in at 2013-10-25 11:12:33

Comparing /work/SRC/openSUSE:Factory/python-Coffin (Old)
 and  /work/SRC/openSUSE:Factory/.python-Coffin.new (New)


Package is python-Coffin

Changes:

--- /work/SRC/openSUSE:Factory/python-Coffin/python-Coffin.changes  
2013-09-26 19:47:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Coffin.new/python-Coffin.changes 
2013-10-25 11:12:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:00:23 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Coffin.spec ++
--- /var/tmp/diff_new_pack.hfbG7X/_old  2013-10-25 11:12:45.0 +0200
+++ /var/tmp/diff_new_pack.hfbG7X/_new  2013-10-25 11:12:45.0 +0200
@@ -26,7 +26,7 @@
 Source: Coffin-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test build requirements:
 #BuildRequires:  python-Jinja2
 #BuildRequires:  python-django

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



commit python-dingus for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-dingus for openSUSE:Factory 
checked in at 2013-10-25 11:13:12

Comparing /work/SRC/openSUSE:Factory/python-dingus (Old)
 and  /work/SRC/openSUSE:Factory/.python-dingus.new (New)


Package is python-dingus

Changes:

--- /work/SRC/openSUSE:Factory/python-dingus/python-dingus.changes  
2012-03-20 11:32:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-dingus.new/python-dingus.changes 
2013-10-25 11:13:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:01:14 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-dingus.spec ++
--- /var/tmp/diff_new_pack.v9ZOu7/_old  2013-10-25 11:13:13.0 +0200
+++ /var/tmp/diff_new_pack.v9ZOu7/_new  2013-10-25 11:13:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dingus
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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-dingus
 Version:0.3.4
 Release:0
@@ -25,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/d/dingus/dingus-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

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



commit python-cssutils for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-cssutils for openSUSE:Factory 
checked in at 2013-10-25 11:12:54

Comparing /work/SRC/openSUSE:Factory/python-cssutils (Old)
 and  /work/SRC/openSUSE:Factory/.python-cssutils.new (New)


Package is python-cssutils

Changes:

--- /work/SRC/openSUSE:Factory/python-cssutils/python-cssutils.changes  
2013-04-17 23:16:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cssutils.new/python-cssutils.changes 
2013-10-25 11:12:55.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:00:55 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-cssutils.spec ++
--- /var/tmp/diff_new_pack.DITWOj/_old  2013-10-25 11:12:56.0 +0200
+++ /var/tmp/diff_new_pack.DITWOj/_new  2013-10-25 11:12:56.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  unzip
 Provides:   python-css-utils-doc = %{version}
 Obsoletes:  python-css-utils-doc  %{version}


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



commit python-cmdln for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-cmdln for openSUSE:Factory 
checked in at 2013-10-25 11:12:28

Comparing /work/SRC/openSUSE:Factory/python-cmdln (Old)
 and  /work/SRC/openSUSE:Factory/.python-cmdln.new (New)


Package is python-cmdln

Changes:

--- /work/SRC/openSUSE:Factory/python-cmdln/python-cmdln.changes
2011-09-23 12:42:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmdln.new/python-cmdln.changes   
2013-10-25 11:12:29.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 24 13:45:41 UTC 2013 - speili...@suse.com
+
+- Update to version 1.1.2:
+  + No changelog
+- Spec file cleanup
+
+---

Old:

  cmdln-1.1.1.tar.bz2

New:

  cmdln-1.1.2.zip



Other differences:
--
++ python-cmdln.spec ++
--- /var/tmp/diff_new_pack.2vScwa/_old  2013-10-25 11:12:42.0 +0200
+++ /var/tmp/diff_new_pack.2vScwa/_new  2013-10-25 11:12:42.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-cmdln (Version 1.1.1)
+# spec file for package python-cmdln
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,25 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# nodebuginfo
-
-%define _name cmdln
-%define version 1.1.1
-%define unmangled_version 1.1.1
-%define release 1
-Summary:An improved cmd.py for Writing Multi-command Scripts and Shells
 
 Name:   python-cmdln
-Version:%{version}
-Release:5
-Source0:%{_name}-%{unmangled_version}.tar.bz2
+Version:1.1.2
+Release:0
+Url:http://code.google.com/p/cmdln/
+Summary:An improved cmd.py for Writing Multi-command Scripts and Shells
 License:MIT
 Group:  Development/Libraries/Python
+Source: 
https://pypi.python.org/packages/source/c/cmdln/cmdln-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Prefix: %{_prefix}
-BuildRequires:  python-devel python-setuptools
-#BuildArch:   noarch
-Url:http://code.google.com/p/cmdln/
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+BuildRequires:  unzip
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
+BuildArch:  noarch
+%endif
 
 %description
 `cmdln.py` is an extension of Python's default `cmd.py` module that
@@ -44,29 +43,19 @@
 it more natural to write sub-commands, integrate optparse for simple
 option processing, and make having good command documentation easier.
 
-
-
-Authors:
-
-Trent Mick tre...@activestate.com
-
 %prep
-%setup -n %{_name}-%{unmangled_version}
+%setup -q -n cmdln-%{version}
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} \
-   --root=$RPM_BUILD_ROOT \
-   --record-rpm=INSTALLED_FILES
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %doc LICENSE.txt README.txt docs/ examples/
+%{python_sitelib}/cmdln-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/cmdln*
 
 %changelog

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



commit python-django-appconf for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2013-10-25 11:13:17

Comparing /work/SRC/openSUSE:Factory/python-django-appconf (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-appconf.new (New)


Package is python-django-appconf

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2013-09-27 18:01:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2013-10-25 11:13:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:01:27 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.jOPFx3/_old  2013-10-25 11:13:18.0 +0200
+++ /var/tmp/diff_new_pack.jOPFx3/_new  2013-10-25 11:13:18.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-six
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-decorator for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-decorator for 
openSUSE:Factory checked in at 2013-10-25 11:13:05

Comparing /work/SRC/openSUSE:Factory/python-decorator (Old)
 and  /work/SRC/openSUSE:Factory/.python-decorator.new (New)


Package is python-decorator

Changes:

--- /work/SRC/openSUSE:Factory/python-decorator/python-decorator.changes
2013-06-25 17:23:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-decorator.new/python-decorator.changes   
2013-10-25 11:13:06.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:01:04 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-decorator.spec ++
--- /var/tmp/diff_new_pack.7tCwng/_old  2013-10-25 11:13:07.0 +0200
+++ /var/tmp/diff_new_pack.7tCwng/_new  2013-10-25 11:13:07.0 +0200
@@ -26,8 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-django_compressor for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django_compressor for 
openSUSE:Factory checked in at 2013-10-25 11:13:33

Comparing /work/SRC/openSUSE:Factory/python-django_compressor (Old)
 and  /work/SRC/openSUSE:Factory/.python-django_compressor.new (New)


Package is python-django_compressor

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django_compressor/python-django_compressor.changes
2013-05-16 11:25:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_compressor.new/python-django_compressor.changes
   2013-10-25 11:13:35.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:01:47 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django_compressor.spec ++
--- /var/tmp/diff_new_pack.JoKq1l/_old  2013-10-25 11:13:36.0 +0200
+++ /var/tmp/diff_new_pack.JoKq1l/_new  2013-10-25 11:13:36.0 +0200
@@ -25,7 +25,7 @@
 Url:http://django_compressor.readthedocs.org/
 Source: 
http://pypi.python.org/packages/source/d/django_compressor/django_compressor-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-django
 Requires:   python-django-appconf
 Suggests:   python-beautifulsoup

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



commit python-dateutil for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-dateutil for openSUSE:Factory 
checked in at 2013-10-25 11:13:01

Comparing /work/SRC/openSUSE:Factory/python-dateutil (Old)
 and  /work/SRC/openSUSE:Factory/.python-dateutil.new (New)


Package is python-dateutil

Changes:

--- /work/SRC/openSUSE:Factory/python-dateutil/python-dateutil.changes  
2012-06-12 07:09:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dateutil.new/python-dateutil.changes 
2013-10-25 11:13:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:01:02 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-dateutil.spec ++
--- /var/tmp/diff_new_pack.QMepMw/_old  2013-10-25 11:13:03.0 +0200
+++ /var/tmp/diff_new_pack.QMepMw/_new  2013-10-25 11:13:03.0 +0200
@@ -27,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://labix.org/python-dateutil
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-six
 Requires:   python-six
 %if 0%{?suse_version} = 1110

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



commit python-django-authopenid for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-authopenid for 
openSUSE:Factory checked in at 2013-10-25 11:13:26

Comparing /work/SRC/openSUSE:Factory/python-django-authopenid (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-authopenid.new (New)


Package is python-django-authopenid

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-authopenid/python-django-authopenid.changes
2011-09-26 10:14:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-authopenid.new/python-django-authopenid.changes
   2013-10-25 11:13:27.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:01:34 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-authopenid.spec ++
--- /var/tmp/diff_new_pack.iO5F5T/_old  2013-10-25 11:13:27.0 +0200
+++ /var/tmp/diff_new_pack.iO5F5T/_new  2013-10-25 11:13:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-authopenid
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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-django-authopenid
 Version:1.0.1
 Release:0
@@ -25,11 +26,11 @@
 Source: 
http://pypi.python.org/packages/source/d/django-authopenid/django-authopenid-%{version}.tar.gz
 Source1:   README.sample
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-django
 BuildRequires:  python-python-openid
-BuildRequires: python-Sphinx
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1010

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



commit python-django-nose for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-nose for 
openSUSE:Factory checked in at 2013-10-25 11:13:52

Comparing /work/SRC/openSUSE:Factory/python-django-nose (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-nose.new (New)


Package is python-django-nose

Changes:

--- /work/SRC/openSUSE:Factory/python-django-nose/python-django-nose.changes
2013-08-15 12:29:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-nose.new/python-django-nose.changes   
2013-10-25 11:13:53.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:03:10 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-nose.spec ++
--- /var/tmp/diff_new_pack.BYsJPa/_old  2013-10-25 11:13:58.0 +0200
+++ /var/tmp/diff_new_pack.BYsJPa/_new  2013-10-25 11:13:58.0 +0200
@@ -26,7 +26,7 @@
 Source: django-nose-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 #BuildRequires:  python-django
 #BuildRequires:  python-django-south
 #BuildRequires:  python-nose

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



commit python-django-debug-toolbar for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2013-10-25 11:13:42

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)


Package is python-django-debug-toolbar

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2012-03-16 13:22:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2013-10-25 11:13:43.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:02:01 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.9754ce/_old  2013-10-25 11:13:45.0 +0200
+++ /var/tmp/diff_new_pack.9754ce/_new  2013-10-25 11:13:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debug-toolbar
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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-django-debug-toolbar
 Version:0.9.4
 Release:0
@@ -26,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 #BuildRequires:  python-dingus
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 #BuildRequires:  python-django
 Requires:   python-django
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-django-picklefield for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-picklefield for 
openSUSE:Factory checked in at 2013-10-25 11:14:05

Comparing /work/SRC/openSUSE:Factory/python-django-picklefield (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-picklefield.new (New)


Package is python-django-picklefield

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-picklefield/python-django-picklefield.changes
  2013-04-15 11:15:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-picklefield.new/python-django-picklefield.changes
 2013-10-25 11:14:06.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:03:20 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-picklefield.spec ++
--- /var/tmp/diff_new_pack.3SosaD/_old  2013-10-25 11:14:06.0 +0200
+++ /var/tmp/diff_new_pack.3SosaD/_new  2013-10-25 11:14:06.0 +0200
@@ -26,7 +26,7 @@
 Source: django-picklefield-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-django
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-django-nose-selenium for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-nose-selenium for 
openSUSE:Factory checked in at 2013-10-25 11:13:58

Comparing /work/SRC/openSUSE:Factory/python-django-nose-selenium (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-nose-selenium.new (New)


Package is python-django-nose-selenium

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-nose-selenium/python-django-nose-selenium.changes
  2012-11-05 15:01:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-nose-selenium.new/python-django-nose-selenium.changes
 2013-10-25 11:13:59.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:03:12 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-nose-selenium.spec ++
--- /var/tmp/diff_new_pack.jTvPjJ/_old  2013-10-25 11:14:01.0 +0200
+++ /var/tmp/diff_new_pack.jTvPjJ/_new  2013-10-25 11:14:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-nose-selenium
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -26,7 +26,7 @@
 Source: django-nose-selenium-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-django = 1.2
 Requires:   python-nose = 0.10
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-django-mediasync for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-mediasync for 
openSUSE:Factory checked in at 2013-10-25 11:13:46

Comparing /work/SRC/openSUSE:Factory/python-django-mediasync (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-mediasync.new (New)


Package is python-django-mediasync

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-mediasync/python-django-mediasync.changes
  2012-04-19 08:50:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-mediasync.new/python-django-mediasync.changes
 2013-10-25 11:13:48.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:03:02 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-mediasync.spec ++
--- /var/tmp/diff_new_pack.WOwRrY/_old  2013-10-25 11:13:49.0 +0200
+++ /var/tmp/diff_new_pack.WOwRrY/_new  2013-10-25 11:13:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-mediasync
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-django-mediasync
 Version:2.2.0
 Release:0
@@ -25,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/d/django-mediasync/django-mediasync-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-boto
 Requires:   python-django
 Requires:   python-slimmer

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



commit python-django-piston for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-piston for 
openSUSE:Factory checked in at 2013-10-25 11:14:14

Comparing /work/SRC/openSUSE:Factory/python-django-piston (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-piston.new (New)


Package is python-django-piston

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-piston/python-django-piston.changes
2012-03-22 12:38:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-piston.new/python-django-piston.changes
   2013-10-25 11:14:15.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:03:25 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-piston.spec ++
--- /var/tmp/diff_new_pack.EQTq17/_old  2013-10-25 11:14:16.0 +0200
+++ /var/tmp/diff_new_pack.EQTq17/_new  2013-10-25 11:14:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-piston
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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/
 #
 
+
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
@@ -28,7 +29,7 @@
 Source: django-piston-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-django
 %if 0%{?suse_version}
 %py_requires

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



commit python-djvulibre for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-djvulibre for 
openSUSE:Factory checked in at 2013-10-25 11:14:24

Comparing /work/SRC/openSUSE:Factory/python-djvulibre (Old)
 and  /work/SRC/openSUSE:Factory/.python-djvulibre.new (New)


Package is python-djvulibre

Changes:

--- /work/SRC/openSUSE:Factory/python-djvulibre/python-djvulibre.changes
2012-04-23 16:12:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-djvulibre.new/python-djvulibre.changes   
2013-10-25 11:14:26.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:04:39 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-djvulibre.spec ++
--- /var/tmp/diff_new_pack.PpTUsr/_old  2013-10-25 11:14:35.0 +0200
+++ /var/tmp/diff_new_pack.PpTUsr/_new  2013-10-25 11:14:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-djvulibre
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -29,7 +29,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-Cython
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Starting openSUSE 12.1 the package name is python-Sphinx.
 BuildRequires:  python-sphinx
 BuildRequires:  pkgconfig(ddjvuapi)

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



commit python-entrypoint2 for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-entrypoint2 for 
openSUSE:Factory checked in at 2013-10-25 11:15:01

Comparing /work/SRC/openSUSE:Factory/python-entrypoint2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-entrypoint2.new (New)


Package is python-entrypoint2

Changes:

--- /work/SRC/openSUSE:Factory/python-entrypoint2/python-entrypoint2.changes
2013-01-17 09:58:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-entrypoint2.new/python-entrypoint2.changes   
2013-10-25 11:15:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:18 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-entrypoint2.spec ++
--- /var/tmp/diff_new_pack.eOKmFB/_old  2013-10-25 11:15:03.0 +0200
+++ /var/tmp/diff_new_pack.eOKmFB/_new  2013-10-25 11:15:03.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/e/entrypoint2/entrypoint2-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-argparse
 Requires:   python-decorator
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-egenix-mx-base for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-egenix-mx-base for 
openSUSE:Factory checked in at 2013-10-25 11:14:55

Comparing /work/SRC/openSUSE:Factory/python-egenix-mx-base (Old)
 and  /work/SRC/openSUSE:Factory/.python-egenix-mx-base.new (New)


Package is python-egenix-mx-base

Changes:

--- 
/work/SRC/openSUSE:Factory/python-egenix-mx-base/python-egenix-mx-base.changes  
2012-06-26 17:23:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-egenix-mx-base.new/python-egenix-mx-base.changes
 2013-10-25 11:14:55.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:04:54 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-egenix-mx-base.spec ++
--- /var/tmp/diff_new_pack.mfES2N/_old  2013-10-25 11:15:02.0 +0200
+++ /var/tmp/diff_new_pack.mfES2N/_new  2013-10-25 11:15:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-egenix-mx-base
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -26,7 +26,7 @@
 Source0:egenix-mx-base-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version} = 1030
 BuildRequires:  fdupes
 %{py_requires}

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



commit python-dslib for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-dslib for openSUSE:Factory 
checked in at 2013-10-25 11:14:29

Comparing /work/SRC/openSUSE:Factory/python-dslib (Old)
 and  /work/SRC/openSUSE:Factory/.python-dslib.new (New)


Package is python-dslib

Changes:

--- /work/SRC/openSUSE:Factory/python-dslib/python-dslib.changes
2013-01-29 11:37:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-dslib.new/python-dslib.changes   
2013-10-25 11:14:35.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:04:45 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-dslib.spec ++
--- /var/tmp/diff_new_pack.BRYd3d/_old  2013-10-25 11:14:40.0 +0200
+++ /var/tmp/diff_new_pack.BRYd3d/_new  2013-10-25 11:14:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dslib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,25 +16,24 @@
 #
 
 
-
 Name:   python-dslib
 Version:3.0
 Release:0
-License:LGPL-2.0+
 Summary:Library to access Czech eGov system \Datove schranky\
-Url:http://labs.nic.cz/page/969/datovka/
+License:LGPL-2.0+
 Group:  Development/Libraries/Python
+Url:http://labs.nic.cz/page/969/datovka/
 Source0:
http://www.nic.cz/public_media/datove_schranky/releases/src/dslib-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  pkg-config
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-openssl
 BuildRequires:  python-pyasn1 = 0.0.13
-BuildRequires:  pkg-config
-BuildRequires:  fdupes
+BuildRequires:  python-setuptools
 BuildRequires:  python-sudsds
-Requires:   python-sudsds
 Requires:   python-openssl
 Requires:   python-pyasn1 = 0.0.13
+Requires:   python-sudsds
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-EasyProcess for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-EasyProcess for 
openSUSE:Factory checked in at 2013-10-25 11:14:48

Comparing /work/SRC/openSUSE:Factory/python-EasyProcess (Old)
 and  /work/SRC/openSUSE:Factory/.python-EasyProcess.new (New)


Package is python-EasyProcess

Changes:

--- /work/SRC/openSUSE:Factory/python-EasyProcess/python-EasyProcess.changes
2013-03-08 13:26:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-EasyProcess.new/python-EasyProcess.changes   
2013-10-25 11:14:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:04:50 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-EasyProcess.spec ++
--- /var/tmp/diff_new_pack.nSsLqM/_old  2013-10-25 11:14:51.0 +0200
+++ /var/tmp/diff_new_pack.nSsLqM/_new  2013-10-25 11:14:51.0 +0200
@@ -25,7 +25,7 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-dtopt for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-dtopt for openSUSE:Factory 
checked in at 2013-10-25 11:14:41

Comparing /work/SRC/openSUSE:Factory/python-dtopt (Old)
 and  /work/SRC/openSUSE:Factory/.python-dtopt.new (New)


Package is python-dtopt

Changes:

--- /work/SRC/openSUSE:Factory/python-dtopt/python-dtopt.changes
2011-12-07 14:39:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-dtopt.new/python-dtopt.changes   
2013-10-25 11:14:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:04:48 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-dtopt.spec ++
--- /var/tmp/diff_new_pack.SoRise/_old  2013-10-25 11:14:43.0 +0200
+++ /var/tmp/diff_new_pack.SoRise/_new  2013-10-25 11:14:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dtopt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,21 +11,22 @@
 # 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-dtopt
 Version:0.1
 Release:0
-License:MIT
 Summary:Add options to doctest examples while they are running
-Url:http://pypi.python.org/pypi/dtopt/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://pypi.python.org/pypi/dtopt/
 Source: 
http://pypi.python.org/packages/source/d/dtopt/dtopt-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 %py_requires

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



commit python-Epsilon for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Epsilon for openSUSE:Factory 
checked in at 2013-10-25 11:15:23

Comparing /work/SRC/openSUSE:Factory/python-Epsilon (Old)
 and  /work/SRC/openSUSE:Factory/.python-Epsilon.new (New)


Package is python-Epsilon

Changes:

--- /work/SRC/openSUSE:Factory/python-Epsilon/python-Epsilon.changes
2012-08-04 09:26:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Epsilon.new/python-Epsilon.changes   
2013-10-25 11:15:23.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:22 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Epsilon.spec ++
--- /var/tmp/diff_new_pack.F3tAWB/_old  2013-10-25 11:15:26.0 +0200
+++ /var/tmp/diff_new_pack.F3tAWB/_new  2013-10-25 11:15:26.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-pip
+# spec file for package python-Epsilon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-Epsilon
 Version:0.6.0
 Release:0
 Summary:Divmod utility package
 License:MIT
-Url:http://www.divmod.org/trac/wiki/DivmodEpsilon
 Group:  Development/Languages/Python
+Url:http://www.divmod.org/trac/wiki/DivmodEpsilon
 Source0:
http://pypi.python.org/packages/source/E/Epsilon/Epsilon-0.6.0.tar.gz
 BuildRequires:  python-Twisted = 2.1.1
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-Twisted = 2.1.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-flake8 for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-flake8 for openSUSE:Factory 
checked in at 2013-10-25 11:15:52

Comparing /work/SRC/openSUSE:Factory/python-flake8 (Old)
 and  /work/SRC/openSUSE:Factory/.python-flake8.new (New)


Package is python-flake8

Changes:

--- /work/SRC/openSUSE:Factory/python-flake8/python-flake8.changes  
2013-04-29 14:31:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-flake8.new/python-flake8.changes 
2013-10-25 11:15:53.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:43 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-flake8.spec ++
--- /var/tmp/diff_new_pack.ModKkT/_old  2013-10-25 11:15:55.0 +0200
+++ /var/tmp/diff_new_pack.ModKkT/_new  2013-10-25 11:15:55.0 +0200
@@ -25,7 +25,7 @@
 Url:http://bitbucket.org/tarek/flake8
 Source: 
http://pypi.python.org/packages/source/f/flake8/flake8-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-mccabe = 0.2
 BuildRequires:  python-nose

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



commit python-Flask for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Flask for openSUSE:Factory 
checked in at 2013-10-25 11:16:04

Comparing /work/SRC/openSUSE:Factory/python-Flask (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask.new (New)


Package is python-Flask

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask/python-Flask.changes
2013-09-25 14:37:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Flask.new/python-Flask.changes   
2013-10-25 11:16:04.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:46 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Flask.spec ++
--- /var/tmp/diff_new_pack.Pq49MP/_old  2013-10-25 11:16:05.0 +0200
+++ /var/tmp/diff_new_pack.Pq49MP/_new  2013-10-25 11:16:05.0 +0200
@@ -29,9 +29,9 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python-Werkzeug = 0.7
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-itsdangerous = 0.21
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 Requires:   python-Jinja2 = 2.4
 Requires:   python-Werkzeug = 0.7
 Requires:   python-itsdangerous = 0.21

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



commit python-eventlet for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-eventlet for openSUSE:Factory 
checked in at 2013-10-25 11:15:28

Comparing /work/SRC/openSUSE:Factory/python-eventlet (Old)
 and  /work/SRC/openSUSE:Factory/.python-eventlet.new (New)


Package is python-eventlet

Changes:

--- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes  
2013-09-17 16:25:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-eventlet.new/python-eventlet.changes 
2013-10-25 11:15:29.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:29 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-eventlet.spec ++
--- /var/tmp/diff_new_pack.2y3Jrq/_old  2013-10-25 11:15:44.0 +0200
+++ /var/tmp/diff_new_pack.2y3Jrq/_new  2013-10-25 11:15:44.0 +0200
@@ -27,8 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-greenlet
+BuildRequires:  python-setuptools
 Requires:   python-greenlet
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-Fabric for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2013-10-25 11:15:33

Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and  /work/SRC/openSUSE:Factory/.python-Fabric.new (New)


Package is python-Fabric

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2013-09-26 19:52:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2013-10-25 11:15:44.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:35 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.7S0XRO/_old  2013-10-25 11:15:45.0 +0200
+++ /var/tmp/diff_new_pack.7S0XRO/_new  2013-10-25 11:15:45.0 +0200
@@ -33,8 +33,8 @@
 # Documentation requirements:
 BuildRequires:  python-Sphinx
 BuildRequires:  python-paramiko = 1.9.0
-Requires:   python-distribute
 Requires:   python-paramiko = 1.9.0
+Requires:   python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-feedparser for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-feedparser for 
openSUSE:Factory checked in at 2013-10-25 11:15:46

Comparing /work/SRC/openSUSE:Factory/python-feedparser (Old)
 and  /work/SRC/openSUSE:Factory/.python-feedparser.new (New)


Package is python-feedparser

Changes:

--- /work/SRC/openSUSE:Factory/python-feedparser/python-feedparser.changes  
2013-03-08 09:39:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-feedparser.new/python-feedparser.changes 
2013-10-25 11:15:46.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:37 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-feedparser.spec ++
--- /var/tmp/diff_new_pack.EcN9Sr/_old  2013-10-25 11:15:49.0 +0200
+++ /var/tmp/diff_new_pack.EcN9Sr/_new  2013-10-25 11:15:49.0 +0200
@@ -26,7 +26,7 @@
 Source: feedparser-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-xml
 Requires:   python-xml
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-flup for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory 
checked in at 2013-10-25 11:16:10

Comparing /work/SRC/openSUSE:Factory/python-flup (Old)
 and  /work/SRC/openSUSE:Factory/.python-flup.new (New)


Package is python-flup

Changes:

--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2011-12-09 
15:25:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-flup.new/python-flup.changes 
2013-10-25 11:16:10.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:55 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-flup.spec ++
--- /var/tmp/diff_new_pack.lB0Dre/_old  2013-10-25 11:16:14.0 +0200
+++ /var/tmp/diff_new_pack.lB0Dre/_new  2013-10-25 11:16:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flup
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-flup
 Version:1.0.3.dev_20110405
 Release:0
@@ -25,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/f/flup/flup-1.0.3.dev-20110405.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-FormEncode for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-FormEncode for 
openSUSE:Factory checked in at 2013-10-25 11:16:22

Comparing /work/SRC/openSUSE:Factory/python-FormEncode (Old)
 and  /work/SRC/openSUSE:Factory/.python-FormEncode.new (New)


Package is python-FormEncode

Changes:

--- /work/SRC/openSUSE:Factory/python-FormEncode/python-FormEncode.changes  
2013-08-20 11:44:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-FormEncode.new/python-FormEncode.changes 
2013-10-25 11:16:23.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:56 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-FormEncode.spec ++
--- /var/tmp/diff_new_pack.v6eIHt/_old  2013-10-25 11:16:23.0 +0200
+++ /var/tmp/diff_new_pack.v6eIHt/_new  2013-10-25 11:16:23.0 +0200
@@ -27,7 +27,7 @@
 Source1:FormEncode-doc-infrastructure.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  unzip
 Provides:   python-formencode = %{version}
 Obsoletes:  python-formencode  %{version}


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



commit python-gdata for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-gdata for openSUSE:Factory 
checked in at 2013-10-25 11:16:31

Comparing /work/SRC/openSUSE:Factory/python-gdata (Old)
 and  /work/SRC/openSUSE:Factory/.python-gdata.new (New)


Package is python-gdata

Changes:

--- /work/SRC/openSUSE:Factory/python-gdata/python-gdata.changes
2012-03-29 07:47:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gdata.new/python-gdata.changes   
2013-10-25 11:16:32.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:58 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-gdata.spec ++
--- /var/tmp/diff_new_pack.BFSc8Y/_old  2013-10-25 11:16:33.0 +0200
+++ /var/tmp/diff_new_pack.BFSc8Y/_new  2013-10-25 11:16:33.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-geopy for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-geopy for openSUSE:Factory 
checked in at 2013-10-25 11:17:11

Comparing /work/SRC/openSUSE:Factory/python-geopy (Old)
 and  /work/SRC/openSUSE:Factory/.python-geopy.new (New)


Package is python-geopy

Changes:

--- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes
2012-03-20 11:33:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes   
2013-10-25 11:17:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:00 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-geopy.spec ++
--- /var/tmp/diff_new_pack.VoaQNC/_old  2013-10-25 11:17:25.0 +0200
+++ /var/tmp/diff_new_pack.VoaQNC/_new  2013-10-25 11:17:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-geopy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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/
 #
 
+
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
@@ -28,7 +29,7 @@
 Source: geopy-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson
 BuildRequires:  python-xml
 Requires:   python-xml

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



commit python-grequests for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-grequests for 
openSUSE:Factory checked in at 2013-10-25 11:17:24

Comparing /work/SRC/openSUSE:Factory/python-grequests (Old)
 and  /work/SRC/openSUSE:Factory/.python-grequests.new (New)


Package is python-grequests

Changes:

--- /work/SRC/openSUSE:Factory/python-grequests/python-grequests.changes
2012-06-06 18:02:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-grequests.new/python-grequests.changes   
2013-10-25 11:17:26.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:19 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-grequests.spec ++
--- /var/tmp/diff_new_pack.vgaJJR/_old  2013-10-25 11:17:27.0 +0200
+++ /var/tmp/diff_new_pack.vgaJJR/_new  2013-10-25 11:17:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-grequests
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -13,19 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-grequests
 Version:0.1.0
 Release:0
-License:BSD-2-Clause
 Summary:Requests + Gevent
-Url:https://github.com/kennethreitz/grequests
+License:BSD-2-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/kennethreitz/grequests
 Source: 
http://pypi.python.org/packages/source/g/grequests/grequests-%{version}.tar.gz
 Source1:LICENSE
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-gevent
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-greenlet for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-greenlet for openSUSE:Factory 
checked in at 2013-10-25 11:17:17

Comparing /work/SRC/openSUSE:Factory/python-greenlet (Old)
 and  /work/SRC/openSUSE:Factory/.python-greenlet.new (New)


Package is python-greenlet

Changes:

--- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes  
2013-08-13 13:20:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-greenlet.new/python-greenlet.changes 
2013-10-25 11:17:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:14 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-greenlet.spec ++
--- /var/tmp/diff_new_pack.ItjOlT/_old  2013-10-25 11:17:26.0 +0200
+++ /var/tmp/diff_new_pack.ItjOlT/_new  2013-10-25 11:17:26.0 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  unzip
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}


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



commit python-gunicorn for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-gunicorn for openSUSE:Factory 
checked in at 2013-10-25 11:17:32

Comparing /work/SRC/openSUSE:Factory/python-gunicorn (Old)
 and  /work/SRC/openSUSE:Factory/.python-gunicorn.new (New)


Package is python-gunicorn

Changes:

--- /work/SRC/openSUSE:Factory/python-gunicorn/python-gunicorn.changes  
2013-01-17 09:59:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gunicorn.new/python-gunicorn.changes 
2013-10-25 11:17:33.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:26 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-gunicorn.spec ++
--- /var/tmp/diff_new_pack.C8DSGx/_old  2013-10-25 11:17:35.0 +0200
+++ /var/tmp/diff_new_pack.C8DSGx/_new  2013-10-25 11:17:35.0 +0200
@@ -27,9 +27,9 @@
 BuildRequires:  fdupes
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
 BuildRequires:  python-pytest
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-happybase for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-happybase for 
openSUSE:Factory checked in at 2013-10-25 11:17:38

Comparing /work/SRC/openSUSE:Factory/python-happybase (Old)
 and  /work/SRC/openSUSE:Factory/.python-happybase.new (New)


Package is python-happybase

Changes:

--- /work/SRC/openSUSE:Factory/python-happybase/python-happybase.changes
2013-07-11 19:36:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-happybase.new/python-happybase.changes   
2013-10-25 11:17:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:30 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-happybase.spec ++
--- /var/tmp/diff_new_pack.LVFaH4/_old  2013-10-25 11:17:39.0 +0200
+++ /var/tmp/diff_new_pack.LVFaH4/_new  2013-10-25 11:17:39.0 +0200
@@ -25,7 +25,7 @@
 Url:https://github.com/wbolster/happybase
 Source: 
http://pypi.python.org/packages/source/h/happybase/happybase-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-thrift
 Requires:   python-thrift
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit python-http-parser for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-http-parser for 
openSUSE:Factory checked in at 2013-10-25 11:18:26

Comparing /work/SRC/openSUSE:Factory/python-http-parser (Old)
 and  /work/SRC/openSUSE:Factory/.python-http-parser.new (New)


Package is python-http-parser

Changes:

--- /work/SRC/openSUSE:Factory/python-http-parser/python-http-parser.changes
2013-03-01 08:03:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-http-parser.new/python-http-parser.changes   
2013-10-25 11:18:27.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:40 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-http-parser.spec ++
--- /var/tmp/diff_new_pack.wvx1w5/_old  2013-10-25 11:18:27.0 +0200
+++ /var/tmp/diff_new_pack.wvx1w5/_new  2013-10-25 11:18:27.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/h/http-parser/http-parser-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif

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



commit python-hgtools for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-hgtools for openSUSE:Factory 
checked in at 2013-10-25 11:18:20

Comparing /work/SRC/openSUSE:Factory/python-hgtools (Old)
 and  /work/SRC/openSUSE:Factory/.python-hgtools.new (New)


Package is python-hgtools

Changes:

--- /work/SRC/openSUSE:Factory/python-hgtools/python-hgtools.changes
2013-02-15 18:51:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-hgtools.new/python-hgtools.changes   
2013-10-25 11:18:21.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:36 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-hgtools.spec ++
--- /var/tmp/diff_new_pack.vYuwe7/_old  2013-10-25 11:18:23.0 +0200
+++ /var/tmp/diff_new_pack.vYuwe7/_new  2013-10-25 11:18:23.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-pytest-runner
+# spec file for package python-hgtools
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -25,7 +25,7 @@
 Url:http://pytest.org
 Source: 
http://pypi.python.org/packages/source/h/hgtools/hgtools-%{version}.zip
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110


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



commit python-icalendar for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-icalendar for 
openSUSE:Factory checked in at 2013-10-25 11:18:54

Comparing /work/SRC/openSUSE:Factory/python-icalendar (Old)
 and  /work/SRC/openSUSE:Factory/.python-icalendar.new (New)


Package is python-icalendar

Changes:

--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes
2013-02-11 11:12:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-icalendar.new/python-icalendar.changes   
2013-10-25 11:18:56.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:45 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-icalendar.spec ++
--- /var/tmp/diff_new_pack.ynvsHf/_old  2013-10-25 11:19:07.0 +0200
+++ /var/tmp/diff_new_pack.ynvsHf/_new  2013-10-25 11:19:07.0 +0200
@@ -23,16 +23,16 @@
 Version:3.3
 Release:0
 Summary:Python parser/generator of iCalendar files package
-# please see https://github.com/collective/icalendar/issues/2 for re-licensing 
discussion
 License:BSD-2-Clause
 Group:  Development/Languages/Python
+# please see https://github.com/collective/icalendar/issues/2 for re-licensing 
discussion
 Url:http://icalendar.readthedocs.org
 Source0:
http://pypi.python.org/packages/source/i/%{modname}/%{modname}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-pytz
+BuildRequires:  python-setuptools
 %{py_requires}
 %if 0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}

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



commit python-interlude for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-interlude for 
openSUSE:Factory checked in at 2013-10-25 11:19:18

Comparing /work/SRC/openSUSE:Factory/python-interlude (Old)
 and  /work/SRC/openSUSE:Factory/.python-interlude.new (New)


Package is python-interlude

Changes:

--- /work/SRC/openSUSE:Factory/python-interlude/python-interlude.changes
2012-03-20 11:33:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-interlude.new/python-interlude.changes   
2013-10-25 11:19:19.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:57 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-interlude.spec ++
--- /var/tmp/diff_new_pack.meQ9g1/_old  2013-10-25 11:19:20.0 +0200
+++ /var/tmp/diff_new_pack.meQ9g1/_new  2013-10-25 11:19:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-interlude
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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-interlude
 Version:1.1.1
 Release:0
@@ -25,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/i/interlude/interlude-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Recommends: IPython
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-chardet for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-chardet for openSUSE:Factory 
checked in at 2013-10-25 11:18:42

Comparing /work/SRC/openSUSE:Factory/python-chardet (Old)
 and  /work/SRC/openSUSE:Factory/.python-chardet.new (New)


Package is python-chardet

Changes:

--- /work/SRC/openSUSE:Factory/python-chardet/python-chardet.changes
2012-10-09 13:59:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-chardet.new/python-chardet.changes   
2013-10-25 11:18:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:00:03 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-chardet.spec ++
--- /var/tmp/diff_new_pack.Z0nw47/_old  2013-10-25 11:18:44.0 +0200
+++ /var/tmp/diff_new_pack.Z0nw47/_new  2013-10-25 11:18:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-chardet
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -25,7 +25,7 @@
 Url:http://chardet.feedparser.org/
 Source: chardet-%{version}.tar.bz2
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-imagestore for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-imagestore for 
openSUSE:Factory checked in at 2013-10-25 11:19:01

Comparing /work/SRC/openSUSE:Factory/python-imagestore (Old)
 and  /work/SRC/openSUSE:Factory/.python-imagestore.new (New)


Package is python-imagestore

Changes:

--- /work/SRC/openSUSE:Factory/python-imagestore/python-imagestore.changes  
2013-05-16 11:26:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-imagestore.new/python-imagestore.changes 
2013-10-25 11:19:07.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:47 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-imagestore.spec ++
--- /var/tmp/diff_new_pack.N7tvUg/_old  2013-10-25 11:19:08.0 +0200
+++ /var/tmp/diff_new_pack.N7tvUg/_new  2013-10-25 11:19:08.0 +0200
@@ -13,18 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-imagestore
 Version:2.7.3
 Release:0
-License:GPL-2.0+
 Summary:Gallery solution for django projects
-Url:http://bitbucket.org/zeus/imagestore/
+License:GPL-2.0+
 Group:  Development/Languages/Python
+Url:http://bitbucket.org/zeus/imagestore/
 Source:imagestore-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-iniparse for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-iniparse for openSUSE:Factory 
checked in at 2013-10-25 11:19:12

Comparing /work/SRC/openSUSE:Factory/python-iniparse (Old)
 and  /work/SRC/openSUSE:Factory/.python-iniparse.new (New)


Package is python-iniparse

Changes:

--- /work/SRC/openSUSE:Factory/python-iniparse/python-iniparse.changes  
2013-06-05 13:35:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-iniparse.new/python-iniparse.changes 
2013-10-25 11:19:13.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:51 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-iniparse.spec ++
--- /var/tmp/diff_new_pack.QRDiFd/_old  2013-10-25 11:19:14.0 +0200
+++ /var/tmp/diff_new_pack.QRDiFd/_new  2013-10-25 11:19:14.0 +0200
@@ -27,7 +27,7 @@
 # PATCH-FIX-UPSTREAM: speili...@suse.com -- Backport of 
https://code.google.com/p/iniparse/issues/detail?id=31
 Patch0: iniparse-insert-after-commented-option.patch
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-ipaddr for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-ipaddr for openSUSE:Factory 
checked in at 2013-10-25 11:19:23

Comparing /work/SRC/openSUSE:Factory/python-ipaddr (Old)
 and  /work/SRC/openSUSE:Factory/.python-ipaddr.new (New)


Package is python-ipaddr

Changes:

--- /work/SRC/openSUSE:Factory/python-ipaddr/python-ipaddr.changes  
2012-01-31 10:22:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-ipaddr.new/python-ipaddr.changes 
2013-10-25 11:19:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:06:59 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-ipaddr.spec ++
--- /var/tmp/diff_new_pack.RqYGnq/_old  2013-10-25 11:19:25.0 +0200
+++ /var/tmp/diff_new_pack.RqYGnq/_new  2013-10-25 11:19:25.0 +0200
@@ -26,8 +26,8 @@
 Source: ipaddr-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-Jinja2 for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Jinja2 for openSUSE:Factory 
checked in at 2013-10-25 11:19:53

Comparing /work/SRC/openSUSE:Factory/python-Jinja2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-Jinja2.new (New)


Package is python-Jinja2

Changes:

--- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes  
2013-09-03 22:03:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Jinja2.new/python-Jinja2.changes 
2013-10-25 11:19:54.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:20 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Jinja2.spec ++
--- /var/tmp/diff_new_pack.9je6Ep/_old  2013-10-25 11:19:56.0 +0200
+++ /var/tmp/diff_new_pack.9je6Ep/_new  2013-10-25 11:19:56.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  vim
 Provides:   python-jinja2 = %{version}
 Obsoletes:  python-jinja2  %{version}

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



commit python-isodate for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2013-10-25 11:19:39

Comparing /work/SRC/openSUSE:Factory/python-isodate (Old)
 and  /work/SRC/openSUSE:Factory/.python-isodate.new (New)


Package is python-isodate

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2013-04-17 23:17:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2013-10-25 11:19:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:11 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.3zZt6I/_old  2013-10-25 11:19:40.0 +0200
+++ /var/tmp/diff_new_pack.3zZt6I/_new  2013-10-25 11:19:40.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

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



commit python-iptables for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-iptables for openSUSE:Factory 
checked in at 2013-10-25 11:19:29

Comparing /work/SRC/openSUSE:Factory/python-iptables (Old)
 and  /work/SRC/openSUSE:Factory/.python-iptables.new (New)


Package is python-iptables

Changes:

--- /work/SRC/openSUSE:Factory/python-iptables/python-iptables.changes  
2012-12-05 14:06:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-iptables.new/python-iptables.changes 
2013-10-25 11:19:31.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:03 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-iptables.spec ++
--- /var/tmp/diff_new_pack.iSkhRG/_old  2013-10-25 11:19:31.0 +0200
+++ /var/tmp/diff_new_pack.iSkhRG/_new  2013-10-25 11:19:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-iptables
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,7 +11,7 @@
 # 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/
 #
 
@@ -26,7 +26,7 @@
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif
@@ -47,6 +47,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# Can't really run tests, needs root access and modifies iptables of build 
host:
+#%%check
+#yes | python test.py
+
 %files
 %defattr(-,root,root,-)
 %doc NOTICE doc

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



commit python-iso8601 for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-iso8601 for openSUSE:Factory 
checked in at 2013-10-25 11:19:48

Comparing /work/SRC/openSUSE:Factory/python-iso8601 (Old)
 and  /work/SRC/openSUSE:Factory/.python-iso8601.new (New)


Package is python-iso8601

Changes:

--- /work/SRC/openSUSE:Factory/python-iso8601/python-iso8601.changes
2012-06-12 22:10:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-iso8601.new/python-iso8601.changes   
2013-10-25 11:19:48.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:08 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-iso8601.spec ++
--- /var/tmp/diff_new_pack.2gMel9/_old  2013-10-25 11:19:49.0 +0200
+++ /var/tmp/diff_new_pack.2gMel9/_new  2013-10-25 11:19:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-iso8601
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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/
 #
 
+
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
@@ -28,7 +29,7 @@
 Source: iso8601-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-Kajiki for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2013-10-25 11:20:00

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new (New)


Package is python-Kajiki

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2013-01-20 08:16:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new/python-Kajiki.changes 
2013-10-25 11:20:01.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:26 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Kajiki.spec ++
--- /var/tmp/diff_new_pack.GnB22L/_old  2013-10-25 11:20:02.0 +0200
+++ /var/tmp/diff_new_pack.GnB22L/_new  2013-10-25 11:20:02.0 +0200
@@ -13,19 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-Kajiki
 Version:0.3.5
 Release:0
-License:MIT
 Summary:Really fast well-formed xml templates
-Url:http://sourceforge.net/p/kajiki/home/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://sourceforge.net/p/kajiki/home/
 Source: 
http://pypi.python.org/packages/source/K/Kajiki/Kajiki-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-Babel
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-lazr.authentication for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-lazr.authentication for 
openSUSE:Factory checked in at 2013-10-25 11:20:20

Comparing /work/SRC/openSUSE:Factory/python-lazr.authentication (Old)
 and  /work/SRC/openSUSE:Factory/.python-lazr.authentication.new (New)


Package is python-lazr.authentication

Changes:

--- 
/work/SRC/openSUSE:Factory/python-lazr.authentication/python-lazr.authentication.changes
2013-03-23 20:19:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-lazr.authentication.new/python-lazr.authentication.changes
   2013-10-25 11:20:21.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:33 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-lazr.authentication.spec ++
--- /var/tmp/diff_new_pack.8EhcrO/_old  2013-10-25 11:20:22.0 +0200
+++ /var/tmp/diff_new_pack.8EhcrO/_new  2013-10-25 11:20:22.0 +0200
@@ -13,18 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-lazr.authentication
 Version:0.1.2
 Release:0
-License:LGPL-3.0
 Summary:WSGI middleware for HTTP authentication
-Url:https://launchpad.net/lazr.authentication
+License:LGPL-3.0
 Group:  Development/Languages/Python
+Url:https://launchpad.net/lazr.authentication
 Source: 
https://launchpad.net/lazr.authentication/trunk/0.1.2/+download/lazr.authentication-0.1.2.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-httplib2
 BuildRequires:  python-oauth

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



commit python-lazr.uri for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-lazr.uri for openSUSE:Factory 
checked in at 2013-10-25 11:20:29

Comparing /work/SRC/openSUSE:Factory/python-lazr.uri (Old)
 and  /work/SRC/openSUSE:Factory/.python-lazr.uri.new (New)


Package is python-lazr.uri

Changes:

--- /work/SRC/openSUSE:Factory/python-lazr.uri/python-lazr.uri.changes  
2013-03-26 12:04:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-lazr.uri.new/python-lazr.uri.changes 
2013-10-25 11:20:30.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:37 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-lazr.uri.spec ++
--- /var/tmp/diff_new_pack.VONac6/_old  2013-10-25 11:20:31.0 +0200
+++ /var/tmp/diff_new_pack.VONac6/_new  2013-10-25 11:20:31.0 +0200
@@ -13,18 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-lazr.uri
 Version:1.0.3
 Release:0
-License:LGPL-3.0+
 Summary:Code for parsing and dealing with URI
-Url:https://launchpad.net/lazr.uri
+License:LGPL-3.0+
 Group:  Development/Languages/Python
+Url:https://launchpad.net/lazr.uri
 Source: 
http://pypi.python.org/packages/source/l/lazr.uri/lazr.uri-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-launchpadlib for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-launchpadlib for 
openSUSE:Factory checked in at 2013-10-25 11:20:15

Comparing /work/SRC/openSUSE:Factory/python-launchpadlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-launchpadlib.new (New)


Package is python-launchpadlib

Changes:

--- /work/SRC/openSUSE:Factory/python-launchpadlib/python-launchpadlib.changes  
2013-03-26 16:13:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-launchpadlib.new/python-launchpadlib.changes 
2013-10-25 11:20:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:31 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-launchpadlib.spec ++
--- /var/tmp/diff_new_pack.UGZ0J2/_old  2013-10-25 11:20:17.0 +0200
+++ /var/tmp/diff_new_pack.UGZ0J2/_new  2013-10-25 11:20:17.0 +0200
@@ -13,18 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-launchpadlib
 Version:1.10.2
 Release:0
-License:LGPL-3.0+
 Summary:Script Launchpad through its web services interfaces.  
Officially supported
-Url:https://launchpad.net/launchpadlib/
+License:LGPL-3.0+
 Group:  Development/Languages/Python
+Url:https://launchpad.net/launchpadlib/
 Source: 
https://launchpad.net/launchpadlib/trunk/1.10.2/+download/launchpadlib-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 #BuildRequires:  python-httplib2
 #BuildRequires:  python-keyring

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



commit python-managesieve for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-managesieve for 
openSUSE:Factory checked in at 2013-10-25 11:20:55

Comparing /work/SRC/openSUSE:Factory/python-managesieve (Old)
 and  /work/SRC/openSUSE:Factory/.python-managesieve.new (New)


Package is python-managesieve

Changes:

--- /work/SRC/openSUSE:Factory/python-managesieve/python-managesieve.changes
2013-04-05 07:37:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-managesieve.new/python-managesieve.changes   
2013-10-25 11:20:56.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:15 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-managesieve.spec ++
--- /var/tmp/diff_new_pack.9jLa2g/_old  2013-10-25 11:21:00.0 +0200
+++ /var/tmp/diff_new_pack.9jLa2g/_new  2013-10-25 11:21:00.0 +0200
@@ -28,7 +28,7 @@
 # PATCH-FIX-OPENSUSE python-managesieve-remove-ez_setup.patch 
g...@opensuse.org -- Remove unnecessary ez_setup usage
 Patch0: python-managesieve-remove-ez_setup.patch
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-lazr.restfulclient for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-lazr.restfulclient for 
openSUSE:Factory checked in at 2013-10-25 11:20:25

Comparing /work/SRC/openSUSE:Factory/python-lazr.restfulclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-lazr.restfulclient.new (New)


Package is python-lazr.restfulclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-lazr.restfulclient/python-lazr.restfulclient.changes
  2013-04-02 12:53:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-lazr.restfulclient.new/python-lazr.restfulclient.changes
 2013-10-25 11:20:26.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:35 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-lazr.restfulclient.spec ++
--- /var/tmp/diff_new_pack.d5oFBh/_old  2013-10-25 11:20:27.0 +0200
+++ /var/tmp/diff_new_pack.d5oFBh/_new  2013-10-25 11:20:27.0 +0200
@@ -13,20 +13,21 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-lazr.restfulclient
 Version:0.13.2
 Release:0
-License:LGPL-3.0+
 Summary:A programmable client library for wadllib
-Url:https://launchpad.net/lazr.restfulclient
+License:LGPL-3.0+
 Group:  Development/Languages/Python
+Url:https://launchpad.net/lazr.restfulclient
 Source: 
https://launchpad.net/lazr.restfulclient/trunk/0.13.2/+download/lazr.restfulclient-0.13.2.tar.gz
 # PATCH-FIX-OPENSUSE: speili...@suse.com -- Use system SSL certificates:
 Patch0: lazr.restfulclient-system-certs.patch
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 #BuildRequires:  python-httplib2
 #BuildRequires:  python-lazr.authentication

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



commit python-MarkupSafe for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-MarkupSafe for 
openSUSE:Factory checked in at 2013-10-25 11:21:11

Comparing /work/SRC/openSUSE:Factory/python-MarkupSafe (Old)
 and  /work/SRC/openSUSE:Factory/.python-MarkupSafe.new (New)


Package is python-MarkupSafe

Changes:

--- /work/SRC/openSUSE:Factory/python-MarkupSafe/python-MarkupSafe.changes  
2013-07-02 14:28:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-MarkupSafe.new/python-MarkupSafe.changes 
2013-10-25 11:21:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:17 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-MarkupSafe.spec ++
--- /var/tmp/diff_new_pack.YFZs2u/_old  2013-10-25 11:21:13.0 +0200
+++ /var/tmp/diff_new_pack.YFZs2u/_new  2013-10-25 11:21:13.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %endif

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



commit python-Levenshtein for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Levenshtein for 
openSUSE:Factory checked in at 2013-10-25 11:20:38

Comparing /work/SRC/openSUSE:Factory/python-Levenshtein (Old)
 and  /work/SRC/openSUSE:Factory/.python-Levenshtein.new (New)


Package is python-Levenshtein

Changes:

--- /work/SRC/openSUSE:Factory/python-Levenshtein/python-Levenshtein.changes
2012-02-08 15:34:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Levenshtein.new/python-Levenshtein.changes   
2013-10-25 11:20:39.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:43 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Levenshtein.spec ++
--- /var/tmp/diff_new_pack.Zmirbj/_old  2013-10-25 11:20:43.0 +0200
+++ /var/tmp/diff_new_pack.Zmirbj/_new  2013-10-25 11:20:43.0 +0200
@@ -1,24 +1,31 @@
 #
 # spec file for package python-Levenshtein
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#
-# This file and all modifications and additions to this
-# package are under the same license as the package itself.
+# 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-Levenshtein
 Version:0.10.2
 Release:0
-License:GPL-2.0+
 Summary:Python extension computing string distances and similarities
-Url:http://github.com/miohtama/python-Levenshtein
+License:GPL-2.0+
 Group:  Development/Libraries/Python
+Url:http://github.com/miohtama/python-Levenshtein
 Source0:python-Levenshtein-%{version}.tar.bz2
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}

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



commit python-Louie for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Louie for openSUSE:Factory 
checked in at 2013-10-25 11:20:52

Comparing /work/SRC/openSUSE:Factory/python-Louie (Old)
 and  /work/SRC/openSUSE:Factory/.python-Louie.new (New)


Package is python-Louie

Changes:

--- /work/SRC/openSUSE:Factory/python-Louie/python-Louie.changes
2011-12-19 16:10:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Louie.new/python-Louie.changes   
2013-10-25 11:20:53.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:03 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Louie.spec ++
--- /var/tmp/diff_new_pack.njYmB4/_old  2013-10-25 11:20:56.0 +0200
+++ /var/tmp/diff_new_pack.njYmB4/_new  2013-10-25 11:20:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Louie
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   python-Louie
 Version:1.1
 Release:0
@@ -27,8 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/L/Louie/Louie-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-mechanize for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-mechanize for 
openSUSE:Factory checked in at 2013-10-25 11:21:42

Comparing /work/SRC/openSUSE:Factory/python-mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.python-mechanize.new (New)


Package is python-mechanize

Changes:

--- /work/SRC/openSUSE:Factory/python-mechanize/python-mechanize.changes
2012-03-13 09:38:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-mechanize.new/python-mechanize.changes   
2013-10-25 11:21:50.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:33 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-mechanize.spec ++
--- /var/tmp/diff_new_pack.zgnzSF/_old  2013-10-25 11:21:54.0 +0200
+++ /var/tmp/diff_new_pack.zgnzSF/_new  2013-10-25 11:21:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mechanize
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -26,7 +26,7 @@
 Source: mechanize-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-beautifulsoup
 Requires:   python-clientform
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-mccabe for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-mccabe for openSUSE:Factory 
checked in at 2013-10-25 11:21:37

Comparing /work/SRC/openSUSE:Factory/python-mccabe (Old)
 and  /work/SRC/openSUSE:Factory/.python-mccabe.new (New)


Package is python-mccabe

Changes:

--- /work/SRC/openSUSE:Factory/python-mccabe/python-mccabe.changes  
2013-04-29 14:31:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mccabe.new/python-mccabe.changes 
2013-10-25 11:21:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:23 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-mccabe.spec ++
--- /var/tmp/diff_new_pack.oU9Fuc/_old  2013-10-25 11:21:50.0 +0200
+++ /var/tmp/diff_new_pack.oU9Fuc/_new  2013-10-25 11:21:50.0 +0200
@@ -25,7 +25,7 @@
 Url:https://github.com/flintwork/mccabe
 Source: 
http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-matplotlib for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2013-10-25 11:21:32

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2013-09-03 22:03:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2013-10-25 11:21:35.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 24 12:47:42 UTC 2013 - speili...@suse.com
+
+- Update to version 1.3.1:
+  + Many changes
+
+---

Old:

  matplotlib-1.3.0.tar.gz

New:

  matplotlib-1.3.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.5HqFfP/_old  2013-10-25 11:21:48.0 +0200
+++ /var/tmp/diff_new_pack.5HqFfP/_new  2013-10-25 11:21:48.0 +0200
@@ -16,21 +16,18 @@
 #
 
 
-%define modname matplotlib
-Name:   python-%{modname}
-Version:1.3.0
+Name:   python-matplotlib
+Version:1.3.1
 Release:0
-
 Summary:Plotting Library for Python
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
-Url:http://sourceforge.net/projects/%{modname}
-Source: %{modname}-%{version}.tar.gz
-Source1:%{modname}-setup.cfg
-Source2:%{modname}plugin.py
-Source3:%{modname}widget.py
+Url:http://sourceforge.net/projects/matplotlib
+Source: matplotlib-%{version}.tar.gz
+Source1:matplotlib-setup.cfg
+Source2:matplotlibplugin.py
+Source3:matplotlibwidget.py
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  fltk-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
@@ -63,7 +60,6 @@
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 %endif
-
 ## These packages are required to prevent that matplotlib installs it's
 ## own versions of the packages from the lib directory
 BuildRequires:  python-dateutil
@@ -112,43 +108,39 @@
 
 %prep
 %setup -n matplotlib-%{version}
-chmod -x lib/%{modname}/mpl-data/images/*.svg
+chmod -x lib/matplotlib/mpl-data/images/*.svg
 
 %build
 cp %{SOURCE1} ./setup.cfg
 python setup.py build
 
 %install
-python setup.py install --root=%{buildroot} \
-   --record-rpm=INSTALLED_FILES --prefix=%{_prefix}
+python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 mkdir -p %{buildroot}%{_libdir}/qt4/plugins/designer/python/
 install -vm 755 %{SOURCE2} %{buildroot}%{_libdir}/qt4/plugins/designer/python/
 install -vm 755 %{SOURCE3} %{buildroot}%{py_sitedir}/
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc README.rst CHANGELOG
 %doc PKG-INFO TODO CXX examples 
-%{py_sitedir}/%{modname}-%{version}_r0-py%{py_ver}.egg-info
-%{py_sitedir}/%{modname}-%{version}_r0-py%{py_ver}-nspkg.pth
-%{py_sitedir}/%{modname}/
+%{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}.egg-info
+%{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}-nspkg.pth
+%{py_sitedir}/matplotlib/
 %{py_sitedir}/mpl_toolkits
 %{py_sitedir}/pylab.py
 %{py_sitedir}/pylab.pyc
-%exclude %{py_sitedir}/%{modname}/backends/backend_tkagg.*
-%exclude %{py_sitedir}/%{modname}/backends/tkagg.*
-%exclude %{py_sitedir}/%{modname}/backends/_tkagg.so
-%exclude %{py_sitedir}/%{modname}/backends/backend_wx.*
-%exclude %{py_sitedir}/%{modname}/backends/backend_wxagg.*
+%exclude %{py_sitedir}/matplotlib/backends/backend_tkagg.*
+%exclude %{py_sitedir}/matplotlib/backends/tkagg.*
+%exclude %{py_sitedir}/matplotlib/backends/_tkagg.so
+%exclude %{py_sitedir}/matplotlib/backends/backend_wx.*
+%exclude %{py_sitedir}/matplotlib/backends/backend_wxagg.*
 
 %files tk
 %defattr(-,root,root,-)
-%{py_sitedir}/%{modname}/backends/backend_tkagg.*
-%{py_sitedir}/%{modname}/backends/tkagg.*
-%{py_sitedir}/%{modname}/backends/_tkagg.so
+%{py_sitedir}/matplotlib/backends/backend_tkagg.*
+%{py_sitedir}/matplotlib/backends/tkagg.*
+%{py_sitedir}/matplotlib/backends/_tkagg.so
 
 %files wx
 %defattr(-,root,root,-)
@@ -161,7 +153,7 @@
 %dir %{_libdir}/qt4/plugins/
 %dir %{_libdir}/qt4/plugins/designer/
 %dir %{_libdir}/qt4/plugins/designer/python/
-%{_libdir}/qt4/plugins/designer/python/%{modname}plugin.py
-%{py_sitedir}/%{modname}widget.py
+%{_libdir}/qt4/plugins/designer/python/matplotlibplugin.py
+%{py_sitedir}/matplotlibwidget.py
 
 %changelog

++ matplotlib-1.3.0.tar.gz - matplotlib-1.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.3.1.tar.gz 
differ: 

commit python-MiniMock for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-MiniMock for openSUSE:Factory 
checked in at 2013-10-25 11:21:58

Comparing /work/SRC/openSUSE:Factory/python-MiniMock (Old)
 and  /work/SRC/openSUSE:Factory/.python-MiniMock.new (New)


Package is python-MiniMock

Changes:

--- /work/SRC/openSUSE:Factory/python-MiniMock/python-MiniMock.changes  
2013-05-03 13:45:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-MiniMock.new/python-MiniMock.changes 
2013-10-25 11:21:59.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:48 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-MiniMock.spec ++
--- /var/tmp/diff_new_pack.xnoimq/_old  2013-10-25 11:22:01.0 +0200
+++ /var/tmp/diff_new_pack.xnoimq/_new  2013-10-25 11:22:01.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Provides:   python-minimock = %{version}
 Obsoletes:  python-minimock  %{version}
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-Ming for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Ming for openSUSE:Factory 
checked in at 2013-10-25 11:21:52

Comparing /work/SRC/openSUSE:Factory/python-Ming (Old)
 and  /work/SRC/openSUSE:Factory/.python-Ming.new (New)


Package is python-Ming

Changes:

--- /work/SRC/openSUSE:Factory/python-Ming/python-Ming.changes  2013-09-03 
22:03:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Ming.new/python-Ming.changes 
2013-10-25 11:21:54.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:46 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Ming.spec ++
--- /var/tmp/diff_new_pack.6sqF9C/_old  2013-10-25 11:21:55.0 +0200
+++ /var/tmp/diff_new_pack.6sqF9C/_new  2013-10-25 11:21:55.0 +0200
@@ -28,11 +28,11 @@
 BuildRequires:  python-WebOb
 BuildRequires:  python-WebTest
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-mock = 0.8.0
 BuildRequires:  python-nose
 BuildRequires:  python-pymongo = 2.4
 BuildRequires:  python-pytz
+BuildRequires:  python-setuptools
 Requires:   python-FormEncode = 1.2.1
 Requires:   python-WebOb
 Requires:   python-pymongo = 2.4

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



commit python-mockito for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-mockito for openSUSE:Factory 
checked in at 2013-10-25 11:22:15

Comparing /work/SRC/openSUSE:Factory/python-mockito (Old)
 and  /work/SRC/openSUSE:Factory/.python-mockito.new (New)


Package is python-mockito

Changes:

--- /work/SRC/openSUSE:Factory/python-mockito/python-mockito.changes
2013-10-02 17:20:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mockito.new/python-mockito.changes   
2013-10-25 11:22:16.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:52 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-mockito.spec ++
--- /var/tmp/diff_new_pack.CX5JMl/_old  2013-10-25 11:22:18.0 +0200
+++ /var/tmp/diff_new_pack.CX5JMl/_new  2013-10-25 11:22:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mockito
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,12 +11,12 @@
 # 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/
 #
 
-%define mod_name mockito
 
+%define mod_name mockito
 
 Name:   python-%{mod_name}
 Version:0.5.1
@@ -29,8 +29,8 @@
 Patch0: setup.py.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
 %else

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



commit python-mock for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-mock for openSUSE:Factory 
checked in at 2013-10-25 11:22:07

Comparing /work/SRC/openSUSE:Factory/python-mock (Old)
 and  /work/SRC/openSUSE:Factory/.python-mock.new (New)


Package is python-mock

Changes:

--- /work/SRC/openSUSE:Factory/python-mock/python-mock.changes  2013-01-17 
10:02:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-mock.new/python-mock.changes 
2013-10-25 11:22:08.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:50 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-mock.spec ++
--- /var/tmp/diff_new_pack.7A2yqJ/_old  2013-10-25 11:22:08.0 +0200
+++ /var/tmp/diff_new_pack.7A2yqJ/_new  2013-10-25 11:22:08.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-unittest2
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-msgpack-python for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2013-10-25 11:22:30

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is python-msgpack-python

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2013-06-19 17:03:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2013-10-25 11:22:33.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:59 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.Lo9Otr/_old  2013-10-25 11:22:35.0 +0200
+++ /var/tmp/diff_new_pack.Lo9Otr/_new  2013-10-25 11:22:35.0 +0200
@@ -26,7 +26,7 @@
 Source: msgpack-python-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-nose
 BuildRequires:  python-pytest

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



commit python-netaddr for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-netaddr for openSUSE:Factory 
checked in at 2013-10-25 11:23:18

Comparing /work/SRC/openSUSE:Factory/python-netaddr (Old)
 and  /work/SRC/openSUSE:Factory/.python-netaddr.new (New)


Package is python-netaddr

Changes:

--- /work/SRC/openSUSE:Factory/python-netaddr/python-netaddr.changes
2012-09-25 10:46:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-netaddr.new/python-netaddr.changes   
2013-10-25 11:23:19.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:05 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-netaddr.spec ++
--- /var/tmp/diff_new_pack.lZSst8/_old  2013-10-25 11:23:21.0 +0200
+++ /var/tmp/diff_new_pack.lZSst8/_new  2013-10-25 11:23:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-netaddr
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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-netaddr
 Version:0.7.10
 Release:0
@@ -25,7 +26,7 @@
 Source: netaddr-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-morbid for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-morbid for openSUSE:Factory 
checked in at 2013-10-25 11:22:24

Comparing /work/SRC/openSUSE:Factory/python-morbid (Old)
 and  /work/SRC/openSUSE:Factory/.python-morbid.new (New)


Package is python-morbid

Changes:

--- /work/SRC/openSUSE:Factory/python-morbid/python-morbid.changes  
2012-03-23 12:09:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-morbid.new/python-morbid.changes 
2013-10-25 11:22:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:57 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-morbid.spec ++
--- /var/tmp/diff_new_pack.7BhNeG/_old  2013-10-25 11:22:32.0 +0200
+++ /var/tmp/diff_new_pack.7BhNeG/_new  2013-10-25 11:22:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-morbid
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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-morbid
 Version:0.8.7.3
 Release:0
@@ -25,9 +26,9 @@
 Source: 
http://pypi.python.org/packages/source/m/morbid/morbid-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
-Requires:   python-stomper
+BuildRequires:  python-setuptools
 Requires:   python-Twisted
+Requires:   python-stomper
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

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



commit python-M2Crypto for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-M2Crypto for openSUSE:Factory 
checked in at 2013-10-25 11:23:09

Comparing /work/SRC/openSUSE:Factory/python-M2Crypto (Old)
 and  /work/SRC/openSUSE:Factory/.python-M2Crypto.new (New)


Package is python-M2Crypto

Changes:

--- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes  
2013-09-23 11:17:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new/python-M2Crypto.changes 
2013-10-25 11:23:11.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:11 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-M2Crypto.spec ++
--- /var/tmp/diff_new_pack.2OC918/_old  2013-10-25 11:23:12.0 +0200
+++ /var/tmp/diff_new_pack.2OC918/_new  2013-10-25 11:23:12.0 +0200
@@ -28,7 +28,7 @@
 BuildRequires:  openssl
 BuildRequires:  openssl-devel
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  swig
 %if 0%{?suse_version}
 %py_requires

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



commit python-netifaces for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-netifaces for 
openSUSE:Factory checked in at 2013-10-25 11:23:36

Comparing /work/SRC/openSUSE:Factory/python-netifaces (Old)
 and  /work/SRC/openSUSE:Factory/.python-netifaces.new (New)


Package is python-netifaces

Changes:

--- /work/SRC/openSUSE:Factory/python-netifaces/python-netifaces.changes
2012-06-26 17:57:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-netifaces.new/python-netifaces.changes   
2013-10-25 11:23:37.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:09 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-netifaces.spec ++
--- /var/tmp/diff_new_pack.n8RaAj/_old  2013-10-25 11:23:37.0 +0200
+++ /var/tmp/diff_new_pack.n8RaAj/_new  2013-10-25 11:23:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-netifaces
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Novell
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +26,7 @@
 Url:http://alastairs-place.net/netifaces/
 Source: 
http://alastairs-place.net/projects/netifaces/netifaces-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Provides:   netifaces
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-nosexcover for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-nosexcover for 
openSUSE:Factory checked in at 2013-10-25 11:24:17

Comparing /work/SRC/openSUSE:Factory/python-nosexcover (Old)
 and  /work/SRC/openSUSE:Factory/.python-nosexcover.new (New)


Package is python-nosexcover

Changes:

--- /work/SRC/openSUSE:Factory/python-nosexcover/python-nosexcover.changes  
2013-07-11 19:37:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-nosexcover.new/python-nosexcover.changes 
2013-10-25 11:24:18.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:26 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-nosexcover.spec ++
--- /var/tmp/diff_new_pack.L1v0E0/_old  2013-10-25 11:24:21.0 +0200
+++ /var/tmp/diff_new_pack.L1v0E0/_new  2013-10-25 11:24:21.0 +0200
@@ -26,8 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/n/nosexcover/nosexcover-%{version}.tar.gz
 BuildRequires:  python-coverage
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 Requires:   python-coverage
 Requires:   python-nose
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit python-nose-cover3 for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-nose-cover3 for 
openSUSE:Factory checked in at 2013-10-25 11:24:01

Comparing /work/SRC/openSUSE:Factory/python-nose-cover3 (Old)
 and  /work/SRC/openSUSE:Factory/.python-nose-cover3.new (New)


Package is python-nose-cover3

Changes:

--- /work/SRC/openSUSE:Factory/python-nose-cover3/python-nose-cover3.changes
2013-01-17 15:20:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-nose-cover3.new/python-nose-cover3.changes   
2013-10-25 11:24:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:23 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-nose-cover3.spec ++
--- /var/tmp/diff_new_pack.4qU848/_old  2013-10-25 11:24:03.0 +0200
+++ /var/tmp/diff_new_pack.4qU848/_new  2013-10-25 11:24:03.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/n/nose-cover3/nose-cover3-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-coverage
 Requires:   python-nose
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-nose for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-nose for openSUSE:Factory 
checked in at 2013-10-25 11:23:53

Comparing /work/SRC/openSUSE:Factory/python-nose (Old)
 and  /work/SRC/openSUSE:Factory/.python-nose.new (New)


Package is python-nose

Changes:

--- /work/SRC/openSUSE:Factory/python-nose/python-nose.changes  2013-07-02 
07:42:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose.changes 
2013-10-25 11:23:54.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:12:54 UTC 2013 - speili...@suse.com
+
+- Require setuptools instead of now obsolete distribute
+
+---



Other differences:
--
++ python-nose.spec ++
--- /var/tmp/diff_new_pack.KS8tU2/_old  2013-10-25 11:23:55.0 +0200
+++ /var/tmp/diff_new_pack.KS8tU2/_new  2013-10-25 11:23:55.0 +0200
@@ -26,11 +26,11 @@
 Source: 
http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-xml
 #Testsuite build requirements:
 BuildRequires:  python-coverage
-Requires:   python-distribute
+Requires:   python-setuptools
 Requires:   python-xml
 Requires(post): update-alternatives
 Requires(postun): update-alternatives

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



commit python-oauth2 for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-oauth2 for openSUSE:Factory 
checked in at 2013-10-25 11:24:58

Comparing /work/SRC/openSUSE:Factory/python-oauth2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-oauth2.new (New)


Package is python-oauth2

Changes:

--- /work/SRC/openSUSE:Factory/python-oauth2/python-oauth2.changes  
2013-04-26 13:34:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-oauth2.new/python-oauth2.changes 
2013-10-25 11:25:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:33 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-oauth2.spec ++
--- /var/tmp/diff_new_pack.IRAYt2/_old  2013-10-25 11:25:16.0 +0200
+++ /var/tmp/diff_new_pack.IRAYt2/_new  2013-10-25 11:25:16.0 +0200
@@ -13,19 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-oauth2
 Version:1.5.211
 Release:0
-License:MIT
 Summary:A fully tested, abstract interface to creating OAuth clients 
and servers
-Url:http://github.com/simplegeo/python-oauth2
+License:MIT
 Group:  Development/Languages/Python
+Url:http://github.com/simplegeo/python-oauth2
 Source: 
http://pypi.python.org/packages/source/o/oauth2/oauth2-%{version}.tar.gz
 Patch0: oauth2-drop-tests-with-net-access.patch
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python
 BuildRequires:  python-coverage

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



commit python-Paste for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2013-10-25 11:25:14

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new (New)


Package is python-Paste

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2012-11-25 13:51:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2013-10-25 11:25:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:46 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.rdyzSs/_old  2013-10-25 11:25:27.0 +0200
+++ /var/tmp/diff_new_pack.rdyzSs/_new  2013-10-25 11:25:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/P/Paste/Paste-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Documentation build requirements:
 BuildRequires:  python-Sphinx
 # Test build requirements:

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



commit python-oauth for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-oauth for openSUSE:Factory 
checked in at 2013-10-25 11:24:36

Comparing /work/SRC/openSUSE:Factory/python-oauth (Old)
 and  /work/SRC/openSUSE:Factory/.python-oauth.new (New)


Package is python-oauth

Changes:

--- /work/SRC/openSUSE:Factory/python-oauth/python-oauth.changes
2012-02-20 16:17:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-oauth.new/python-oauth.changes   
2013-10-25 11:24:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:30 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-oauth.spec ++
--- /var/tmp/diff_new_pack.p17676/_old  2013-10-25 11:24:38.0 +0200
+++ /var/tmp/diff_new_pack.p17676/_new  2013-10-25 11:24:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oauth
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -26,7 +26,7 @@
 Source: oauth-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

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



commit python-oauthlib for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-oauthlib for openSUSE:Factory 
checked in at 2013-10-25 11:24:53

Comparing /work/SRC/openSUSE:Factory/python-oauthlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-oauthlib.new (New)


Package is python-oauthlib

Changes:

--- /work/SRC/openSUSE:Factory/python-oauthlib/python-oauthlib.changes  
2012-11-25 13:50:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-oauthlib.new/python-oauthlib.changes 
2013-10-25 11:24:53.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:35 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-oauthlib.spec ++
--- /var/tmp/diff_new_pack.hWQ9qn/_old  2013-10-25 11:25:12.0 +0200
+++ /var/tmp/diff_new_pack.hWQ9qn/_new  2013-10-25 11:25:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oauthlib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test build requirements:
 BuildRequires:  python-mock
 BuildRequires:  python-nose

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



commit python-passlib for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-passlib for openSUSE:Factory 
checked in at 2013-10-25 11:25:10

Comparing /work/SRC/openSUSE:Factory/python-passlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-passlib.new (New)


Package is python-passlib

Changes:

--- /work/SRC/openSUSE:Factory/python-passlib/python-passlib.changes
2013-03-08 09:44:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-passlib.new/python-passlib.changes   
2013-10-25 11:25:24.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:44 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-passlib.spec ++
--- /var/tmp/diff_new_pack.7ofeGI/_old  2013-10-25 11:25:25.0 +0200
+++ /var/tmp/diff_new_pack.7ofeGI/_new  2013-10-25 11:25:25.0 +0200
@@ -26,8 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/p/passlib/passlib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

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



commit python-odict for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-odict for openSUSE:Factory 
checked in at 2013-10-25 11:25:03

Comparing /work/SRC/openSUSE:Factory/python-odict (Old)
 and  /work/SRC/openSUSE:Factory/.python-odict.new (New)


Package is python-odict

Changes:

--- /work/SRC/openSUSE:Factory/python-odict/python-odict.changes
2013-09-09 19:50:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-odict.new/python-odict.changes   
2013-10-25 11:25:16.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:37 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-odict.spec ++
--- /var/tmp/diff_new_pack.OaKLQO/_old  2013-10-25 11:25:24.0 +0200
+++ /var/tmp/diff_new_pack.OaKLQO/_new  2013-10-25 11:25:24.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/o/odict/odict-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 #BuildRequires:  python-interlude
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-PasteDeploy for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2013-10-25 11:25:20

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is python-PasteDeploy

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2013-06-19 17:03:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python-PasteDeploy.changes   
2013-10-25 11:25:27.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:48 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.4z96Jy/_old  2013-10-25 11:25:33.0 +0200
+++ /var/tmp/diff_new_pack.4z96Jy/_new  2013-10-25 11:25:33.0 +0200
@@ -26,9 +26,9 @@
 Source: 
http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-Paste
-Requires:   python-distribute
+Requires:   python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

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



commit python-PasteScript for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-PasteScript for 
openSUSE:Factory checked in at 2013-10-25 11:25:48

Comparing /work/SRC/openSUSE:Factory/python-PasteScript (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteScript.new (New)


Package is python-PasteScript

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteScript/python-PasteScript.changes
2012-06-26 17:57:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteScript.new/python-PasteScript.changes   
2013-10-25 11:25:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:51 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-PasteScript.spec ++
--- /var/tmp/diff_new_pack.GHdPd0/_old  2013-10-25 11:25:49.0 +0200
+++ /var/tmp/diff_new_pack.GHdPd0/_new  2013-10-25 11:25:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteScript
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -28,7 +28,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-PasteDeploy
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1210
 Requires:   python-cheetah
 %else
@@ -36,7 +36,7 @@
 %endif
 Requires:   python-Paste = 1.3
 Requires:   python-PasteDeploy
-Requires:   python-distribute
+Requires:   python-setuptools
 Provides:   python-pastescript = %{version}
 Obsoletes:  python-pastescript  %{version}
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-pep8 for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-pep8 for openSUSE:Factory 
checked in at 2013-10-25 11:26:24

Comparing /work/SRC/openSUSE:Factory/python-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pep8.new (New)


Package is python-pep8

Changes:

--- /work/SRC/openSUSE:Factory/python-pep8/python-pep8.changes  2013-10-17 
17:45:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pep8.new/python-pep8.changes 
2013-10-25 11:26:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:10:01 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-pep8.spec ++
--- /var/tmp/diff_new_pack.w7CoDm/_old  2013-10-25 11:26:26.0 +0200
+++ /var/tmp/diff_new_pack.w7CoDm/_new  2013-10-25 11:26:26.0 +0200
@@ -30,7 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
 %else

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



commit python-pathtools for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-pathtools for 
openSUSE:Factory checked in at 2013-10-25 11:26:20

Comparing /work/SRC/openSUSE:Factory/python-pathtools (Old)
 and  /work/SRC/openSUSE:Factory/.python-pathtools.new (New)


Package is python-pathtools

Changes:

--- /work/SRC/openSUSE:Factory/python-pathtools/python-pathtools.changes
2012-02-01 09:59:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pathtools.new/python-pathtools.changes   
2013-10-25 11:26:21.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:53 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-pathtools.spec ++
--- /var/tmp/diff_new_pack.2NoUl4/_old  2013-10-25 11:26:21.0 +0200
+++ /var/tmp/diff_new_pack.2NoUl4/_new  2013-10-25 11:26:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pathtools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,10 +11,11 @@
 # 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-pathtools
 Version:0.1.2
 Release:0
@@ -25,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/p/pathtools/pathtools-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 #BuildRequires:  python-Sphinx
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



  1   2   3   >