Files
main/programming/language/python3/python3-alembic/pspec.xml
T
2020-03-05 12:06:31 +03:00

57 lines
2.3 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="33c97eace3869374df0a46ae37bab4a55540e2b4" type="targz">https://files.pythonhosted.org/packages/e0/e9/359dbb77c35c419df0aedeb1d53e71e7e3f438ff64a8fdb048c907404de3/alembic-1.4.1.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="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>