Page MenuHomeSolus

D3278.id.diff
No OneTemporary

D3278.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,14 @@
+name : python-spake2
+version : 0.8
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/source/s/spake2/spake2-0.8.tar.gz : c17a614b29ee4126206e22181f70a406c618d3c6c62ca6d6779bce95e9c926f4
+license : MIT
+component : programming.python
+summary : This library implements the SPAKE2 password-authenticated key exchange
+description: |
+ This library implements the SPAKE2 password-authenticated key exchange
+setup : |
+ %python3_setup
+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,82 @@
+<PISI>
+ <Source>
+ <Name>python-spake2</Name>
+ <Packager>
+ <Name>Devil505</Name>
+ <Email>devil505@tuta.io</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">This library implements the SPAKE2 password-authenticated key exchange</Summary>
+ <Description xml:lang="en">This library implements the SPAKE2 password-authenticated key exchange
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-spake2</Name>
+ <Summary xml:lang="en">This library implements the SPAKE2 password-authenticated key exchange</Summary>
+ <Description xml:lang="en">This library implements the SPAKE2 password-authenticated key exchange
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/_version.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/ed25519_basic.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/ed25519_group.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/groups.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/params.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/six.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/spake2.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/__pycache__/util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/_version.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/ed25519_basic.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/ed25519_group.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/groups.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/all.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/ed25519.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/i1024.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/i2048.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/i3072.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/all.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/ed25519.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/i1024.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/i2048.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/parameters/i3072.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/params.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/six.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/spake2.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/__pycache__/common.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/__pycache__/myhkdf.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/__pycache__/test_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/__pycache__/test_group.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/__pycache__/test_spake2.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/__pycache__/test_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/myhkdf.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/test_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/test_group.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/test_spake2.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/test/test_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/spake2/util.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-07-12</Date>
+ <Version>0.8</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Devil505</Name>
+ <Email>devil505@tuta.io</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 1:24 AM (3 h, 15 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815683
Default Alt Text
D3278.id.diff (7 KB)

Event Timeline