Page MenuHomeSolus

D1827.id.diff
No OneTemporary

D1827.id.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,22 @@
+name : python-hypothesis
+version : 3.44.4
+release : 1
+source :
+ - https://github.com/HypothesisWorks/hypothesis-python/archive/3.44.4.tar.gz : f7c685ebc981d0332be184ebed9c45a954c9869441273412cabc37ae26fd13a6
+license : MPL-2.0
+component : programming.python
+summary : Advanced property-based (QuickCheck-like) testing for Python
+description: |
+ Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.
+builddeps :
+ - python-setuptools
+rundeps :
+ - python-attrs
+ - python-coverage
+ - python-enum34
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_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,307 @@
+<PISI>
+ <Source>
+ <Name>python-hypothesis</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>MPL-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Advanced property-based (QuickCheck-like) testing for Python</Summary>
+ <Description xml:lang="en">Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-hypothesis</Name>
+ <Summary xml:lang="en">Advanced property-based (QuickCheck-like) testing for Python</Summary>
+ <Description xml:lang="en">Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/_settings.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/_settings.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/configuration.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/configuration.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/control.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/control.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/core.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/core.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/database.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/database.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/errors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/errors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/executors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/executors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/datetime.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/datetime.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/django/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/django/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/django/models.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/django/models.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/fakefactory.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/fakefactory.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/numpy.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/numpy.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/pandas/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/pandas/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/pandas/impl.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/pandas/impl.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/pytestplugin.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/pytestplugin.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/pytz.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/pytz.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/cache.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/cache.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/charmap.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/charmap.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/data.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/data.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/engine.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/engine.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/floats.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/floats.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/minimizer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/minimizer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/utils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/utils.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/coverage.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/coverage.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/detection.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/detection.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/escalation.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/escalation.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/floats.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/floats.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/healthcheck.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/healthcheck.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/intervalsets.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/intervalsets.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/lazyformat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/lazyformat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/reflection.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/reflection.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/renaming.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/renaming.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/validation.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/validation.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/provisional.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/provisional.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/reporting.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/reporting.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/collections.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/collections.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/datetime.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/datetime.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/deferred.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/deferred.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/flatmapped.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/flatmapped.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/lazy.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/lazy.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/misc.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/misc.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/numbers.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/numbers.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/recursive.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/recursive.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/regex.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/regex.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/shared.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/shared.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strategies.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strategies.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/streams.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/streams.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strings.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strings.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/types.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/types.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/stateful.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/stateful.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/statistics.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/statistics.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/strategies.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/strategies.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/types.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/types.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/utils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/utils/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/utils/conventions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/utils/conventions.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/utils/dynamicvariables.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/utils/dynamicvariables.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/vendor/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/vendor/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/vendor/pretty.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/vendor/pretty.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/version.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/version.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/_settings.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/configuration.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/control.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/core.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/database.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/errors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/executors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/provisional.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/reporting.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/stateful.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/statistics.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/strategies.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/types.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/__pycache__/version.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/_settings.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/configuration.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/control.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/core.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/database.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/executors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/__pycache__/datetime.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/__pycache__/fakefactory.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/__pycache__/numpy.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/__pycache__/pytestplugin.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/__pycache__/pytz.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/datetime.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/django/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/django/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/django/__pycache__/models.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/django/models.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/fakefactory.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/numpy.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/pandas/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/pandas/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/pandas/__pycache__/impl.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/pandas/impl.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/pytestplugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/extra/pytz.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/cache.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/charmap.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/compat.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/coverage.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/detection.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/escalation.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/floats.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/healthcheck.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/intervalsets.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/lazyformat.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/reflection.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/renaming.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/__pycache__/validation.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/cache.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/charmap.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/__pycache__/data.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/__pycache__/engine.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/__pycache__/floats.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/__pycache__/minimizer.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/__pycache__/utils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/data.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/engine.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/floats.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/minimizer.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/conjecture/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/coverage.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/detection.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/escalation.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/floats.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/healthcheck.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/intervalsets.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/lazyformat.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/reflection.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/renaming.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/internal/validation.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/provisional.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/reporting.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/collections.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/datetime.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/deferred.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/flatmapped.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/lazy.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/misc.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/numbers.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/recursive.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/regex.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/shared.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/strategies.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/streams.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/strings.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/__pycache__/types.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/collections.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/datetime.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/deferred.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/flatmapped.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/lazy.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/misc.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/numbers.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/recursive.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/regex.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/shared.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/strategies.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/streams.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/strings.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/searchstrategy/types.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/stateful.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/statistics.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/strategies.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/types.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/utils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/utils/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/utils/__pycache__/conventions.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/utils/__pycache__/dynamicvariables.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/utils/conventions.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/utils/dynamicvariables.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/vendor/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/vendor/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/vendor/__pycache__/pretty.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/vendor/pretty.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/hypothesis/version.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-30</Date>
+ <Version>3.44.4</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
Thu, Aug 10, 4:30 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808753
Default Alt Text
D1827.id.diff (34 KB)

Event Timeline