Bug 270891 - databases/py-pymssql: Update to 2.1.5
Summary: databases/py-pymssql: Update to 2.1.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-17 02:44 UTC by Craig Leres
Modified: 2023-05-03 20:25 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (ports)


Attachments
patch (867 bytes, patch)
2023-04-17 02:46 UTC, Craig Leres
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Leres freebsd_committer freebsd_triage 2023-04-17 02:44:35 UTC
We noticed that 2.1.4 has issues with python 3.11 but 2.1.5 fixes these. Happy to commit with maintainer approval.
Comment 1 Craig Leres freebsd_committer freebsd_triage 2023-04-17 02:46:03 UTC
Created attachment 241535 [details]
patch
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-05-03 18:50:57 UTC
Comment on attachment 241535 [details]
patch

Maintainer timeout.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-05-03 20:24:26 UTC
A commit in branch main references this bug:

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(-)