Page MenuHomeSolus

D6129.id14738.diff
No OneTemporary

D6129.id14738.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,3 @@
+libc.so.6
+libpthread.so.0
+libpython3.6m.so.1.0
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,20 @@
+name : python-pymongo
+version : 3.8.0
+release : 2
+source :
+ - https://github.com/mongodb/mongo-python-driver/archive/3.8.0.tar.gz : 922659eac56131584de40d107cb0a98fa699bd2f80f9ff20b18c68c70aec5444
+license : Apache-2.0
+component : programming.python
+summary : Python driver for MongoDB
+description: |
+ The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo
+builddeps :
+ - pkgconfig(python3)
+rundeps :
+ - mongodb
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ %python3_test
\ No newline at end of file
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,178 @@
+<PISI>
+ <Source>
+ <Name>python-pymongo</Name>
+ <Packager>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python driver for MongoDB</Summary>
+ <Description xml:lang="en">The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/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 distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/binary.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/code.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/codec_options.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/dbref.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/decimal128.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/errors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/int64.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/json_util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/max_key.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/min_key.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/objectid.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/py3compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/raw_bson.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/regex.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/son.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/timestamp.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/__pycache__/tz_util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/_cbson.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/binary.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/code.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/codec_options.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/dbref.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/decimal128.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/int64.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/json_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/max_key.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/min_key.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/objectid.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/py3compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/raw_bson.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/regex.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/son.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/timestamp.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/bson/tz_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/gridfs/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/gridfs/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/gridfs/__pycache__/errors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/gridfs/__pycache__/grid_file.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/gridfs/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/gridfs/grid_file.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo-3.8.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo-3.8.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo-3.8.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo-3.8.0-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo-3.8.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/auth.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/bulk.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/change_stream.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/client_options.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/client_session.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/collation.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/collection.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/command_cursor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/common.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/compression_support.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/cursor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/cursor_manager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/database.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/driver_info.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/errors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/helpers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/ismaster.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/max_staleness_selectors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/message.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/mongo_client.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/mongo_replica_set_client.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/monitor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/monitoring.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/monotonic.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/network.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/operations.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/periodic_executor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/pool.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/read_concern.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/read_preferences.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/response.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/results.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/saslprep.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/server.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/server_description.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/server_selectors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/server_type.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/settings.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/son_manipulator.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/ssl_context.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/ssl_match_hostname.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/ssl_support.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/thread_util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/topology.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/topology_description.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/uri_parser.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/__pycache__/write_concern.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/_cmessage.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/auth.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/bulk.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/change_stream.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/client_options.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/client_session.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/collation.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/collection.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/command_cursor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/compression_support.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/cursor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/cursor_manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/database.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/driver_info.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/ismaster.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/max_staleness_selectors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/message.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/mongo_client.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/mongo_replica_set_client.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/monitor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/monitoring.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/monotonic.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/network.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/operations.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/periodic_executor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/pool.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/read_concern.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/read_preferences.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/response.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/results.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/saslprep.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/server.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/server_description.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/server_selectors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/server_type.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/settings.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/son_manipulator.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/ssl_context.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/ssl_match_hostname.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/ssl_support.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/thread_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/topology.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/topology_description.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/uri_parser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pymongo/write_concern.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="2">
+ <Date>2019-04-26</Date>
+ <Version>3.8.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 23, 5:46 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5855540
Default Alt Text
D6129.id14738.diff (18 KB)

Event Timeline