14
0

Accepting request 772137 from home:mcalabkova:branches:devel:languages:python

- update to 3.0.1
  * Update to Python 3.6, 3.7, and 3.8
  * Drop support for Python 2.6, 3.2, and 3.3
  * Ignore None in list argument expansion
  * Handle a list with an empty string appropriately

OBS-URL: https://build.opensuse.org/request/show/772137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uritemplate?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-02-09 10:12:03 +00:00
committed by Git OBS Bridge
parent 2c48f9a861
commit 2c3c0fffad
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 7 15:44:07 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 3.0.1
* Update to Python 3.6, 3.7, and 3.8
* Drop support for Python 2.6, 3.2, and 3.3
* Ignore None in list argument expansion
* Handle a list with an empty string appropriately
-------------------------------------------------------------------
Tue Dec 4 12:55:40 UTC 2018 - Matej Cepl <mcepl@suse.com>