conjure-up: revision bump for python@3.8
This commit is contained in:
parent
29be81fca7
commit
f0c7ebd56d
1 changed files with 13 additions and 5 deletions
|
@ -5,6 +5,7 @@ class ConjureUp < Formula
|
||||||
homepage "https://conjure-up.io/"
|
homepage "https://conjure-up.io/"
|
||||||
url "https://github.com/conjure-up/conjure-up/archive/2.6.9.tar.gz"
|
url "https://github.com/conjure-up/conjure-up/archive/2.6.9.tar.gz"
|
||||||
sha256 "b5ebba187d27b3474b36acd715df015b198c0e5df8aefb32200ba4f3f3de17f4"
|
sha256 "b5ebba187d27b3474b36acd715df015b198c0e5df8aefb32200ba4f3f3de17f4"
|
||||||
|
revision 1
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
@ -18,7 +19,7 @@ class ConjureUp < Formula
|
||||||
depends_on "juju-wait"
|
depends_on "juju-wait"
|
||||||
depends_on "libyaml"
|
depends_on "libyaml"
|
||||||
depends_on "pwgen"
|
depends_on "pwgen"
|
||||||
depends_on "python"
|
depends_on "python@3.8"
|
||||||
depends_on "redis"
|
depends_on "redis"
|
||||||
|
|
||||||
# list generated from the 'requirements.txt' file in the repository root
|
# list generated from the 'requirements.txt' file in the repository root
|
||||||
|
@ -28,8 +29,8 @@ class ConjureUp < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "asn1crypto" do
|
resource "asn1crypto" do
|
||||||
url "https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz"
|
url "https://files.pythonhosted.org/packages/9f/3d/8beae739ed8c1c8f00ceac0ab6b0e97299b42da869e24cf82851b27a9123/asn1crypto-1.3.0.tar.gz"
|
||||||
sha256 "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49"
|
sha256 "5a215cb8dc12f892244e3a113fe05397ee23c5c4ca7a69cd6e69811755efc42d"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "bcrypt" do
|
resource "bcrypt" do
|
||||||
|
@ -53,8 +54,8 @@ class ConjureUp < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "cryptography" do
|
resource "cryptography" do
|
||||||
url "https://files.pythonhosted.org/packages/c2/95/f43d02315f4ec074219c6e3124a87eba1d2d12196c2767fadfdc07a83884/cryptography-2.7.tar.gz"
|
url "https://files.pythonhosted.org/packages/be/60/da377e1bed002716fb2d5d1d1cab720f298cb33ecff7bf7adea72788e4e4/cryptography-2.8.tar.gz"
|
||||||
sha256 "e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6"
|
sha256 "3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "env" do
|
resource "env" do
|
||||||
|
@ -95,6 +96,13 @@ class ConjureUp < Formula
|
||||||
resource "macaroonbakery" do
|
resource "macaroonbakery" do
|
||||||
url "https://files.pythonhosted.org/packages/d0/22/ca60ef57ad0ea904292daaa1cb0f1e991303667f70794a97674f4a3695fa/macaroonbakery-1.2.3.tar.gz"
|
url "https://files.pythonhosted.org/packages/d0/22/ca60ef57ad0ea904292daaa1cb0f1e991303667f70794a97674f4a3695fa/macaroonbakery-1.2.3.tar.gz"
|
||||||
sha256 "bd27e7d2d98cb3dc1973d7b67b2a0c475fb005c0f9c35c04dbf9b272e98939ec"
|
sha256 "bd27e7d2d98cb3dc1973d7b67b2a0c475fb005c0f9c35c04dbf9b272e98939ec"
|
||||||
|
|
||||||
|
# Python 3.8 compatibility platform.linux_distribution
|
||||||
|
# Remove in next release
|
||||||
|
patch do
|
||||||
|
url "https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/75.patch?full_index=1"
|
||||||
|
sha256 "70b36abee3f9d93afee7fb4d4cb9018370aad83f16a2ab7c5b5770aa1178be86"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "MarkupSafe" do
|
resource "MarkupSafe" do
|
||||||
|
|
Loading…
Reference in a new issue