Page MenuHomeSolus

D3702.diff
No OneTemporary

D3702.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : python-invoke
+version : 1.1.1
+release : 1
+source :
+ - https://github.com/pyinvoke/invoke/archive/1.1.1.tar.gz : 772b340244c16db1910ed91c61bc1a817ba87bed66156d99af9ebddc14869e64
+license : BSD-2-Clause
+component : programming.python
+summary : Pythonic task management & command execution
+description: |
+ python-invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks
+builddeps :
+ - python-setuptools
+build : |
+ %python3_setup
+ %python_setup
+install : |
+ %python3_install
+ for _f in $installdir/usr/bin/*; do
+ mv -v $_f ${_f}3
+ done
+ %python_install
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,239 @@
+<PISI>
+ <Source>
+ <Name>python-invoke</Name>
+ <Packager>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Pythonic task management &amp; command execution</Summary>
+ <Description xml:lang="en">python-invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-invoke</Name>
+ <Summary xml:lang="en">Pythonic task management &amp; command execution</Summary>
+ <Description xml:lang="en">python-invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/inv</Path>
+ <Path fileType="executable">/usr/bin/inv3</Path>
+ <Path fileType="executable">/usr/bin/invoke</Path>
+ <Path fileType="executable">/usr/bin/invoke3</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke-1.1.1-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke-1.1.1-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke-1.1.1-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke-1.1.1-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke-1.1.1-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/__main__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/_version.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/_version.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/collection.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/collection.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/complete.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/complete.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/config.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/config.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/context.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/context.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/env.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/env.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/exceptions.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/executor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/executor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/loader.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/loader.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/main.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/main.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/parser/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/parser/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/parser/argument.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/parser/argument.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/parser/context.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/parser/context.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/parser/parser.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/parser/parser.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/program.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/program.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/runners.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/runners.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/tasks.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/tasks.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/terminals.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/terminals.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/decorator.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/decorator.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/fluidity/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/fluidity/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/fluidity/backwardscompat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/fluidity/backwardscompat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/fluidity/machine.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/fluidity/machine.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/lexicon/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/lexicon/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/lexicon/alias_dict.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/lexicon/alias_dict.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/lexicon/attribute_dict.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/lexicon/attribute_dict.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/six.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/six.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/composer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/composer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/constructor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/constructor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/cyaml.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/cyaml.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/dumper.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/dumper.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/emitter.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/emitter.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/error.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/error.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/events.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/events.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/loader.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/loader.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/nodes.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/nodes.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/parser.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/parser.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/reader.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/reader.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/representer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/representer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/resolver.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/resolver.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/scanner.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/scanner.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/serializer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/serializer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/tokens.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/vendor/yaml2/tokens.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/watchers.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/invoke/watchers.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke-1.1.1-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke-1.1.1-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke-1.1.1-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke-1.1.1-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke-1.1.1-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/__main__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/_version.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/collection.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/complete.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/config.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/context.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/env.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/exceptions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/executor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/loader.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/main.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/program.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/runners.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/tasks.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/terminals.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/__pycache__/watchers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/_version.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/collection.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/complete.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/context.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/env.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/executor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/loader.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/main.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/parser/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/parser/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/parser/__pycache__/argument.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/parser/__pycache__/context.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/parser/__pycache__/parser.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/parser/argument.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/parser/context.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/parser/parser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/program.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/runners.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/tasks.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/terminals.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/__pycache__/decorator.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/__pycache__/six.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/decorator.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/fluidity/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/fluidity/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/fluidity/__pycache__/backwardscompat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/fluidity/__pycache__/machine.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/fluidity/backwardscompat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/fluidity/machine.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/lexicon/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/lexicon/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/lexicon/__pycache__/alias_dict.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/lexicon/__pycache__/attribute_dict.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/lexicon/alias_dict.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/lexicon/attribute_dict.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/six.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/composer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/constructor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/cyaml.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/dumper.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/emitter.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/error.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/events.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/loader.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/nodes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/parser.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/reader.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/representer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/resolver.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/scanner.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/serializer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/__pycache__/tokens.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/composer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/constructor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/cyaml.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/dumper.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/emitter.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/error.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/events.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/loader.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/nodes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/parser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/reader.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/representer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/resolver.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/scanner.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/serializer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/vendor/yaml3/tokens.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/invoke/watchers.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-08-26</Date>
+ <Version>1.1.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 5 2023, 2:32 AM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792086
Default Alt Text
D3702.diff (24 KB)

Event Timeline