@@ -3,8 +3,8 @@ class Kaskade < Formula
33
44 desc "TUI for Kafka"
55 homepage "https://github.com/sauljabin/kaskade"
6- url "https://files.pythonhosted.org/packages/82/41/52505808e039f11fe60a61286c2e7728c0f25a7efea2b37e3bf1a8f9a2a5 /kaskade-2.3.6 .tar.gz"
7- sha256 "3f65859dc2f303a8c61787e113db12afe8e458d0e9fb607426c892e3be153032 "
6+ url "https://files.pythonhosted.org/packages/14/7b/fa38da904d8e4b83ad5d957907629f382c3cae929318cb829c18bbdd964f /kaskade-2.3.7 .tar.gz"
7+ sha256 "15ba36c466cdaef95065fe2f7ac60ff699891429ad2ea0769656998efce6de04 "
88 license "MIT"
99
1010 bottle do
@@ -151,9 +151,6 @@ class Kaskade < Formula
151151 sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"
152152 end
153153
154- # patch to support py3.13, upstream pr ref, https://github.com/sauljabin/kaskade/pull/48
155- patch :DATA
156-
157154 def install
158155 virtualenv_install_with_resources
159156 end
@@ -168,36 +165,3 @@ def install
168165 Process . wait ( pid )
169166 end
170167end
171-
172- __END__
173- diff --git a/PKG-INFO b/PKG-INFO
174- index 3cfafaa..51f2c2e 100644
175- --- a/PKG-INFO
176- +++ b/PKG-INFO
177- @@ -7,7 +7,7 @@ License: MIT
178- Keywords: kafka,kaskade
179- Author: Saúl Piña
180- Author-email: sauljabin@gmail.com
181- -Requires-Python: >=3.10,<3.13
182- +Requires-Python: >=3.10,<3.14
183- Classifier: Environment :: Console
184- Classifier: License :: OSI Approved :: MIT License
185- Classifier: Operating System :: MacOS
186- @@ -217,4 +217,3 @@ kaskade consumer -b my-kafka:9092 -x auto.offset.reset=earliest \
187- ## Development
188-
189- For development instructions see [DEVELOPMENT.md](https://github.com/sauljabin/kaskade/blob/main/DEVELOPMENT.md).
190- -
191- diff --git a/pyproject.toml b/pyproject.toml
192- index 44bf5dd..07262e7 100644
193- --- a/pyproject.toml
194- +++ b/pyproject.toml
195- @@ -22,7 +22,7 @@ packages = [
196- ]
197-
198- [tool.poetry.dependencies]
199- -python = ">=3.10 <3.13"
200- +python = ">=3.10 <3.14"
201- cloup = "^3.0"
202- textual = "^0.83"
203- confluent-kafka = {extras = ["avro", "json", "protobuf"], version = "^2.6"}
0 commit comments