Skip to content

Commit

Permalink
poetry 1.0.2
Browse files Browse the repository at this point in the history
Closes #48864.

Signed-off-by: Alexander Bayandin <[email protected]>
  • Loading branch information
StephenBrown2 authored and bayandin committed Jan 10, 2020
1 parent 95656d5 commit 68c9bc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/poetry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Poetry < Formula

desc "Python package management tool"
homepage "https://python-poetry.org/"
url "https://files.pythonhosted.org/packages/59/b9/79e078a303b6b813aa16c1f9cffe22e048c6edfef9a31574670193d09fc4/poetry-1.0.0.tar.gz"
sha256 "f52930910371a748aa2ae62bc7dbe503e50f17532fb037486644db8a2c75f13f"
url "https://files.pythonhosted.org/packages/d1/c6/c911e905c4ea9e7d87ee27c13b3b0671afd5775555206b354f1f858d6344/poetry-1.0.2.tar.gz"
sha256 "f3e41da4820ac94689bcf736807e48213e5e5cb5edfdbae3df6c6876c42de4ed"

bottle do
cellar :any_skip_relocation
Expand Down Expand Up @@ -61,8 +61,8 @@ class Poetry < Formula
end

resource "importlib-metadata" do
url "https://files.pythonhosted.org/packages/5d/44/636bcd15697791943e2dedda0dbe098d8530a38d113b202817133e0b06c0/importlib_metadata-0.23.tar.gz"
sha256 "aa18d7378b00b40847790e7c27e11673d7fed219354109d0e7b9e5b25dc3ad26"
url "https://files.pythonhosted.org/packages/e0/ab/591e1162057d42954114d87cd73ee29f7259535f3743f6618fc09ce681a9/importlib_metadata-1.1.3.tar.gz"
sha256 "7a99fb4084ffe6dae374961ba7a6521b79c1d07c658ab3a28aa264ee1d1b14e3"
end

resource "jsonschema" do
Expand All @@ -71,8 +71,8 @@ class Poetry < Formula
end

resource "keyring" do
url "https://files.pythonhosted.org/packages/a7/74/01d60aefd5719d00379f663565c49b81d3452b0d87b14fbc40b48d5bc94f/keyring-19.3.0.tar.gz"
sha256 "ee3d35b7f1ac3cb69e9a1e4323534649d3ab2fea402738a77e4250c152970fed"
url "https://files.pythonhosted.org/packages/97/b5/983b219cc9288340b1a572dc85b1efd96938d807dae9ebc9355616e0db32/keyring-20.0.1.tar.gz"
sha256 "963bfa7f090269d30bdc5e25589e5fd9dad2cf2a7c6f176a7f2386910e5d0d8d"
end

resource "lockfile" do
Expand Down

0 comments on commit 68c9bc5

Please sign in to comment.