py3parted:ver.bump

This commit is contained in:
blue-devil
2020-02-13 00:16:12 +03:00
parent 6fc022cedc
commit 84db9b6e1f
2 changed files with 11 additions and 4 deletions
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>py3parted</Name>
@@ -8,12 +8,12 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<PartOf>programming.language.python3</PartOf>
<License>GPLv2+</License>
<IsA>library</IsA>
<Summary>Python3 bindings for parted</Summary>
<Description>pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them.</Description>
<Archive sha1sum="68894074faa52615ef1c83ed3062a0536f18f874" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.3.tar.gz</Archive>
<Archive sha1sum="4d2d5e0a765422f3b74548e5efb9d62a9259aacc" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.4.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.2">parted-devel</Dependency>
<Dependency>python3-decorator</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-02-12</Date>
<Version>3.11.4</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-01-15</Date>
<Version>3.11.3</Version>
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pyparted</Name>
<Name>py3parted</Name>
<Summary xml:lang="tr">Disk bölümleme tablolarını yönetmek için kullanılan parted kütüphanesine erişim sağlayan Python modülü.</Summary>
<Description xml:lang="tr">pyparted, GNU Parted uygulamasının python programlama diliyle kullanılabilmesi için gerekli olan kütüphanedir. Bu modülü kullanan programcılar, python ile yeni disk bölümleri ya da dosya sistemleri oluşturabilir, bunları silebilir, yeniden boyutlandırabilir, kontrol edebilir ve kopyalayabilir.</Description>
<Description xml:lang="fr">pyparted est un module python permettant d'utiliser le paquet GNU Parted depuis python. À l'aide de ce module, les programmeurs peuvent depuis python détruire, re-dimensionner, vérifier et copier des partitions et les systèmes de fichier présents dessus.</Description>