Hello community,

here is the log from the commit of package python-rsa for openSUSE:Factory 
checked in at 2013-08-13 10:59:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rsa (Old)
 and      /work/SRC/openSUSE:Factory/.python-rsa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rsa"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rsa/python-rsa.changes    2012-11-25 
14:03:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-rsa.new/python-rsa.changes       
2013-08-13 10:59:51.000000000 +0200
@@ -2 +2 @@
-Fri Nov 23 11:18:01 UTC 2012 - [email protected]
+Mon Aug 12 15:26:44 UTC 2013 - [email protected]
@@ -4 +4,6 @@
-- Update to verison 3.1.1:
+- Add rsa-use-system-setuptools.patch
+
+-------------------------------------------------------------------
+Fri Nov 23 11:18:01 UTC 2012 - [email protected]
+
+- Update to version 3.1.1:

New:
----
  rsa-use-system-setuptools.patch

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

Other differences:
------------------
++++++ python-rsa.spec ++++++
--- /var/tmp/diff_new_pack.gRR8T4/_old  2013-08-13 10:59:51.000000000 +0200
+++ /var/tmp/diff_new_pack.gRR8T4/_new  2013-08-13 10:59:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rsa
 #
-# 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
@@ -24,6 +24,7 @@
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/r/rsa/rsa-%{version}.tar.gz
+Patch0:         rsa-use-system-setuptools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q -n rsa-%{version}
+%patch0 -p1
 
 %build
 python setup.py build

++++++ rsa-use-system-setuptools.patch ++++++
diff -ruN a/setup.py b/setup.py
--- a/setup.py  2012-06-18 16:14:17.000000000 +0200
+++ b/setup.py  2013-08-12 17:25:36.196839624 +0200
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# Ensure that a reasonably recent version of 'distribute' is installed.
-from distribute_setup import use_setuptools
-use_setuptools('0.6.10')
-
 from setuptools import setup
 
 import rsa
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to