Page MenuHomeSolus

D4220.id.diff
No OneTemporary

D4220.id.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : python-hypothesis
-version : 3.56.10
-release : 4
+version : 3.82.1
+release : 5
source :
- - https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-3.56.10.tar.gz : 460230287ee429d609b01aadcb8477d59de61414630bf08a196e6651a00dcd50
+ - https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-3.82.1.tar.gz : 021859ee1bd132b45dabd1d413c692f82601a8f11848174caaa43fdf3525e22e
license : MPL-2.0
component : programming.python
summary : Advanced property-based (QuickCheck-like) testing for Python
@@ -11,6 +11,7 @@
builddeps :
- numpy
- python-coverage
+ - python-dateutil
- python-enum34
- python-flaky
- python-mock
@@ -32,12 +33,5 @@
%python_install
%python3_install
check : |
- pushd $PKG_BUILD_DIR/py2build
- export PYTHONPATH=$PWD/build/lib
- py.test -c /dev/null --assert=plain tests/py2 tests/cover tests/nocover tests/datetime tests/numpy
- popd
-
- pushd $PKG_BUILD_DIR/py3build
- export PYTHONPATH=$PWD/build/lib
- py.test3 -c /dev/null --assert=plain tests/py3 tests/cover tests/nocover tests/datetime tests/numpy
- popd
+ %python_test py.test -c /dev/null --assert=plain tests/py2 tests/cover tests/nocover tests/datetime tests/numpy
+ %python3_test py.test3 -c /dev/null --assert=plain tests/py3 tests/cover tests/nocover tests/datetime tests/numpy
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -19,13 +19,13 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis-3.82.1-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>
@@ -46,10 +46,14 @@
<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/dateutil.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/dateutil.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/dpcontracts.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/extra/dpcontracts.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>
@@ -80,14 +84,28 @@
<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/shrinking/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/common.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/common.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/floats.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/floats.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/integer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/integer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/length.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/length.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/lexical.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/lexical.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/ordering.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/entropy.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/internal/entropy.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>
@@ -106,10 +124,13 @@
<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/py.typed</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/attrs.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/attrs.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>
@@ -158,13 +179,13 @@
<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.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/__pycache__/_settings.cpython-36.pyc</Path>
@@ -191,15 +212,19 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/datetime.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/dateutil.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/dpcontracts.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/fakefactory.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/numpy.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/pytestplugin.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/pytz.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/datetime.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/dateutil.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/django/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/django/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/django/__pycache__/models.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/django/models.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/dpcontracts.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/fakefactory.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/numpy.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/extra/pandas/__init__.py</Path>
@@ -216,6 +241,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/compat.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/coverage.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/detection.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/entropy.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/escalation.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/floats.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/healthcheck.cpython-36.pyc</Path>
@@ -233,15 +259,28 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/data.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/engine.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/floats.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/minimizer.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/utils.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/data.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/engine.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/floats.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/minimizer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/common.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/floats.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/integer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/length.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/lexical.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/ordering.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/floats.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/integer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/length.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/lexical.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/utils.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/coverage.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/detection.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/entropy.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/escalation.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/floats.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/healthcheck.py</Path>
@@ -251,9 +290,11 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/renaming.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/internal/validation.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/provisional.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/py.typed</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/reporting.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/attrs.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/collections.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/datetime.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/deferred.cpython-36.pyc</Path>
@@ -268,6 +309,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/streams.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/strings.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/types.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/attrs.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/collections.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/datetime.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hypothesis/searchstrategy/deferred.py</Path>
@@ -300,12 +342,12 @@
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2018-05-19</Date>
- <Version>3.56.10</Version>
+ <Update release="5">
+ <Date>2018-10-30</Date>
+ <Version>3.82.1</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:29 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810602
Default Alt Text
D4220.id.diff (22 KB)

Event Timeline