Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11049345
D1983.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
8 KB
Referenced Files
None
Subscribers
None
D1983.id.diff
View Options
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,17 @@
+name : python-josepy
+version : 1.0.1
+release : 1
+source :
+ - https://pypi.io/packages/source/j/josepy/josepy-1.0.1.tar.gz : 9f48b88ca37f0244238b1cc77723989f7c54f7b90b2eee6294390bacfe870acc
+license : Apache-2.0
+component : programming.python
+summary : JOSE protocol implementation in Python using cryptography
+description: |
+ Python implementation of the standards developed by IETF Javascript Object
+ Signing and Encryption (JOSE).
+builddeps :
+ - python-setuptools
+build : |
+ %python_setup
+install : |
+ %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,98 @@
+<PISI>
+ <Source>
+ <Name>python-josepy</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">JOSE protocol implementation in Python using cryptography</Summary>
+ <Description xml:lang="en">Python implementation of the standards developed by IETF Javascript Object
+Signing and Encryption (JOSE).
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-josepy</Name>
+ <Summary xml:lang="en">JOSE protocol implementation in Python using cryptography</Summary>
+ <Description xml:lang="en">Python implementation of the standards developed by IETF Javascript Object
+Signing and Encryption (JOSE).
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy-1.0.1-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy-1.0.1-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy-1.0.1-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy-1.0.1-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy-1.0.1-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy-1.0.1-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/b64.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/b64.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/b64_test.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/b64_test.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/errors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/errors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/errors_test.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/errors_test.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/interfaces.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/interfaces.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/interfaces_test.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/interfaces_test.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/json_util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/json_util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/json_util_test.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/json_util_test.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jwa.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jwa.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jwa_test.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jwa_test.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jwk.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jwk.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jwk_test.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jwk_test.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jws.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jws.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jws_test.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/jws_test.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/test_util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/test_util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/README</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/cert-100sans.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/cert-idnsans.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/cert-san.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/cert.der</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/cert.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/critical-san.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/csr-100sans.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/csr-6sans.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/csr-idnsans.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/csr-nosans.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/csr-san.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/csr.der</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/csr.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/dsa512_key.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/rsa1024_key.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/rsa2048_cert.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/rsa2048_key.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/rsa256_key.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/testdata/rsa512_key.pem</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/util_test.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/josepy/util_test.pyc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-01-18</Date>
+ <Version>1.0.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
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 5:37 PM (2 h, 47 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5844717
Default Alt Text
D1983.id.diff (8 KB)
Attached To
Mode
D1983: Initial version of python-josepy
Attached
Detach File
Event Timeline
Log In to Comment