pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/py-python-sql (databases/py-python-sql) Upda...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6cdf5caea6b6
branches: trunk
changeset: 770615:6cdf5caea6b6
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 05 12:19:02 2021 +0000
description:
(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: ----------------------------------------------------------------------
diffstat:
databases/py-python-sql/Makefile | 4 ++--
databases/py-python-sql/PLIST | 5 ++++-
databases/py-python-sql/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 7 deletions(-)
diffs (44 lines):
diff -r 9bb9d18da4b5 -r 6cdf5caea6b6 databases/py-python-sql/Makefile
--- a/databases/py-python-sql/Makefile Sun Dec 05 11:47:27 2021 +0000
+++ b/databases/py-python-sql/Makefile Sun Dec 05 12:19:02 2021 +0000
@@ -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/}
diff -r 9bb9d18da4b5 -r 6cdf5caea6b6 databases/py-python-sql/PLIST
--- a/databases/py-python-sql/PLIST Sun Dec 05 11:47:27 2021 +0000
+++ b/databases/py-python-sql/PLIST Sun Dec 05 12:19:02 2021 +0000
@@ -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_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
diff -r 9bb9d18da4b5 -r 6cdf5caea6b6 databases/py-python-sql/distinfo
--- a/databases/py-python-sql/distinfo Sun Dec 05 11:47:27 2021 +0000
+++ b/databases/py-python-sql/distinfo Sun Dec 05 12:19:02 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index