Bug 264989 - security/py-itsdangerous: update to 2.1.2
Summary: security/py-itsdangerous: update to 2.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ruslan Makhmatkhanov
URL: https://itsdangerous.palletsprojects....
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-02 11:22 UTC by p5B2EA84B3
Modified: 2022-07-22 09:58 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2022-07-02 11:22:58 UTC
https://itsdangerous.palletsprojects.com/en/2.1.x/changes/#version-2-1-2

Changes
Version 2.1.2

Released 2022-03-24

    Handle date overflow in timed unsign on 32-bit systems. #299

Version 2.1.1

Released 2022-03-09

    Handle date overflow in timed unsign. #296

Version 2.1.0

Released 2022-02-17

    Drop support for Python 3.6. #272

    Remove previously deprecated code. #273

        JWS functionality: Use a dedicated library such as Authlib instead.

        import itsdangerous.json: Import json from the standard library instead.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-22 09:57:51 UTC
A commit in branch main references this bug:

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

commit 7c1ce22e6b3357e36b0dd33cf964efff333a532e
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2022-07-22 09:57:12 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2022-07-22 09:57:12 +0000

    security/py-itsdangerous: update to 2.1.2

    Changes:
    https://itsdangerous.palletsprojects.com/en/2.1.x/changes/#version-2-1-2

    PR:             264989
    Reported by:    p5B2EA84B3@t-online.de

 security/py-itsdangerous/Makefile | 4 ++--
 security/py-itsdangerous/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2022-07-22 09:58:21 UTC
Update committed. Thanks for heads-up.