Skip to content

Commit 5bce412

Browse files
committed
jiratui 1.4.0
Signed-off-by: botantony <[email protected]>
1 parent 54514ae commit 5bce412

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Formula/j/jiratui.rb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Jiratui < Formula
33

44
desc "Textual User Interface for interacting with Atlassian Jira from your shell"
55
homepage "https://jiratui.sh/"
6-
url "https://files.pythonhosted.org/packages/5e/dc/989857eb87e3c87f4a692df4830b90e23a26b995796c04dae0b2f36e5c5d/jiratui-1.3.0.tar.gz"
7-
sha256 "cec178d2b645683e7b3d9b8a12470316d34fe91f32701224e6c5e8c9f81fa673"
6+
url "https://files.pythonhosted.org/packages/c4/18/0bf07c9c612db9bca489e94435ae59bf992561952140f4d276b138308c06/jiratui-1.4.0.tar.gz"
7+
sha256 "2603d4457b2f0a6acb224a7b6b00eab6b53934afc87add0a3a56864503ca42d1"
88
license "MIT"
99

1010
no_autobump! because: "has non-PyPI resources"
@@ -24,6 +24,7 @@ class Jiratui < Formula
2424
depends_on "libmagic"
2525
depends_on "libyaml"
2626
depends_on "pillow" => :no_linkage
27+
depends_on "pydantic-core" => :no_linkage
2728
depends_on "[email protected]"
2829

2930
# `tree-sitter-*` sdists are missing C headers and therefore we have to use GitHub sources
@@ -112,11 +113,6 @@ class Jiratui < Formula
112113
sha256 "1da1c82b0fc140bb0103bc1441ffe062154c8d38491189751ee00fd8ca65ce74"
113114
end
114115

115-
resource "pydantic-core" do
116-
url "https://files.pythonhosted.org/packages/df/18/d0944e8eaaa3efd0a91b0f1fc537d3be55ad35091b6a87638211ba691964/pydantic_core-2.41.4.tar.gz"
117-
sha256 "70e47929a9d4a1905a67e4b687d5946026390568a8e952b92824118063cee4d5"
118-
end
119-
120116
resource "pydantic-settings" do
121117
url "https://files.pythonhosted.org/packages/20/c5/dbbc27b814c71676593d1c3f718e6cd7d4f00652cefa24b75f7aa3efb25e/pydantic_settings-2.11.0.tar.gz"
122118
sha256 "d0e87a1c7d33593beb7194adb8470fc426e95ba02af83a0f23474a04c9a08180"

pypi_formula_mappings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
},
536536
"jinja2-cli": "jinja2-cli[yaml,toml,xml]",
537537
"jiratui": {
538-
"exclude_packages": ["certifi", "cryptography", "pillow"]
538+
"exclude_packages": ["certifi", "cryptography", "pillow", "pydantic-core"]
539539
},
540540
"jrnl": {
541541
"exclude_packages": ["cryptography"]

0 commit comments

Comments
 (0)