remarshal 0.12.0
Update dependencies Closes #52962. Signed-off-by: Dawid Dziurla <dawidd0811@gmail.com>master
parent
10b540bf3d
commit
2f4b4e6eaf
|
@ -3,9 +3,8 @@ class Remarshal < Formula
|
||||||
|
|
||||||
desc "Convert between TOML, YAML and JSON"
|
desc "Convert between TOML, YAML and JSON"
|
||||||
homepage "https://github.com/dbohdan/remarshal"
|
homepage "https://github.com/dbohdan/remarshal"
|
||||||
url "https://github.com/dbohdan/remarshal/archive/v0.11.2.tar.gz"
|
url "https://files.pythonhosted.org/packages/a2/98/8becf6a4ead798c1a517715fddfb73a8867ac58d833179a30f0dfc3dadf0/remarshal-0.12.0.tar.gz"
|
||||||
sha256 "3f383e48f59722a4d93ef2b5e417b6a8c152f382a1faad416099ffcde5c87a66"
|
sha256 "1df0016b3ad47e78e0d4d016a0e0cc7ad5cd6a60232e8dcbc89af4ccc42eb172"
|
||||||
revision 3
|
|
||||||
head "https://github.com/dbohdan/remarshal.git"
|
head "https://github.com/dbohdan/remarshal.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -19,9 +18,14 @@ class Remarshal < Formula
|
||||||
|
|
||||||
conflicts_with "msgpack-tools", :because => "both install 'json2msgpack' binary"
|
conflicts_with "msgpack-tools", :because => "both install 'json2msgpack' binary"
|
||||||
|
|
||||||
|
resource "cbor2" do
|
||||||
|
url "https://files.pythonhosted.org/packages/ee/80/bc617b7fd89855649e48eb8242e09535e1b75371ec8389313fa0f97e2a70/cbor2-5.1.0.tar.gz"
|
||||||
|
sha256 "43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa"
|
||||||
|
end
|
||||||
|
|
||||||
resource "PyYAML" do
|
resource "PyYAML" do
|
||||||
url "https://files.pythonhosted.org/packages/a3/65/837fefac7475963d1eccf4aa684c23b95aa6c1d033a2c5965ccb11e22623/PyYAML-5.1.1.tar.gz"
|
url "https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz"
|
||||||
sha256 "b4bb4d3f5e232425e25dda21c070ce05168a786ac9eda43768ab7f3ac2770955"
|
sha256 "b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "pytoml" do
|
resource "pytoml" do
|
||||||
|
@ -30,18 +34,18 @@ class Remarshal < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "python-dateutil" do
|
resource "python-dateutil" do
|
||||||
url "https://files.pythonhosted.org/packages/ad/99/5b2e99737edeb28c71bcbec5b5dda19d0d9ef3ca3e92e3e925e7c0bb364c/python-dateutil-2.8.0.tar.gz"
|
url "https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz"
|
||||||
sha256 "c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e"
|
sha256 "73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "six" do
|
resource "six" do
|
||||||
url "https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-1.12.0.tar.gz"
|
url "https://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/six-1.14.0.tar.gz"
|
||||||
sha256 "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"
|
sha256 "236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "u-msgpack-python" do
|
resource "u-msgpack-python" do
|
||||||
url "https://files.pythonhosted.org/packages/d4/6b/b2deb0763305a2de35c4d125bfede7b0e414b7c18fb43011b554b9ce1832/u-msgpack-python-2.5.1.tar.gz"
|
url "https://files.pythonhosted.org/packages/75/c4/d9404382d0f7d9be27b5d13498d033a4faa83f325b3893e1c29a0faa83b9/u-msgpack-python-2.5.2.tar.gz"
|
||||||
sha256 "6c02a0654a5e11f8fad532ed634109ed49cdc929f7b972848773e4e0ce52f30c"
|
sha256 "09c85a8af77376034396681e76bf30c249a4fd8e5ebb239f8a468d3655f210d0"
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in New Issue