Bug 264250 - devel/py-aws-sam-translator: Update to 1.45.0
Summary: devel/py-aws-sam-translator: Update to 1.45.0
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: freebsd-ports-bugs (Nobody)
URL: https://github.com/aws/serverless-app...
Keywords:
Depends on:
Blocks: 264374
  Show dependency treegraph
 
Reported: 2022-05-26 08:08 UTC by Norikatsu Shigemura
Modified: 2022-06-08 18:00 UTC (History)
1 user (show)

See Also:


Attachments
a patch for update to 1.45.0 (1.81 KB, patch)
2022-05-26 08:08 UTC, Norikatsu Shigemura
nork: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Norikatsu Shigemura 2022-05-26 08:08:47 UTC
Created attachment 234223 [details]
a patch for update to 1.45.0

Update to 1.45.0.
* Add support Python 3.9 and 3.10, Remove support Python 3.6, officially.
* Maybe supported Python 3.11, I think.
* No longer use six.
* SEE ALSO following CHANGELOGS.
  * https://github.com/aws/serverless-application-model/releases/tag/v1.43.0
  * https://github.com/aws/serverless-application-model/releases/tag/v1.44.0
  * https://github.com/aws/serverless-application-model/releases/tag/v1.45.0
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-08 18:00:03 UTC
A commit in branch main references this bug:

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

commit 20e2d96a5f6ab70658d089a7119f5a1a26e77180
Author:     Norikatsu Shigemura <nork@ninth-nine.com>
AuthorDate: 2022-06-08 17:55:31 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-08 17:59:20 +0000

    devel/py-aws-sam-translator: Update to 1.45.0

     - use DISTVERSION instead of PORTVERSION

    ChangeLog: https://github.com/aws/serverless-application-model/releases/tag/v1.45.0

    PR:             264250

 devel/py-aws-sam-translator/Makefile                     | 7 +++----
 devel/py-aws-sam-translator/distinfo                     | 6 +++---
 devel/py-aws-sam-translator/files/patch-setup.cfg (gone) | 9 ---------
 3 files changed, 6 insertions(+), 16 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-06-08 18:00:59 UTC
Commited, thanks!