Created attachment 176057 [details] py-http-prompt-0.7.0.patch - Update to 0.7.0 - Update dependency version (httpie) Changelog: - New feature: Shell substitution (#54, #61, #74) - New feature: Piping to shell (#61, #74) - New feature: Be able to delete all parameters of a given type (#79) [Q/A] portlint: OK (looks fine.) testport: poudriere: i386, 9.3 (OK) poudriere: amd64, 9.3 (OK) poudriere: i386, 10.3 (OK) poudriere: amd64, 10.3 (OK) poudriere: i386, 11 (OK) poudriere: amd64, 11 (OK) poudriere: i386, 12 (OK) poudriere: amd64, 12 (OK)
Created attachment 176083 [details] py-http-prompt-0.7.0_v2.patch Updating patch following bug 213728 (support multiple/concurrent versions) [1] [1] - Reported by koobs@ on IRC, support multiple/concurrent versions on httpie and py-http-prompt) portlint and testport (python 2.7 and 3.4) are fine.
Created attachment 177162 [details] py-http-prompt-0.8.0.patch Updating patch to http-prompt version 0.8.0. - Update to 0.8.0 - Update dependency version (httpie) Changelog: 0.8.0 - Add support for OPTIONS method (#84) - Fix highlighting bug with parameters starting with HTTP method names (#86) - Fix excessive newlines after headers and body (#89) 0.7.0 - New feature: Shell substitution (#54, #61, #74) - New feature: Piping to shell (#61, #74) - New feature: Be able to delete all parameters of a given type (#79) [Q/A] portlint: OK (looks fine.) testport: python 2.7 and 3.5 poudriere: i386, 9.3 (OK) poudriere: amd64, 9.3 (OK) poudriere: i386, 10.3 (OK) poudriere: amd64, 10.3 (OK) poudriere: i386, 11 (OK) poudriere: amd64, 11 (OK) poudriere: i386, 12 (OK) poudriere: amd64, 12 (OK)
A commit references this bug: Author: junovitch Date: Mon Jan 9 02:53:06 UTC 2017 New revision: 430906 URL: https://svnweb.freebsd.org/changeset/ports/430906 Log: devel/py-http-prompt: update 0.6.0 -> 0.8.0; update dependency [1] - Update dependency version - Rename dependency to match standard Python package naming and support multiple/concurrent versions on httpie and py-http-prompt www/py-httpie: rename from www/httpie; fix dependencies; set NO_ARCH [2] www/Makefile: chase rename MOVED: document rename Changelog: - 0.7.0 * New feature: Shell substitution (#54, #61, #74) * New feature: Piping to shell (#61, #74) * New feature: Be able to delete all parameters of a given type (# - 0.8.0 * Add support for OPTIONS method (#84) * Fix highlighting bug with parameters starting with HTTP method names (#86) * Fix excessive newlines after headers and body (#89) PR: 213700 [1] PR: 213728 [2] Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer) Changes: head/MOVED head/devel/py-http-prompt/Makefile head/devel/py-http-prompt/distinfo head/www/Makefile head/www/httpie/ head/www/py-httpie/ head/www/py-httpie/Makefile
Close. No issues with the py-http-prompt changes. The www/py-httpie rename was applied as a "just fix it" to get that port in line with Python package naming in pursuit of this PR.