Skip to content

Commit 2703fb5

Browse files
authored
Merge pull request #250194 from branchvincent/[email protected]
gimmecert: migrate to `[email protected]`
2 parents e1a73cf + 6bfdb94 commit 2703fb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/g/gimmecert.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ class Gimmecert < Formula
1010
no_autobump! because: "`update-python-resources` cannot determine dependencies"
1111

1212
bottle do
13-
rebuild 1
14-
sha256 cellar: :any_skip_relocation, all: "ce6b72c7aa229c3fd7341fa4c132c47b341bc8a972e70b0db0a94e57304b50b5"
13+
rebuild 2
14+
sha256 cellar: :any_skip_relocation, all: "131301a3467e90afb96224fdccf103949029d5f963f612f3bf5f512f81adbed0"
1515
end
1616

1717
depends_on "certifi"
1818
depends_on "cryptography"
19-
depends_on "python@3.13"
19+
depends_on "python@3.14"
2020

2121
resource "python-dateutil" do
2222
url "https://files.pythonhosted.org/packages/4c/c4/13b4776ea2d76c115c1d1b84579f3764ee6d57204f6be27119f13a61d0a9/python-dateutil-2.8.2.tar.gz"
@@ -28,7 +28,7 @@ class Gimmecert < Formula
2828
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
2929
end
3030

31-
# py3.13 build patch
31+
# py3.14 build patch
3232
patch :DATA
3333

3434
def install
@@ -58,7 +58,7 @@ def install
5858
README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
5959

6060
-python_requirements = ">=3.8,<3.13"
61-
+python_requirements = ">=3.8,<3.14"
61+
+python_requirements = ">=3.8"
6262

6363
install_requirements = [
6464
'cryptography>=42.0,<42.1',

0 commit comments

Comments
 (0)