Accepting request 507789 from home:tbechtold:branches:devel:languages:python
update to version v2.18.1 * 2.17.1 * Fix a typo: verison -> version * fix * Prepare v2.18.0 * Update requirements.txt * cleanup models.py * Preserve identity of unbundled deps * ignore undefined names in flake8 * flake8 ignore lambda expressions * Add the pytest .cache/ directory to .gitignore * docutils * try junit * new installation location * cleanup utils.py * flake8report.txt * empty commit * no more pipenv * Begin dev section of README * Remove exec permission from files that shouldn't have it * change development philosophy docs to reflect reality * fix manifest file * only flake8 the right directory * update development documentation * Remove session redirect cache * no piping to a file * Catch error if multiprocessing is not available or is unable to determine the number of CPUs * todo * cleanup sessions.py * typo OBS-URL: https://build.opensuse.org/request/show/507789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=103
This commit is contained in:
parent
fe4ce95129
commit
d777f538e6
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 3 11:36:40 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
update to version v2.18.1
|
||||
* 2.17.1
|
||||
* Fix a typo: verison -> version
|
||||
* fix
|
||||
* Prepare v2.18.0
|
||||
* Update requirements.txt
|
||||
* cleanup models.py
|
||||
* Preserve identity of unbundled deps
|
||||
* ignore undefined names in flake8
|
||||
* flake8 ignore lambda expressions
|
||||
* Add the pytest .cache/ directory to .gitignore
|
||||
* docutils
|
||||
* try junit
|
||||
* new installation location
|
||||
* cleanup utils.py
|
||||
* flake8report.txt
|
||||
* empty commit
|
||||
* no more pipenv
|
||||
* Begin dev section of README
|
||||
* Remove exec permission from files that shouldn't have it
|
||||
* change development philosophy docs to reflect reality
|
||||
* fix manifest file
|
||||
* only flake8 the right directory
|
||||
* update development documentation
|
||||
* Remove session redirect cache
|
||||
* no piping to a file
|
||||
* Catch error if multiprocessing is not available or is unable to determine the number of CPUs
|
||||
* todo
|
||||
* cleanup sessions.py
|
||||
* typo
|
||||
* number of cores for travis
|
||||
* ignore import statements for flake8
|
||||
* Update README.rst
|
||||
* better ci file
|
||||
* bunk change
|
||||
* that doesn't work on windows
|
||||
* improve development instructions
|
||||
* Fix a typo: paramters -> parameters
|
||||
* Adds changelog entry for #4134
|
||||
* ignore line continuations for flake8
|
||||
* Allow Requests.Response to be used as a context manager
|
||||
* Fix requests.packages not having package attributes
|
||||
* remove note about cacerts.pem
|
||||
* v2.17.3
|
||||
* improve install documentation syntax
|
||||
* improve installation instructions
|
||||
* flake8: import statement improvements
|
||||
* fix spaces in api.py
|
||||
* v2.18.1
|
||||
* skip for now
|
||||
* v2.17.2
|
||||
* fix flake8 for EOF in __init__.py
|
||||
* improve flake8 help.py
|
||||
* Prepare for next release cycle
|
||||
* try this travis file
|
||||
* remove "are you crazy?" section
|
||||
* fix sidebars
|
||||
* Update index.rst
|
||||
* fix empty lines for flake8
|
||||
* convert version compatibility checks to warning
|
||||
* fix github stars
|
||||
* v2.17.1
|
||||
* improve line continuations for flake8
|
||||
* attempt new ads
|
||||
* speed up appveyor
|
||||
* v2.17.0
|
||||
* improve installation docs
|
||||
* fix flake8 indent error
|
||||
* Adds to AUTHORS
|
||||
* Clearer makefile for building README
|
||||
* flake8
|
||||
* Fixes error swallowing in set_environ
|
||||
* cleanup help.py (flake8)
|
||||
* improve install docs
|
||||
* new requests namespace
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 10 08:40:50 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-requests
|
||||
Version: 2.16.5
|
||||
Version: 2.18.1
|
||||
Release: 0
|
||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f717303ebff661099cc5b73ce723ae1246f19ac39faa4c8005be56744d1a1006
|
||||
size 122929
|
3
requests-2.18.1.tar.gz
Normal file
3
requests-2.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6f3bdf4a4323ac7b45d01e04a6f6c20e32a052cd04de81e05103abc049ad9b9
|
||||
size 124229
|
Loading…
Reference in New Issue
Block a user