[packages/python-virtualenv] - add all standard dynamic modules from lib-dynload to avoid more cherry-picking - rel 3

baggins baggins at pld-linux.org
Mon Mar 31 11:58:52 CEST 2014


commit 4e12c718cf35a2cc1c5247c9c62bd10729890644
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Mar 31 11:57:57 2014 +0200

    - add all standard dynamic modules from lib-dynload to avoid more cherry-picking
    - rel 3

 python-virtualenv.spec |  2 +-
 virtualenv-pld.patch   | 72 +++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 66 insertions(+), 8 deletions(-)
---
diff --git a/python-virtualenv.spec b/python-virtualenv.spec
index e850a26..13fd2b3 100644
--- a/python-virtualenv.spec
+++ b/python-virtualenv.spec
@@ -2,7 +2,7 @@ Summary:	Tool to create isolated Python environments
 Summary(pl.UTF-8):	Narzędzie do tworzenia oddzielonych środowisk Pythona
 Name:		python-virtualenv
 Version:	1.11.4
-Release:	2
+Release:	3
 License:	MIT
 Group:		Development/Languages
 Source0:	https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
diff --git a/virtualenv-pld.patch b/virtualenv-pld.patch
index 8b92b99..6e10000 100644
--- a/virtualenv-pld.patch
+++ b/virtualenv-pld.patch
@@ -1,16 +1,74 @@
 --- virtualenv-1.8.4/virtualenv.py.orig	2012-11-25 18:11:26.000000000 +0100
 +++ virtualenv-1.8.4/virtualenv.py	2013-01-11 18:31:34.212018758 +0100
-@@ -72,7 +72,12 @@
+@@ -72,7 +72,70 @@
                      'fnmatch', 'locale', 'encodings', 'codecs',
                      'stat', 'UserDict', 'readline', 'copy_reg', 'types',
                      're', 'sre', 'sre_parse', 'sre_constants', 'sre_compile',
 -                    'zlib']
-+                    'zlib', 'time', 'cStringIO', 'md5', '_hashlib', '_struct', 'bz2',
-+                    '_collections', 'operator', 'itertools', 'math', 'binascii', 'atexit',
-+                    '_random', '_io', '_functools', 'array', '_socket', '_ssl', 'select',
-+                    'fcntl', 'cPickle', 'datetime', 'syslog', '_sqlite3', 'unicodedata',
-+                    'parser', 'simplejson', 'multiprocessing', '_multiprocessing',
-+                    '_posixsubprocess', '_csv', 'pyexpat']
++                    'zlib',
++                    '_bisect',
++                    '_bsddb',
++                    '_codecs_cn',
++                    '_codecs_hk',
++                    '_codecs_iso2022',
++                    '_codecs_jp',
++                    '_codecs_kr',
++                    '_codecs_tw',
++                    '_collections',
++                    '_csv',
++                    '_ctypes',
++                    '_ctypes_test',
++                    '_curses',
++                    '_curses_panel',
++                    '_elementtree',
++                    '_functools',
++                    '_hashlib',
++                    '_heapq',
++                    '_hotshot',
++                    '_io',
++                    '_json',
++                    '_locale',
++                    '_lsprof',
++                    '_multibytecodec',
++                    '_multiprocessing',
++                    '_random',
++                    '_socket',
++                    '_sqlite3',
++                    '_ssl',
++                    '_struct',
++                    '_testcapi',
++                    '_tkinter',
++                    'array',
++                    'audioop',
++                    'binascii',
++                    'bz2',
++                    'cPickle',
++                    'cStringIO',
++                    'cmath',
++                    'crypt',
++                    'datetime',
++                    'dbm',
++                    'fcntl',
++                    'future_builtins',
++                    'gdbm',
++                    'grp',
++                    'itertools',
++                    'linuxaudiodev',
++                    'math',
++                    'mmap',
++                    'nis',
++                    'operator',
++                    'ossaudiodev',
++                    'parser',
++                    'pyexpat',
++                    'resource',
++                    'select',
++                    'spwd',
++                    'strop',
++                    'syslog',
++                    'termios',
++                    'time',
++                    'unicodedata']
  
  REQUIRED_FILES = ['lib-dynload', 'config']
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-virtualenv.git/commitdiff/4e12c718cf35a2cc1c5247c9c62bd10729890644



More information about the pld-cvs-commit mailing list