Page MenuHomeSolus

D624.id1366.diff
No OneTemporary

D624.id1366.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,4 @@
+libc.so.6
+libpthread.so.0
+libpython2.7.so.1.0
+libpython3.5m.so.1.0
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,37 @@
+name : python-pymongo
+version : 3.4.0
+release : 1
+source :
+ - https://github.com/mongodb/mongo-python-driver/archive/3.4.0.tar.gz : 83d2c973dcb997c90e727b1a9c80a5d4e8ff5e6ae9ac9975929d7831af688be3
+license :
+ - Apache-2.0
+ - MIT
+component : programming.python
+summary : Python driver for MongoDB
+description: |
+ The PyMongo package contains tools for interacting with MongoDB database from Python:
+ * bson: an implementation of the BSON format for Python.
+ * pymongo: a native Python driver for MongoDB.
+ * gridfs: a gridfs implementation on top of pymongo.
+builddeps :
+ - pkgconfig(python-3.5)
+ - python-setuptools
+setup : |
+ cp -a . ../py3build
+ mv $PWD ${PWD%/*}/py2build
+build : |
+ pushd py2build
+ %python_setup
+ popd
+
+ pushd py3build
+ %python3_setup
+ popd
+install : |
+ pushd py2build
+ %python_install
+ popd
+
+ pushd py3build
+ %python3_install
+ popd
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,310 @@
+<PISI>
+ <Source>
+ <Name>python-pymongo</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python driver for MongoDB</Summary>
+ <Description xml:lang="en">The PyMongo package contains tools for interacting with MongoDB database from Python:
+* bson: an implementation of the BSON format for Python.
+* pymongo: a native Python driver for MongoDB.
+* gridfs: a gridfs implementation on top of pymongo.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pymongo</Name>
+ <Summary xml:lang="en">Python driver for MongoDB</Summary>
+ <Description xml:lang="en">The PyMongo package contains tools for interacting with MongoDB database from Python:
+* bson: an implementation of the BSON format for Python.
+* pymongo: a native Python driver for MongoDB.
+* gridfs: a gridfs implementation on top of pymongo.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/_cbson.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/binary.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/binary.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/code.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/code.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/codec_options.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/codec_options.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/dbref.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/dbref.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/decimal128.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/decimal128.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/errors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/errors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/int64.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/int64.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/json_util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/json_util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/max_key.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/max_key.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/min_key.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/min_key.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/objectid.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/objectid.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/py3compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/py3compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/raw_bson.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/raw_bson.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/regex.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/regex.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/son.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/son.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/timestamp.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/timestamp.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/tz_util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/bson/tz_util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/gridfs/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/gridfs/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/gridfs/errors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/gridfs/errors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/gridfs/grid_file.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/gridfs/grid_file.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo-3.4.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo-3.4.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo-3.4.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo-3.4.0-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo-3.4.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/_cmessage.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/auth.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/auth.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/bulk.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/bulk.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/client_options.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/client_options.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/collation.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/collation.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/collection.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/collection.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/command_cursor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/command_cursor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/common.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/common.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/cursor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/cursor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/cursor_manager.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/cursor_manager.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/database.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/database.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/errors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/errors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/helpers.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/helpers.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/ismaster.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/ismaster.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/max_staleness_selectors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/max_staleness_selectors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/message.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/message.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/mongo_client.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/mongo_client.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/mongo_replica_set_client.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/mongo_replica_set_client.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/monitor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/monitor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/monitoring.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/monitoring.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/monotonic.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/monotonic.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/network.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/network.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/operations.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/operations.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/periodic_executor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/periodic_executor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/pool.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/pool.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/read_concern.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/read_concern.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/read_preferences.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/read_preferences.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/response.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/response.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/results.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/results.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/server.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/server.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/server_description.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/server_description.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/server_selectors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/server_selectors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/server_type.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/server_type.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/settings.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/settings.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/son_manipulator.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/son_manipulator.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/ssl_context.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/ssl_context.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/ssl_match_hostname.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/ssl_match_hostname.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/ssl_support.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/ssl_support.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/thread_util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/thread_util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/topology.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/topology.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/topology_description.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/topology_description.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/uri_parser.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/uri_parser.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/write_concern.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pymongo/write_concern.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/binary.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/code.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/codec_options.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/dbref.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/decimal128.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/errors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/int64.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/json_util.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/max_key.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/min_key.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/objectid.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/py3compat.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/raw_bson.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/regex.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/son.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/timestamp.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/__pycache__/tz_util.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/_cbson.cpython-35m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/binary.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/code.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/codec_options.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/dbref.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/decimal128.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/int64.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/json_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/max_key.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/min_key.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/objectid.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/py3compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/raw_bson.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/regex.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/son.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/timestamp.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/bson/tz_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/gridfs/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/gridfs/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/gridfs/__pycache__/errors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/gridfs/__pycache__/grid_file.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/gridfs/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/gridfs/grid_file.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo-3.4.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo-3.4.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo-3.4.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo-3.4.0-py3.5.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo-3.4.0-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/auth.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/bulk.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/client_options.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/collation.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/collection.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/command_cursor.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/common.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/cursor.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/cursor_manager.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/database.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/errors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/helpers.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/ismaster.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/max_staleness_selectors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/message.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/mongo_client.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/mongo_replica_set_client.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/monitor.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/monitoring.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/monotonic.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/network.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/operations.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/periodic_executor.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/pool.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/read_concern.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/read_preferences.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/response.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/results.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/server.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/server_description.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/server_selectors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/server_type.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/settings.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/son_manipulator.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/ssl_context.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/ssl_match_hostname.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/ssl_support.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/thread_util.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/topology.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/topology_description.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/uri_parser.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/__pycache__/write_concern.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/_cmessage.cpython-35m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/auth.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/bulk.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/client_options.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/collation.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/collection.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/command_cursor.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/cursor.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/cursor_manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/database.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/ismaster.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/max_staleness_selectors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/message.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/mongo_client.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/mongo_replica_set_client.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/monitor.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/monitoring.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/monotonic.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/network.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/operations.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/periodic_executor.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/pool.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/read_concern.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/read_preferences.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/response.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/results.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/server.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/server_description.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/server_selectors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/server_type.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/settings.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/son_manipulator.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/ssl_context.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/ssl_match_hostname.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/ssl_support.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/thread_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/topology.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/topology_description.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/uri_parser.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pymongo/write_concern.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-07-16</Date>
+ <Version>3.4.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 12:50 AM (3 h, 16 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5823760
Default Alt Text
D624.id1366.diff (31 KB)

Event Timeline