pywhat 1.2.0

- remove dup six dep
- update test

Closes #78843.

Co-authored-by: rui <rui@meetup.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Dustin Rodrigues 2021-06-06 13:27:31 -04:00 committed by BrewTestBot
parent 70a0aa3fbb
commit 145ef145bd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 6 additions and 3 deletions

View File

@ -3,8 +3,8 @@ class Pywhat < Formula
desc "🐸 Identify anything: emails, IP addresses, and more 🧙"
homepage "https://github.com/bee-san/pyWhat"
url "https://files.pythonhosted.org/packages/32/18/94ed2965c98f2577826bf642bd496516738c3056c824687c1453c2e88944/pywhat-1.1.0.tar.gz"
sha256 "445cfe9ac2ccffd8438d4d4197fc5ec0ebbfac1ec241a75cd2e65ea5ed68e615"
url "https://files.pythonhosted.org/packages/3f/ac/58bbf32079d781e37f38340110c922787f61d1c9cc61640e3f716c47bd5e/pywhat-1.2.0.tar.gz"
sha256 "d87f5e368c8bbc50921867caebe03873b775f3c3953d955d40747bfd977ec503"
license "GPL-3.0-or-later"
head "https://github.com/bee-san/pyWhat.git", branch: "main"
@ -58,6 +58,6 @@ class Pywhat < Formula
end
test do
assert_equal "Possible language (ISO-639-1 code): et 100% probability.", shell_output("#{bin}/pywhat test").strip
assert_match "Internet Protocol (IP)", shell_output("#{bin}/pywhat 127.0.0.1").strip
end
end

View File

@ -105,6 +105,9 @@
"protobuf": {
"exclude_packages": ["six"]
},
"pywhat": {
"exclude_packages": ["six"]
},
"regipy": {
"exclude_packages": ["tabulate"]
},