15
0
forked from pool/python-ddt

Accepting request 424119 from home:tbechtold:branches:devel:languages:python

update to version 1.1.0
  * Note explicit support for Python 3.5
  * Catch ImportErrors and improve coverage metrics
  * Document the YAML support
  * Refactor error functions in process_file_data
  * Bump version to 1.1.0
  * Add basic support for YAML data files
  * Bump version to 1.0.2
  * Bump version number
  * Properly handle file object
  * Fix the no-YAML installed test
  * Fix Flake8 warnings
  * Add more tests for YAML data files
  * Split process_file_data into 2 functions
  * Remove broken badge 'caniusepython3'
  * Variable naming changes
  * Flake8: make lambda into 'def' function
  * Unconditionally use PyPI mock
  * Fix copy-paste error
  * Fix unittest with object instance as data
  * Add mock to test requirements
  * Add PyYAML as a test dependency
  * RTD build trigger to use project name
  * Load the YAML data safely
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/424119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=10
This commit is contained in:
2016-09-01 07:28:24 +00:00
committed by Git OBS Bridge
parent 1cd04fab66
commit 2eba9bf66a
4 changed files with 35 additions and 6 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Sep 1 05:23:40 UTC 2016 - tbechtold@suse.com
update to version 1.1.0
* Note explicit support for Python 3.5
* Catch ImportErrors and improve coverage metrics
* Document the YAML support
* Refactor error functions in process_file_data
* Bump version to 1.1.0
* Add basic support for YAML data files
* Bump version to 1.0.2
* Bump version number
* Properly handle file object
* Fix the no-YAML installed test
* Fix Flake8 warnings
* Add more tests for YAML data files
* Split process_file_data into 2 functions
* Remove broken badge 'caniusepython3'
* Variable naming changes
* Flake8: make lambda into 'def' function
* Unconditionally use PyPI mock
* Fix copy-paste error
* Fix unittest with object instance as data
* Add mock to test requirements
* Add PyYAML as a test dependency
* RTD build trigger to use project name
* Load the YAML data safely
- Use pypi.io as Source url
-------------------------------------------------------------------
Tue Dec 15 21:55:39 UTC 2015 - dmueller@suse.com