Bug 279656 - irc/py-sopel: Update to 8.0.0
Summary: irc/py-sopel: Update to 8.0.0
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: Rene Ladan
URL: https://github.com/sopel-irc/sopel/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-10 21:41 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-06-24 21:26 UTC (History)
1 user (show)

See Also:


Attachments
py-sopel-8.0.0.patch (4.80 KB, patch)
2024-06-10 21:41 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-06-10 21:41:17 UTC
Created attachment 251367 [details]
py-sopel-8.0.0.patch

Description:
    
* Put COPYING on files/ (No longer included in the distribution file).
* Use sqlalchemy14 instead of sqlalchemy13.
* Use pep517 instead of distutils.
* Add files/patch-pyproject.toml.
    
ChangeLog: https://github.com/sopel-irc/sopel/releases/tag/v8.0.0

QA:

* portlint:
  - WARN: Makefile: [41]: possible use of "${CHMOD}" found. Use @(owner,group,mode) syntax or @owner/@group operators in pkg-plist instead.
* testport: OK (poudriere: 14.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-24 21:22:43 UTC
A commit in branch main references this bug:

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

commit d071c7aadcce0a1af187d9c169024354fbfb32a1
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-06-24 21:16:29 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-24 21:18:33 +0000

    irc/py-sopel: update to 8.0.0 and un-deprecate

    Further changes:
    * Put COPYING on files/ (No longer included in the distribution file).
    * Use sqlalchemy14 instead of sqlalchemy13.
    * Use pep517 instead of distutils.
    * Add files/patch-pyproject.toml.

    ChangeLog: https://github.com/sopel-irc/sopel/releases/tag/v8.0.0

    PR:             279656

 irc/py-sopel/Makefile                         | 14 ++++++--------
 irc/py-sopel/distinfo                         |  6 +++---
 irc/py-sopel/files/COPYING (new)              | 23 +++++++++++++++++++++++
 irc/py-sopel/files/patch-pyproject.toml (new) |  9 +++++++++
 4 files changed, 41 insertions(+), 11 deletions(-)