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:
parent
1cd04fab66
commit
2eba9bf66a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d9b43149db1047696018feefcb8d01ae3a121335d8290a0bb72fe63814ba427
|
|
||||||
size 5530
|
|
3
ddt-1.1.0.tar.gz
Normal file
3
ddt-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ab0d77e5ecfae9a2b4244dd8079d8e248a69eae0260238516c260ac5e2bd007
|
||||||
|
size 6155
|
@ -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
|
Tue Dec 15 21:55:39 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ddt
|
# spec file for package python-ddt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-ddt
|
Name: python-ddt
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data-Driven/Decorated Tests
|
Summary: Data-Driven/Decorated Tests
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/txels/ddt
|
Url: https://github.com/txels/ddt
|
||||||
Source: https://pypi.python.org/packages/source/d/ddt/ddt-%{version}.tar.gz
|
Source: https://pypi.io/packages/source/d/ddt/ddt-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user