update www/py-httpie to 2.3.0

2021-01-06 Thread Paco Esteban
Hi ports@, This is an update for www/py-httpie to its latest version 2.3.0 It requires an update of www/py-requests-toolbelt that I've sent on another email. I've added a couple of runtime dependencies which were not picked up by tests but made the tool crash at runtime. All but 5 tests pass. T

Re: [PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-19 Thread Raymond E. Pasco
The upstream dev has made this patch, so I've gone ahead and added it to patches/ here pending the next release. It works for me, though I'm not sure why I never experienced the issue since I just have LibreSSL 3.2.1 from a recent snapshot. --- www/py-httpie/Makefile| 7 +

Re: [PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-19 Thread Paco Esteban
Hi, On Thu, 18 Jun 2020, Raymond E. Pasco wrote: > Tweaks: remove unnecessary DISTNAME, change rm to rm -f in pre-test > because I noticed make retest didn't work. Thanks for your diff ! I have the same error that Klemens points out when running regression tests. I suspect this could be relate

[PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-18 Thread Raymond E. Pasco
Tweaks: remove unnecessary DISTNAME, change rm to rm -f in pre-test because I noticed make retest didn't work. --- www/py-httpie/Makefile | 7 +++ www/py-httpie/distinfo | 4 ++-- www/py-httpie/pkg/PLIST | 4 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/www/py-httpie/

Re: [PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-18 Thread Raymond E. Pasco
On Thu Jun 18, 2020 at 8:30 PM EDT, Klemens Nanni wrote: > One failure in "make test" for me, did you see it? I don't get that failure (or any failures) on my system (recent snapshot, default python 3.7).

Re: [PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-18 Thread Klemens Nanni
OK kn On Thu, Jun 18, 2020 at 05:21:42PM -0400, Raymond E. Pasco wrote: > Tested on amd64. Changelog: One failure in "make test" for me, did you see it? === FAILURES === __ test_ciphers_none_can_b

[PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-18 Thread Raymond E. Pasco
Tested on amd64. Changelog: - Added support for custom content types for uploaded files. - Added support for $XDG_CONFIG_HOME. - Added support for Set-Cookie triggered cookie expiration. - Added --format-options to allow disabling sorting, etc. - Added --sorted and --unsorted shortcuts for (u

update: www/py-httpie

2020-05-12 Thread Paco Esteban
Hi ports@, (this is for after unlock, of course) This is an update for httpie to 2.1.0 Changes in this release: * Added --path-as-is to bypass dot segment (/../ or /./) URL squashing * Changed the default Accept header value for JSON requests from application/json, */* to application/js

Re: [Update] www/py-httpie : Update to 2.0.0

2020-01-13 Thread Paco Esteban
On Mon, 13 Jan 2020, wen heping wrote: > Hi, all: > >Here is a simple patch to update www/py-httpie to 2.0.0. >It build well and run well and all but one test failed on > amd64-current system. >No other ports depends on it. Hi, It works fine for me and all t

[Update] www/py-httpie : Update to 2.0.0

2020-01-13 Thread wen heping
Hi, all: Here is a simple patch to update www/py-httpie to 2.0.0. It build well and run well and all but one test failed on amd64-current system. No other ports depends on it. Cheers, wen Index: Makefile === RCS file: /cvs

maintainer update: www/py-httpie

2019-09-03 Thread Paco Esteban
Hi ports@, This is an update for www/py-httpie. It basically fixes CVE-2019-10751. I've seen there are a couple more changes not shown on the changelog, but they are mostly copyright notices and cosmetic changes to docs. There's no other port that depends on this one. And now the diff: Index:

Re: [update] www/py-httpie

2019-06-05 Thread Paco Esteban
On Wed, 05 Jun 2019, Stuart Henderson wrote: > Committed. Thanks ! > Since there is no manpage, ok to add this? > ... It makes sense. The "guide" is pretty comprehensive. Pitty that's not a proper man page. Cheers, -- Paco Esteban. https://onna.be/gpgkey.asc 9A6B 6083 AD9E FDC2 0EAF 5CB3 58

Re: [update] www/py-httpie

2019-06-05 Thread Stuart Henderson
On 2019/05/08 14:50, Paco Esteban wrote: > Hi ports@, > > Here's a diff to update www/py-httpie to its latest version 1.0.2 > Changes since the actual version on ports (0.9.8) are: > > * Fixed tests for installation with pyOpenSSL. > * Removed external URL calls fro

Re: [update] www/py-httpie

2019-06-05 Thread Paco Esteban
Ping ! Anyone using httpie ? On Wed, 22 May 2019, Paco Esteban wrote: > Ping ! > > On Wed, 08 May 2019, Paco Esteban wrote: > > > Hi ports@, > > > > Here's a diff to update www/py-httpie to its latest version 1.0.2 > > Changes since the actual versi

Re: [update] www/py-httpie

2019-05-22 Thread Paco Esteban
Ping ! On Wed, 08 May 2019, Paco Esteban wrote: > Hi ports@, > > Here's a diff to update www/py-httpie to its latest version 1.0.2 > Changes since the actual version on ports (0.9.8) are: > > * Fixed tests for installation with pyOpenSSL. > * Removed external URL c

[update] www/py-httpie

2019-05-08 Thread Paco Esteban
Hi ports@, Here's a diff to update www/py-httpie to its latest version 1.0.2 Changes since the actual version on ports (0.9.8) are: * Fixed tests for installation with pyOpenSSL. * Removed external URL calls from tests. * Added --style=auto which follows the terminal ANSI color styles. *

Re: update www/py-httpie and switch to py3

2016-10-31 Thread Stuart Henderson
On 2016/10/31 13:04, Daniel Jakots wrote: > Hi, > > Here's an update to latest py-httpie release. I also switched it to > python3 (for no particular reason other than it's 2016). > > Comments? OK? This changes the PKGNAME stem, so it needs a quirks entry. Because it seems like it's an end-user

update www/py-httpie and switch to py3

2016-10-31 Thread Daniel Jakots
Hi, Here's an update to latest py-httpie release. I also switched it to python3 (for no particular reason other than it's 2016). Comments? OK? Cheers, Daniel Index: Makefile === RCS file: /cvs/ports/www/py-httpie/Makefile,v retriev

Re: update www/py-httpie

2016-01-22 Thread Landry Breuil
On Thu, Jan 21, 2016 at 08:42:02PM +0100, Daniel Jakots wrote: > On Wed, 6 Jan 2016 20:44:04 +0100, Daniel Jakots > wrote: > > > Here's a diff to update httpie to latest release, 0.9.3. > > No one? Commited, i added PORTHOME=${WRKSRC} to fix one of the failing tests: OSError: [Errno 13] Permiss

Re: update www/py-httpie

2016-01-21 Thread Daniel Jakots
On Wed, 6 Jan 2016 20:44:04 +0100, Daniel Jakots wrote: > Here's a diff to update httpie to latest release, 0.9.3. No one?

update www/py-httpie

2016-01-06 Thread Daniel Jakots
Hi, Here's a diff to update httpie to latest release, 0.9.3. Tests: 0.9.2 amd64: 9 failed, 158 passed, 2 skipped, 12 pytest-warnings 0.9.3 amd64: 10 failed, 160 passed, 1 skipped, 12 pytest-warnings 0.9.3 i386: 7 failed, 164 passed, 1 skipped, 12 pytest-warnings I looked at the failing tests but