Bug 265187 - textproc/py-iso3166: Update to 2.1.1
Summary: textproc/py-iso3166: Update to 2.1.1
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: Nuno Teixeira
URL: https://github.com/deactivated/python...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-13 09:41 UTC by takefu
Modified: 2022-07-13 10:17 UTC (History)
1 user (show)

See Also:


Attachments
py-iso3166-2.1.1.patch (892 bytes, patch)
2022-07-13 09:41 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2022-07-13 09:41:40 UTC
Created attachment 235233 [details]
py-iso3166-2.1.1.patch

Changes
2.1.1 - July 11, 2022

    Move install metadata from setup.py to setup.cfg
    Add py.typed to source distribution

2.1.0 - July 11, 2022

    Updated entries
        “Turkey” changed to “Türkiye”

2.0.2 - Sep 20, 2021

    Add the py.typed marker file in accordance with PEP 561

2.0.1 - Sep 14, 2021

    Add python_requires to setup.py

2.0.0 - Sep 14, 2021

    Add type hints throughout codebase (thanks blokje!)
    Drop support for Python versions prior to 3.6
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-13 10:07:32 UTC
A commit in branch main references this bug:

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

commit c8c35c6d24bf110a38b4894f45113cfe80f7dd76
Author:     Takefu <takefu@airport.fm>
AuthorDate: 2022-07-13 10:05:49 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-13 10:05:49 +0000

    textproc/py-iso3166: Update to 2.1.1

     - switch to DISTVERSION

    ChangeLog:
    https://github.com/deactivated/python-iso3166/blob/master/CHANGES

    PR:             265187

 textproc/py-iso3166/Makefile | 2 +-
 textproc/py-iso3166/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-13 10:17:35 UTC
Committed, thanks!