Skip to content

py-klein: update to 24.8.0 #28431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions python/py-klein/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ PortSystem 1.0
PortGroup python 1.0

name py-klein
version 19.6.0
checksums rmd160 1394e0c11eaa1b807cadcdcf4b6eb88e454899de \
sha256 e7b76e5f8fbac5bce598ce96ac73a19f4117afb8eba9cde2ff05e772d433cd93 \
size 100867
version 24.8.0
checksums rmd160 899acea3798f21a7ce2b9a991f7ca249c8a20ccf \
sha256 1eef4f583c4f8ef4fc57d8b57753fe6e8935501eb36497bb574064e80e3d0b15 \
size 104368

categories-append devel
license MIT
Expand All @@ -19,7 +19,7 @@ description A micro-framework for developing production-ready web servic
long_description {*}${description}
homepage https://github.com/twisted/klein

python.versions 37
python.versions 311

if {${name} ne ${subport}} {
depends_lib-append \
Expand Down