Files
2023-10-18 10:49:08 +03:00

79 lines
2.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-alembic</Name>
<Homepage>https://bitbucket.org/zzzeek/alembic</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A database migration tool for SQLAlchemy.</Summary>
<Description>Alembic is a database migrations tool written by the author of SQLAlchemy.</Description>
<Archive sha1sum="9d4a042985efd688e1e0106c2c8c74455ea31f01" type="targz">https://pypi.org/packages/source/a/alembic/alembic-1.7.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-alembic</Name>
<Summary>A database migration tool for SQLAlchemy.</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-sqlalchemy</Dependency>
<Dependency>python3-dateutil</Dependency>
<Dependency>python3-editor</Dependency>
<Dependency>python3-mako</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-alembic</Path>
<Path fileType="executable">/usr/bin/alembic</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-10-17</Date>
<Version>1.7.4</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-10-28</Date>
<Version>1.7.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-03-27</Date>
<Version>1.4.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-04</Date>
<Version>1.4.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>1.4.0</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>