python3-sqlalchemy:ver bump
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
# fıx unused direct dependency analysis
|
||||
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
|
||||
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
#def check():
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The Python SQL Toolkit and Object Relational Mapper</Summary>
|
||||
<Description>SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.</Description>
|
||||
<Archive sha1sum="220d1e5908b31a347b47af842aa4c307b3aa4e69" type="targz">https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_16.tar.gz</Archive>
|
||||
<Archive sha1sum="520315f02a2e4a4d851c2fdf0c9820eafca655fc" type="targz">https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_17.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>1.3.17</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-04-08</Date>
|
||||
<Version>1.3.16</Version>
|
||||
|
||||
Reference in New Issue
Block a user