Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 20:24:09 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 809d194919cb - main - databases/py-pymssql: Update to 2.1.5
Message-ID:  <202305032024.343KO9ti052872@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=809d194919cb0df3def5550e280bc520996917ba

commit 809d194919cb0df3def5550e280bc520996917ba
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2023-05-03 20:23:44 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2023-05-03 20:23:44 +0000

    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)
---
 databases/py-pymssql/Makefile | 2 +-
 databases/py-pymssql/distinfo | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305032024.343KO9ti052872>