(databases/py-python-sql) Updated 0.9 to 1.3.0 (build fix)
Version 1.3.0 - 2021-09-14 * Add GROUPS frame to Window * Add exclude to Window * Add method for each type of join * Remove support for Python older than 3.5 * Support Select queries in conditionals and functions Version 1.2.2 - 2021-05-16 * Escape table and column names containing double quote * Use alias on the main table used in UPDATE and INSERT * Add support for Python 3.9 Version 1.2.1 - 2020-10-08 * Fix AttributeError in Select.params with windows Version 1.2.0 - 2020-10-05 * Add explicit Windows to Select * Fix missing Windows definitions in nested expressions Version 1.1.0 - 2020-01-25 * Add ORDER BY clause to aggregate functions * Add support for Python 3.8 * Add distinct on Select Version 1.0.0 - 2018-09-30 * Add Flavor filter_ to fallback to case expression * Allow to use expression in AtTimeZone * Fix Select query in returning * Add comparison predicates * Add COLLATE kVS: ----------------------------------------------------------------------
This commit is contained in:
parent
aec940383d
commit
af2e9efb9d
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:19 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2021/12/05 12:19:02 mef Exp $
|
||||
|
||||
DISTNAME= python-sql-0.9
|
||||
DISTNAME= python-sql-1.3.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-sql/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2015/06/26 16:13:51 rodent Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2021/12/05 12:19:02 mef Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -33,6 +33,9 @@ ${PYSITELIB}/sql/tests/test_as.pyo
|
|||
${PYSITELIB}/sql/tests/test_cast.py
|
||||
${PYSITELIB}/sql/tests/test_cast.pyc
|
||||
${PYSITELIB}/sql/tests/test_cast.pyo
|
||||
${PYSITELIB}/sql/tests/test_collate.py
|
||||
${PYSITELIB}/sql/tests/test_collate.pyc
|
||||
${PYSITELIB}/sql/tests/test_collate.pyo
|
||||
${PYSITELIB}/sql/tests/test_column.py
|
||||
${PYSITELIB}/sql/tests/test_column.pyc
|
||||
${PYSITELIB}/sql/tests/test_column.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2021/10/26 10:09:52 nia Exp $
|
||||
$NetBSD: distinfo,v 1.10 2021/12/05 12:19:02 mef Exp $
|
||||
|
||||
BLAKE2s (python-sql-0.9.tar.gz) = 37de8b2cc3aca76624d03e10cd9855c139f5a0a4570e9b56406a6a1207b7b011
|
||||
SHA512 (python-sql-0.9.tar.gz) = 81dd0d7396c5c8e3bbc8d34e2d78a1d8e099bbdc09217244a03e15f4ccdb1b33e30140408a1e9337963cc447f7650b6cf6834a290ae7703ef1227f3543809d53
|
||||
Size (python-sql-0.9.tar.gz) = 30219 bytes
|
||||
BLAKE2s (python-sql-1.3.0.tar.gz) = db93cf02b63b8aa09b42149fb29f68491bdc5f8573ecbcf6cb66ebdc827fba60
|
||||
SHA512 (python-sql-1.3.0.tar.gz) = 08e94f14d8adb224b8d191bc5f6e69d62c4aa301757c3642accd4616492f69b8f4e684f48390eb718957c1a4a428ef8ef9ca2e013c3e9ae136c75dcf7a47524a
|
||||
Size (python-sql-1.3.0.tar.gz) = 32362 bytes
|
||||
|
|
Loading…
Reference in a new issue