#19 Update to 2.6.0
Merged 2 years ago by mikelo2. Opened 2 years ago by mikelo2.
rpms/ mikelo2/httpie epel-8-2.6.0  into  epel8

file modified
+1
@@ -9,3 +9,4 @@ 

  /httpie-1.0.3.tar.gz

  /httpie-2.3.0.tar.gz

  /httpie-2.4.0.tar.gz

+ /httpie-2.6.0.tar.gz

file modified
+5 -1
@@ -1,5 +1,5 @@ 

  Name:           httpie

- Version:        2.5.0

+ Version:        2.6.0

  Release:        1%{?dist}

  Summary:        A Curl-like tool for humans

  
@@ -15,6 +15,7 @@ 

  BuildRequires:  python3-pygments

  BuildRequires:  python3-requests

  BuildRequires:  python3-requests-toolbelt

+ BuildRequires:  python3-charset-normalizer

  BuildRequires:  sed

  BuildRequires:  help2man

  
@@ -83,6 +84,9 @@ 

  

  

  %changelog

+ * Fri Oct 15 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.6.0-1

+ - Update to 2.6.0

+ 

  * Wed Sep 08 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.5.0-1

  - Update to 2.5.0

  

file modified
+1
@@ -1,1 +1,2 @@ 

  SHA512 (httpie-2.5.0.tar.gz) = f14aa23fea7578181b9bd6ededea04de9ddf0b2f697b23f76d2d96e2c17b95617318c711750bad6af550400dbc03732ab17fdf84e59d577f33f073e600a55330

+ SHA512 (httpie-2.6.0.tar.gz) = acd7dc847b67e27909c49ccddec84321c4d73fa5b49f06ce3d94d790093a8f168a1c6627bc4921ca8c0e48b9904f38e17935b645495e2313d16ac2eecf659038

Adds new dep on python3-charset-normalizer. Build is available for epel8 in Koji, not pushing it to do a side-tag update with both packages.

https://koji.fedoraproject.org/koji/buildinfo?buildID=1847498

Pull-Request has been merged by mikelo2

2 years ago