aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2023-05-03 20:23:44 +0000
committerCraig Leres <leres@FreeBSD.org>2023-05-03 20:23:44 +0000
commit809d194919cb0df3def5550e280bc520996917ba (patch)
tree902604b3a0d1ffd0ff82d9eb15d431b10d29971b
parente9116d046d5e45fa990f39487a8905e7ee551433 (diff)
downloadports-809d194919cb0df3def5550e280bc520996917ba.tar.gz
ports-809d194919cb0df3def5550e280bc520996917ba.zip
databases/py-pymssql: Update to 2.1.5
Changes since 2.1.4: - Revert deprecation. - Support Python-3.8. Update tests for Python-3.8 compatibility. - Use correct language level for building Cython extension. - Fix FreeTDS version checks. Add check for version 7.4. - Use Github Actions for building wheels for Linux, macOS and Windows. - Drop bundled FreeTDS-0.95 binaries. - Unless some critical bug is discovered, this will be the last release with Python2 support. PR: 270891 Reported by: You-Wei Cheah Approved by: ports@thelanman.net (maintainer timeout, 16 days)
-rw-r--r--databases/py-pymssql/Makefile2
-rw-r--r--databases/py-pymssql/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-pymssql/Makefile b/databases/py-pymssql/Makefile
index 397b6157877e..735a8d80da75 100644
--- a/databases/py-pymssql/Makefile
+++ b/databases/py-pymssql/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pymssql
-PORTVERSION= 2.1.4
+PORTVERSION= 2.1.5
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-pymssql/distinfo b/databases/py-pymssql/distinfo
index e26d7eb7b807..30b119792d67 100644
--- a/databases/py-pymssql/distinfo
+++ b/databases/py-pymssql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554391425
-SHA256 (pymssql-2.1.4.tar.gz) = 3201eb1b1263ad55b555d727ed8bed0b12b7b9de3ce5e529206e36d4be1a7afb
-SIZE (pymssql-2.1.4.tar.gz) = 691589
+TIMESTAMP = 1681699079
+SHA256 (pymssql-2.1.5.tar.gz) = d60f5f90337399668e10ab6a23a1657f190c9585401eb96a5456261f7c414864
+SIZE (pymssql-2.1.5.tar.gz) = 167928