Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
httplib2: Autospec creation for update from version 0.16.0 to version…
Browse files Browse the repository at this point in the history
… 0.17.0

commit 67463426cf79af766176b1f318fefefd3d5edc23
Author: Sergey Shepelev <temotor@gmail.com>
Date:   Fri Jan 24 16:57:26 2020 +0300

    v0.17.0 release

commit ea0e1f151bae5fb4bb58629ecf2909f277cef761
Author: Sergey Shepelev <temotor@gmail.com>
Date:   Thu Jan 23 12:25:01 2020 +0300

    feature: Http().redirect_codes set, works after follow(_all)_redirects check

    httplib2/httplib2#156
  • Loading branch information
fenrus75 authored and clrpackages committed Jan 27, 2020
1 parent 9b6db1c commit dd5641e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := httplib2
URL = https://files.pythonhosted.org/packages/54/3e/ec53cf9e084a158a51bc669c40facfe5c5c93d194ca8fdaf4c933ea05d77/httplib2-0.16.0.tar.gz
URL = https://files.pythonhosted.org/packages/6d/97/8225643419a53dd52d84c34d9d1e99bdbe18083dc760e7a2d0c47c0fab93/httplib2-0.17.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
14 changes: 7 additions & 7 deletions httplib2.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : httplib2
Version : 0.16.0
Release : 53
URL : https://files.pythonhosted.org/packages/54/3e/ec53cf9e084a158a51bc669c40facfe5c5c93d194ca8fdaf4c933ea05d77/httplib2-0.16.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/54/3e/ec53cf9e084a158a51bc669c40facfe5c5c93d194ca8fdaf4c933ea05d77/httplib2-0.16.0.tar.gz
Version : 0.17.0
Release : 54
URL : https://files.pythonhosted.org/packages/6d/97/8225643419a53dd52d84c34d9d1e99bdbe18083dc760e7a2d0c47c0fab93/httplib2-0.17.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/6d/97/8225643419a53dd52d84c34d9d1e99bdbe18083dc760e7a2d0c47c0fab93/httplib2-0.17.0.tar.gz
Summary : A comprehensive HTTP client library.
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -39,15 +39,15 @@ python3 components for the httplib2 package.


%prep
%setup -q -n httplib2-0.16.0
cd %{_builddir}/httplib2-0.16.0
%setup -q -n httplib2-0.17.0
cd %{_builddir}/httplib2-0.17.0

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1579187143
export SOURCE_DATE_EPOCH=1579879648
# -Werror is for werrorists
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
Expand Down
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = httplib2
url = https://files.pythonhosted.org/packages/54/3e/ec53cf9e084a158a51bc669c40facfe5c5c93d194ca8fdaf4c933ea05d77/httplib2-0.16.0.tar.gz
url = https://files.pythonhosted.org/packages/6d/97/8225643419a53dd52d84c34d9d1e99bdbe18083dc760e7a2d0c47c0fab93/httplib2-0.17.0.tar.gz
archives =
giturl = https://github.com/httplib2/httplib2.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
53
54
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
c0897437bce7c949db4e0ad140f8dbeb963435e0/httplib2-0.16.0.tar.gz
90670279a4ce86869c6d5506d1f03cd75c04a47c/httplib2-0.17.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
0.16.0
0.17.0

0 comments on commit dd5641e

Please sign in to comment.