@@ -3,9 +3,10 @@ class PulpCli < Formula
33
44 desc "Command-line interface for Pulp 3"
55 homepage "https://github.com/pulp/pulp-cli"
6- url "https://files.pythonhosted.org/packages/18/92/23ae95fa65ad1f61cb1e7b8140a7aa315c9ad9cc64f2c7fc9412ba1299f2/pulp-cli- 0.36.0 .tar.gz"
7- sha256 "1155a3d7efb60c3c1b0b2762b989fa0616e8a941a878f5e1f1fe0ce207eb05c1 "
6+ url "https://files.pythonhosted.org/packages/69/01/d999e6c13a2d0487edd3ffbffbcf77fa7ef6fd3c1b5ee01837c529f1bec1/pulp_cli- 0.36.1 .tar.gz"
7+ sha256 "5ed0856a97486829e487639e8acf58f81024ee251277de20abd2bd35400b129b "
88 license "GPL-2.0-or-later"
9+ head "https://github.com/pulp/pulp-cli.git" , branch : "main"
910
1011 bottle do
1112 rebuild 1
@@ -22,8 +23,8 @@ class PulpCli < Formula
22232324
2425 resource "charset-normalizer" do
25- url "https://files.pythonhosted.org/packages/83/2d/5fd176ceb9b2fc619e63405525573493ca23441330fcdaee6bef9460e924 /charset_normalizer-3.4.3 .tar.gz"
26- sha256 "6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14 "
26+ url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062 /charset_normalizer-3.4.4 .tar.gz"
27+ sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a "
2728 end
2829
2930 resource "click" do
@@ -32,8 +33,8 @@ class PulpCli < Formula
3233 end
3334
3435 resource "idna" do
35- url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d /idna-3.10 .tar.gz"
36- sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 "
36+ url "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60 /idna-3.11 .tar.gz"
37+ sha256 "795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902 "
3738 end
3839
3940 resource "multidict" do
@@ -47,15 +48,13 @@ class PulpCli < Formula
4748 end
4849
4950 resource "pulp-glue" do
50- url "https://files.pythonhosted.org/packages/b7/6d/d8bac57d69902a0836f1d5be9ebf14da4c401b638913a393725cadfe3fc0/pulp-glue-0.36.0.tar.gz"
51- sha256 "627f6b42a612c4542850a9b5719255373c2399565c779a78d5468378ea584b7c"
52-
53- patch :DATA
51+ url "https://files.pythonhosted.org/packages/38/ce/3826a8f318fd69ba8b266a4cbbc99b25f66d40893ad71cbbb1c3490e468b/pulp_glue-0.36.1.tar.gz"
52+ sha256 "9418b16400aaaeedadf3e7e45ca5ddc32ec0eeb28f53e4a50a369b25d4c83509"
5453 end
5554
5655 resource "pyyaml" do
57- url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17 /pyyaml-6.0.2 .tar.gz"
58- sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e "
56+ url "https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2 /pyyaml-6.0.3 .tar.gz"
57+ sha256 "d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f "
5958 end
6059
6160 resource "requests" do
@@ -64,8 +63,8 @@ class PulpCli < Formula
6463 end
6564
6665 resource "schema" do
67- url "https://files.pythonhosted.org/packages/d4/01/0ea2e66bad2f13271e93b729c653747614784d3ebde219679e41ccdceecd /schema-0.7.7 .tar.gz"
68- sha256 "7da553abd2958a19dc2547c388cde53398b39196175a9be59ea1caf5ab0a1807 "
66+ url "https://files.pythonhosted.org/packages/fb/2e/8da627b65577a8f130fe9dfa88ce94fcb24b1f8b59e0fc763ee61abef8b8 /schema-0.7.8 .tar.gz"
67+ sha256 "e86cc08edd6fe6e2522648f4e47e3a31920a76e82cce8937535422e310862ab5 "
6968 end
7069
7170 resource "tomli-w" do
@@ -79,8 +78,6 @@ class PulpCli < Formula
7978 end
8079
8180 def install
82- # Unpin python for 3.14
83- inreplace "pyproject.toml" , 'requires-python = ">=3.9,<3.14"' , 'requires-python = ">=3.9"'
8481 virtualenv_install_with_resources
8582 end
8683
@@ -98,18 +95,3 @@ def install
9895 assert_match "valid pulp-cli config" , output
9996 end
10097end
101-
102- __END__
103- diff --git a/pyproject.toml b/pyproject.toml
104- index 349a206..7db9eab 100644
105- --- a/pyproject.toml
106- +++ b/pyproject.toml
107- @@ -7,7 +7,7 @@ name = "pulp-glue"
108- version = "0.36.0"
109- description = "Version agnostic glue library to talk to pulpcore's REST API."
110- readme = "README.md"
111- -requires-python = ">=3.9,<3.14"
112- +requires-python = ">=3.9,<3.15"
113- license = {text = "GPLv2+"}
114- authors = [
115- {name = "Pulp Team", email = "
[email protected] "},
0 commit comments