cvdupdate-1.1.2

This commit is contained in:
uglyside
2025-04-19 18:58:24 +03:00
parent 89016cd2a8
commit 6c668afcf9
14 changed files with 288 additions and 262 deletions
@@ -1,41 +1,34 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-dnspython</Name>
<Homepage>https://pypi.org/project/dnspython/</Homepage>
<Homepage>https://www.dnspython.org/about/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>ISC</License>
<PartOf>programming.language.python3</PartOf>
<IsA>app</IsA>
<Summary>A DNS toolkit for Python</Summary>
<Description>A DNS toolkit for Python</Description>
<Archive sha1sum="14bfee6e0d3192d8922a3c4dd585b1989ee1b1fd" type="zip">https://files.pythonhosted.org/packages/13/27/5277de856f605f3429d752a39af3588e29d10181a3aa2e2ee471d817485a/dnspython-2.1.0.zip</Archive>
<Summary>A DNS toolkit for Python.</Summary>
<Description>It can be used for queries, zone transfers, dynamic updates, nameserver testing, and many other things.</Description>
<Archive sha1sum="f8d925755974425676b66cf11bdb3b529a1a5121" type="targz">https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-ecdsa</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3-pycryptodome</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-hatchling</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-dnspython.patch</Patch>
<Patch level="1">python3-dnspython.patch</Patch>
<!-- <Patch level="1"></Patch> -->
</Patches>
-->
</Source>
<Package>
<Name>python3-dnspython</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-ecdsa</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3-pycryptodome</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -44,6 +37,13 @@
</Package>
<History>
<Update release="4">
<Date>2025-04-16</Date>
<Version>2.7.0</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2023-10-17</Date>
<Version>2.1.0</Version>