123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python3-flask-compress</Name>
- <Homepage>http://pypi.python.org/pypi/Flask-Compress/</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python3</PartOf>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>Compress responses in your Flask app.</Summary>
- <Description>Flask-Compress allows you to easily compress your Flask application's responses with gzip.</Description>
- <Archive sha1sum="4b708cb527d6733371e0cc1d806ffdd73ab51c57" type="targz">https://github.com/colour-science/flask-compress/archive/v1.10.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python3-flask-compress</Name>
- <Summary>Compress responses in your Flask app.</Summary>
- <RuntimeDependencies>
- <Dependency>python3-brotli</Dependency>
- <Dependency>python3-flask</Dependency>
- <Dependency>python3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python3*</Path>
- <Path fileType="doc">/usr/share/doc/python3-flask-compress</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2023-10-17</Date>
- <Version>1.10.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2021-10-28</Date>
- <Version>1.10.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2021-06-29</Date>
- <Version>1.10.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-05-17</Date>
- <Version>1.5.0</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-02-14</Date>
- <Version>1.4.0</Version>
- <Comment>First release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|