Skip to content

Commit

Permalink
Release 0.3.2 (#53)
Browse files Browse the repository at this point in the history
* Release 0.3.2
  • Loading branch information
crwilcox authored Dec 20, 2018
1 parent 1bbf20e commit 68603db
Show file tree
Hide file tree
Showing 13 changed files with 138 additions and 38 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-resumable-media/#history

## 0.3.2

12-17-2018 17:31 PST

### Implementation Changes
- Using `str` instead of `repr` for multipart boundary.

### Dependencies
- Making `requests` a strict dependency for the `requests` subpackage.

### Documentation
- Announce deprecation of Python 2.7 ([#51](https://github.com/googleapis/google-resumable-media-python/pull/51))
- Fix broken redirect after repository move
- Updating generated static content in docs.

### Internal / Testing Changes
- Modify file not found test to look for the correct error message
- Harden tests so they can run with debug logging statements
- Adding AppVeyor support.
- Marking the version in `master` as `.dev1`.

8 changes: 4 additions & 4 deletions docs/latest/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; google-resumable-media 0.3.2.dev1 documentation</title>
<title>Index &mdash; google-resumable-media 0.3.2 documentation</title>



Expand All @@ -36,7 +36,7 @@
<link rel="index" title="Index"
href="#"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="google-resumable-media 0.3.2.dev1 documentation" href="index.html"/>
<link rel="top" title="google-resumable-media 0.3.2 documentation" href="index.html"/>


<script src="_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -65,7 +65,7 @@


<div class="version">
0.3.2.dev1
0.3.2
</div>


Expand Down Expand Up @@ -458,7 +458,7 @@ <h2 id="W">W</h2>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.3.2.dev1',
VERSION:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/latest/google.resumable_media.common.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media.common module &mdash; google-resumable-media 0.3.2.dev1 documentation</title>
<title>google.resumable_media.common module &mdash; google-resumable-media 0.3.2 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="google-resumable-media 0.3.2.dev1 documentation" href="index.html"/>
<link rel="top" title="google-resumable-media 0.3.2 documentation" href="index.html"/>
<link rel="next" title="google.resumable_media.requests" href="google.resumable_media.requests.html"/>
<link rel="prev" title="google.resumable_media" href="index.html"/>

Expand Down Expand Up @@ -66,7 +66,7 @@


<div class="version">
0.3.2.dev1
0.3.2
</div>


Expand Down Expand Up @@ -405,7 +405,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.3.2.dev1',
VERSION:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/latest/google.resumable_media.requests.download.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media.requests.download module &mdash; google-resumable-media 0.3.2.dev1 documentation</title>
<title>google.resumable_media.requests.download module &mdash; google-resumable-media 0.3.2 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="google-resumable-media 0.3.2.dev1 documentation" href="index.html"/>
<link rel="top" title="google-resumable-media 0.3.2 documentation" href="index.html"/>
<link rel="up" title="google.resumable_media.requests" href="google.resumable_media.requests.html"/>
<link rel="next" title="google.resumable_media.requests.upload module" href="google.resumable_media.requests.upload.html"/>
<link rel="prev" title="google.resumable_media.requests" href="google.resumable_media.requests.html"/>
Expand Down Expand Up @@ -67,7 +67,7 @@


<div class="version">
0.3.2.dev1
0.3.2
</div>


Expand Down Expand Up @@ -413,7 +413,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.3.2.dev1',
VERSION:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/latest/google.resumable_media.requests.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media.requests &mdash; google-resumable-media 0.3.2.dev1 documentation</title>
<title>google.resumable_media.requests &mdash; google-resumable-media 0.3.2 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="google-resumable-media 0.3.2.dev1 documentation" href="index.html"/>
<link rel="top" title="google-resumable-media 0.3.2 documentation" href="index.html"/>
<link rel="next" title="google.resumable_media.requests.download module" href="google.resumable_media.requests.download.html"/>
<link rel="prev" title="google.resumable_media.common module" href="google.resumable_media.common.html"/>

Expand Down Expand Up @@ -66,7 +66,7 @@


<div class="version">
0.3.2.dev1
0.3.2
</div>


Expand Down Expand Up @@ -533,7 +533,7 @@ <h2>Resumable Uploads<a class="headerlink" href="#resumable-uploads" title="Perm
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.3.2.dev1',
VERSION:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/latest/google.resumable_media.requests.upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media.requests.upload module &mdash; google-resumable-media 0.3.2.dev1 documentation</title>
<title>google.resumable_media.requests.upload module &mdash; google-resumable-media 0.3.2 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="google-resumable-media 0.3.2.dev1 documentation" href="index.html"/>
<link rel="top" title="google-resumable-media 0.3.2 documentation" href="index.html"/>
<link rel="up" title="google.resumable_media.requests" href="google.resumable_media.requests.html"/>
<link rel="prev" title="google.resumable_media.requests.download module" href="google.resumable_media.requests.download.html"/>

Expand Down Expand Up @@ -66,7 +66,7 @@


<div class="version">
0.3.2.dev1
0.3.2
</div>


Expand Down Expand Up @@ -596,7 +596,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.3.2.dev1',
VERSION:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media &mdash; google-resumable-media 0.3.2.dev1 documentation</title>
<title>google.resumable_media &mdash; google-resumable-media 0.3.2 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="google-resumable-media 0.3.2.dev1 documentation" href="#"/>
<link rel="top" title="google-resumable-media 0.3.2 documentation" href="#"/>
<link rel="next" title="google.resumable_media.common module" href="google.resumable_media.common.html"/>


Expand Down Expand Up @@ -65,7 +65,7 @@


<div class="version">
0.3.2.dev1
0.3.2
</div>


Expand Down Expand Up @@ -222,7 +222,7 @@ <h2>Installing<a class="headerlink" href="#installing" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.3.2.dev1',
VERSION:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/latest/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Python Module Index &mdash; google-resumable-media 0.3.2.dev1 documentation</title>
<title>Python Module Index &mdash; google-resumable-media 0.3.2 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="google-resumable-media 0.3.2.dev1 documentation" href="index.html"/>
<link rel="top" title="google-resumable-media 0.3.2 documentation" href="index.html"/>



Expand Down Expand Up @@ -67,7 +67,7 @@


<div class="version">
0.3.2.dev1
0.3.2
</div>


Expand Down Expand Up @@ -234,7 +234,7 @@ <h1>Python Module Index</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.3.2.dev1',
VERSION:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/latest/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; google-resumable-media 0.3.2.dev1 documentation</title>
<title>Search &mdash; google-resumable-media 0.3.2 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="#"/>
<link rel="top" title="google-resumable-media 0.3.2.dev1 documentation" href="index.html"/>
<link rel="top" title="google-resumable-media 0.3.2 documentation" href="index.html"/>


<script src="_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -64,7 +64,7 @@


<div class="version">
0.3.2.dev1
0.3.2
</div>


Expand Down Expand Up @@ -198,7 +198,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.3.2.dev1',
VERSION:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setuptools.setup(
name='google-resumable-media',
version='0.3.2.dev1',
version='0.3.2',
description='Utilities for Google Media Downloads and Resumable Uploads',
author='Google Cloud Platform',
author_email='googleapis-publisher@google.com',
Expand Down
64 changes: 64 additions & 0 deletions tests/data/gzipped.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
abcdefghijklmnopqrstuvwxyz0123456789
File renamed without changes.
Loading

0 comments on commit 68603db

Please sign in to comment.