python3-decorator:version bump

This commit is contained in:
blue-devil
2020-01-10 20:53:09 +00:00
parent 41494e4b95
commit 33de4fd86b
2 changed files with 19 additions and 7 deletions
@@ -1,18 +1,19 @@
<?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>python3-decorator</Name>
<Homepage>http://www.phyast.pitt.edu/~micheles/python/</Homepage>
<Homepage>https://pypi.org/project/decorator/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>Python3 module to simplify the usage of decorators</Summary>
<Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
<Archive sha1sum="d68f722a13e85eb97553742a5ac5bd37a07cf651" type="targz">https://files.pythonhosted.org/packages/6f/24/15a229626c775aae5806312f6bf1e2a73785be3402c0acdec5dbddd8c11e/decorator-4.3.0.tar.gz</Archive>
<Archive sha1sum="c25e6611e0d45913b7342c819500259d2e8b8ccf" type="targz">https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-4.4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-nose</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -21,13 +22,24 @@
<Package>
<Name>python3-decorator</Name>
<Summary>Python3 module to simplify the usage of decorators</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-decorator</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2019-12-27</Date>
<Version>4.4.1</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2018-08-30</Date>
<Version>4.3.0</Version>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-decorator</Name>
<Name>python3-decorator</Name>
<Summary xml:lang="tr">Dekoratör kullanımını kolaylaştıran python modulü</Summary>
<Description xml:lang="tr">python-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
<Description xml:lang="tr">python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
</Source>
</PISI>