14
0

Accepting request 720075 from home:pgajdos

- version update to 1.1.0
  * Per 'http://python-future.org/automatic_conversion.html' py2 & py3 compatibility.
  * Make sure test fails if there is more than one list entry.
  * Fix deprecated warning for invalid escapes.
  * Support utf-8 in template files
  * Add utf-8 characters to a test example
  * Unicode example in template input.
  * Switch to utf-8 strings and remove unnecessary conversions.
  * Remove legacy lint checks
  * Migrate StringIO and remove unneeded import six.
  * Remove unnecessary explicit unicast declaration.
  * oll back changes to 'open'.
  * Cosmetic linting.
  * Package 'future' needed for importing builtins.
  * Add tests and testdata to distribution.
  * Use correct install_requires stanza for dependencies.
  * Include testdata files in binarty dist for tyesting.
- deleted patches
  - textfsm_test_do_not_relay_on_dic_order.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/720075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-08-01 07:56:13 +00:00
committed by Git OBS Bridge
parent 473d3ab7ed
commit cb1926bd6a
5 changed files with 34 additions and 51 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jul 31 13:48:06 UTC 2019 - pgajdos@suse.com
- version update to 1.1.0
* Per 'http://python-future.org/automatic_conversion.html' py2 & py3 compatibility.
* Make sure test fails if there is more than one list entry.
* Fix deprecated warning for invalid escapes.
* Support utf-8 in template files
* Add utf-8 characters to a test example
* Unicode example in template input.
* Switch to utf-8 strings and remove unnecessary conversions.
* Remove legacy lint checks
* Migrate StringIO and remove unneeded import six.
* Remove unnecessary explicit unicast declaration.
* oll back changes to 'open'.
* Cosmetic linting.
* Package 'future' needed for importing builtins.
* Add tests and testdata to distribution.
* Use correct install_requires stanza for dependencies.
* Include testdata files in binarty dist for tyesting.
- deleted patches
- textfsm_test_do_not_relay_on_dic_order.patch (upstreamed)
-------------------------------------------------------------------
Fri Jul 20 11:49:46 UTC 2018 - tchvatal@suse.com