Page MenuHomeSolus

D6775.id16252.diff
No OneTemporary

D6775.id16252.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,22 @@
+name : python-tenacity
+version : 5.0.4
+release : 1
+source :
+ - https://pypi.python.org/packages/source/t/tenacity/tenacity-5.0.4.tar.gz : a0c3c5f7ae0c33f5556c775ca059c12d6fd8ab7121613a713e8b7d649908571b
+license : Apache-2.0
+component : programming.python
+summary : Retrying library for Python
+description: |
+ Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
+builddeps :
+ - pbr
+ - python-pytest
+ - python-tornado
+rundeps :
+ - python-six
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ %python3_test py.test3
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,72 @@
+<PISI>
+ <Source>
+ <Name>python-tenacity</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Retrying library for Python</Summary>
+ <Description xml:lang="en">Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-tenacity</Name>
+ <Summary xml:lang="en">Retrying library for Python</Summary>
+ <Description xml:lang="en">Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity-5.0.4-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity-5.0.4-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity-5.0.4-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity-5.0.4-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity-5.0.4-py3.6.egg-info/pbr.json</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity-5.0.4-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity-5.0.4-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/_asyncio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/after.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/before.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/before_sleep.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/nap.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/retry.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/stop.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/tornadoweb.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/__pycache__/wait.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/_asyncio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/after.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/before.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/before_sleep.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/nap.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/retry.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/stop.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tests/__pycache__/test_asyncio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tests/__pycache__/test_tenacity.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tests/__pycache__/test_tornado.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tests/test_asyncio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tests/test_tenacity.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tests/test_tornado.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/tornadoweb.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/tenacity/wait.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-07-18</Date>
+ <Version>5.0.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
Jul 11 2023, 9:35 AM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5858667
Default Alt Text
D6775.id16252.diff (6 KB)

Event Timeline