pyjwt-2.11.0
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import python3modules
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
python3modules.install()
|
||||
|
||||
@@ -1,46 +1,54 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-pyjwt</Name>
|
||||
<Homepage>https://github.com/jpadilla/pyjwt</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>JSON Web Token implementation in Python.</Summary>
|
||||
<Description>A Python library which allows you to encode and decode JWT (RFC 7519).</Description>
|
||||
<Archive sha1sum="5839d4d124208ba706b11b663c93661064b38854" type="targz">https://files.pythonhosted.org/packages/source/p/pyjwt/pyjwt-2.10.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-installer</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
<Source>
|
||||
<Name>python3-pyjwt</Name>
|
||||
<Homepage>https://github.com/jpadilla/pyjwt</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>JSON Web Token implementation in Python.</Summary>
|
||||
<Description>A Python library which allows you to encode and decode JWT (RFC 7519).</Description>
|
||||
<Archive sha1sum="d2b7daf1135f3ef40af1cf86688309a09045b19f" type="targz">https://files.pythonhosted.org/packages/source/p/pyjwt/pyjwt-2.11.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-installer</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-pyjwt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-cryptography</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>python3-pyjwt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-cryptography</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-11-25</Date>
|
||||
<Version>2.10.0</Version>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2026-02-15</Date>
|
||||
<Version>2.11.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2024-11-25</Date>
|
||||
<Version>2.10.0</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user