<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_python_uritemplates/uritemplate, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/'/>
<entry>
<title>Upgrade python/uritemplates to 3.0.1</title>
<updated>2020-01-07T21:16:19+00:00</updated>
<author>
<name>Haibo Huang</name>
<email>hhb@google.com</email>
</author>
<published>2019-12-23T22:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=eab8cbc70cc7907afb0105d11ebf812aa99c11d0'/>
<id>eab8cbc70cc7907afb0105d11ebf812aa99c11d0</id>
<content type='text'>
Exempt-From-Owner-Approval: upgrade library
Test: None
Change-Id: Icebc9e760bf3532e893e6eb73953cc0dcc1b7a69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exempt-From-Owner-Approval: upgrade library
Test: None
Change-Id: Icebc9e760bf3532e893e6eb73953cc0dcc1b7a69
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to 3.0.1</title>
<updated>2019-12-13T19:46:44+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>54418+brettcannon@users.noreply.github.com</email>
</author>
<published>2019-12-13T19:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=e03d83089ce64516d374832ced03352991b17bff'/>
<id>e03d83089ce64516d374832ced03352991b17bff</id>
<content type='text'>
Part of #42</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of #42</pre>
</div>
</content>
</entry>
<entry>
<title>Correct handling of empty/undef in list values</title>
<updated>2019-07-11T10:38:12+00:00</updated>
<author>
<name>Tommy Yu</name>
<email>tommy.yu@auckland.ac.nz</email>
</author>
<published>2019-07-11T10:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=abb1308fa8b7c50eb79e9f07ee448a76c7449847'/>
<id>abb1308fa8b7c50eb79e9f07ee448a76c7449847</id>
<content type='text'>
- Expansion of a list including `None` values, violating 3.2.1 as the
  undefined value is not ignored, e.g.

  &gt;&gt;&gt; expand('/test{/x*}', x=['one', None, 'three'])
  '/test/one/None/three'

- A list with empty string was ignored, violating 2.3 as this should not
  be tread as undefined, example:

  &gt;&gt;&gt; expand('/test{/x}', x=[])
  '/test'
  &gt;&gt;&gt; expand('/test{/x}', x='')
  '/test/'
  &gt;&gt;&gt; expand('/test{/x}', x=[''])
  '/test'  # should be /test/
  &gt;&gt;&gt; expand('/test{/x}', x=['', ''])
  '/test/,'
  &gt;&gt;&gt; expand('/test{/x*}', x=['', ''])
  '/test//'
  &gt;&gt;&gt; expand('/test{/x*}', x=[''])
  '/test'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Expansion of a list including `None` values, violating 3.2.1 as the
  undefined value is not ignored, e.g.

  &gt;&gt;&gt; expand('/test{/x*}', x=['one', None, 'three'])
  '/test/one/None/three'

- A list with empty string was ignored, violating 2.3 as this should not
  be tread as undefined, example:

  &gt;&gt;&gt; expand('/test{/x}', x=[])
  '/test'
  &gt;&gt;&gt; expand('/test{/x}', x='')
  '/test/'
  &gt;&gt;&gt; expand('/test{/x}', x=[''])
  '/test'  # should be /test/
  &gt;&gt;&gt; expand('/test{/x}', x=['', ''])
  '/test/,'
  &gt;&gt;&gt; expand('/test{/x*}', x=['', ''])
  '/test//'
  &gt;&gt;&gt; expand('/test{/x*}', x=[''])
  '/test'
</pre>
</div>
</content>
</entry>
<entry>
<title>Import ABCs from collections.abc if possible</title>
<updated>2018-10-31T14:29:51+00:00</updated>
<author>
<name>John T. Wodder II</name>
<email>git@varonathe.org</email>
</author>
<published>2018-10-29T19:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=255c70115059c0d3347f6fbe3776031d4a52d009'/>
<id>255c70115059c0d3347f6fbe3776031d4a52d009</id>
<content type='text'>
Quoting Python 3.7's DeprecationWarning: "Using or importing the ABCs from
'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it
will stop working"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Quoting Python 3.7's DeprecationWarning: "Using or importing the ABCs from
'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it
will stop working"
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 complaints</title>
<updated>2018-09-09T23:42:11+00:00</updated>
<author>
<name>Lee Skillen</name>
<email>lskillen@cloudsmith.io</email>
</author>
<published>2018-01-31T16:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=0823f1131022d1bdf89a083dbe060fe110ea6cd6'/>
<id>0823f1131022d1bdf89a083dbe060fe110ea6cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make variable ordering deterministic</title>
<updated>2018-09-09T23:40:45+00:00</updated>
<author>
<name>Lee Skillen</name>
<email>lskillen@cloudsmith.io</email>
</author>
<published>2018-01-31T16:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=12c9fdf6cc413d2b227302181d20456361d94e3b'/>
<id>12c9fdf6cc413d2b227302181d20456361d94e3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade</title>
<updated>2018-09-06T13:59:32+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-09-06T13:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=910f60597444da9b9ffc680f73050f6d67083403'/>
<id>910f60597444da9b9ffc680f73050f6d67083403</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python</title>
<updated>2018-09-06T13:56:39+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-09-06T13:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=becb8d266366edbcaf204ebaa7bbef6cf82e4d86'/>
<id>becb8d266366edbcaf204ebaa7bbef6cf82e4d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit '623fce3' into uritemplate 3.0.0.</title>
<updated>2018-06-12T07:34:31+00:00</updated>
<author>
<name>cylan</name>
<email>cylan@google.com</email>
</author>
<published>2018-06-04T09:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=43c5a5f39f223f03912989aef8247975ec36eecb'/>
<id>43c5a5f39f223f03912989aef8247975ec36eecb</id>
<content type='text'>
Initial commitcd  of uritemplate 3.0.0.

Added:
- Android.bp
- MODULE_LICENSE_APACHE2
- NOTICE
- METADATA

Bug: b/80314772
Test: Complied acloud with uritemplate and was able to import uritemplate.
Change-Id: I639ff73317d8c528e978477444ded25600220b79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial commitcd  of uritemplate 3.0.0.

Added:
- Android.bp
- MODULE_LICENSE_APACHE2
- NOTICE
- METADATA

Bug: b/80314772
Test: Complied acloud with uritemplate and was able to import uritemplate.
Change-Id: I639ff73317d8c528e978477444ded25600220b79
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed deprecation warnings in python 3.6.1</title>
<updated>2017-04-07T12:07:44+00:00</updated>
<author>
<name>Thierry Bastian</name>
<email>thierryb@filewave.com</email>
</author>
<published>2017-04-07T12:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_uritemplates/commit/?id=d22480684878f707b0193943d8ed8e441729cbea'/>
<id>d22480684878f707b0193943d8ed8e441729cbea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
