Bug 279135 - devel/py-pyasn1-modules: bump to 0.4.0
Summary: devel/py-pyasn1-modules: bump to 0.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-18 18:45 UTC by Calvin Buckley
Modified: 2024-05-19 00:03 UTC (History)
0 users

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


Attachments
patch for bumping to 0.4.0 (954 bytes, patch)
2024-05-18 18:45 UTC, Calvin Buckley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Calvin Buckley 2024-05-18 18:45:35 UTC
Created attachment 250797 [details]
patch for bumping to 0.4.0

pyasn1 was updated to 0.6.0, but this complementary package needs updating to be compatible with the new version. Along with the bump of py-openssl to a newer version compatible with the newer py-cryptography, this fixes Deluge failing to start.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-19 00:03:11 UTC
A commit in branch main references this bug:

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

commit 6b03a8a44eecda721c8407465db81dcd3bb5d221
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-05-19 00:01:43 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-05-19 00:01:43 +0000

    devel/py-pyasn1-modules: update to 0.4.0

    Changes:

    Revision 0.4.0, released 26-03-2024
    ---------------------------------------

    - Added support for Python 3.11, 3.12
    - Removed support for EOL Pythons 2.7, 3.6, 3.7

    PR:             279135
    Submitted by:   Calvin Buckley <calvin@cmpct.info>

 devel/py-pyasn1-modules/Makefile | 2 +-
 devel/py-pyasn1-modules/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-05-19 00:03:33 UTC
Committed, thank you!