python-Babel:ver.bump:2.8.0
This commit is contained in:
@@ -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>python-Babel</Name>
|
||||
@@ -8,33 +8,42 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A collection of tools for internationalizing Python applications</Summary>
|
||||
<Description>Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.</Description>
|
||||
<Archive sha1sum="5605f75353368d32500afb30e60fc8f0edbca506" type="targz">https://github.com/python-babel/babel/releases/download/v2.7.0/Babel-2.7.0.tar.gz</Archive>
|
||||
<Archive sha1sum="f050b458cf5f29c2a3825247fb8a7b5e21471009" type="binary" target="Babel-2.7.0">https://www.unicode.org/Public/cldr/35.1/core.zip</Archive>
|
||||
<Archive sha1sum="10491e41aabf5a01bc98c5b9c0fa162881c69701" type="targz">https://github.com/python-babel/babel/archive/v2.8.0.tar.gz</Archive>
|
||||
<Archive sha1sum="adaed5663b787591d11ce5dc3ed880ad215c33ce" type="binary" target="babel-2.8.0">https://www.unicode.org/Public/cldr/36/core.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-pytz</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-Babel</Name>
|
||||
<Summary>A collection of tools for internationalizing Python applications</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-pytz</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-pytz</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python-Babel</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-Babel</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-23</Date>
|
||||
<Version>2.8.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2019-12-10</Date>
|
||||
<Version>2.7.0</Version>
|
||||
@@ -64,4 +73,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user