Commit Graph

48 Commits

Author SHA256 Message Date
Dominique Leuenberger
3605bbac71 Accepting request 1158948 from devel:languages:python
- update to 1.7.2:
  * Github actions to use tox for tests

OBS-URL: https://build.opensuse.org/request/show/1158948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=22
2024-03-20 20:10:20 +00:00
be23a0b24a - update to 1.7.2:
* Github actions to use tox for tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=46
2024-03-18 10:29:29 +00:00
Ana Guerrero
c8efa529f0 Accepting request 1137643 from devel:languages:python
- update to 1.7.1:
  * Update flake8 configuration
  * Remove Python 2.7 classifiers as the project is now Python 3+
    only

OBS-URL: https://build.opensuse.org/request/show/1137643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=21
2024-01-09 19:49:08 +00:00
c4e23f8c4a - update to 1.7.1:
* Update flake8 configuration
  * Remove Python 2.7 classifiers as the project is now Python 3+
    only

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=44
2024-01-06 17:16:36 +00:00
Ana Guerrero
bb0e0ecfec Accepting request 1129175 from devel:languages:python
- update to 1.7.0:
  * Add async flag when wrapping async function (#111)
  * Dropping support for Python 2.7

- add six dependency
  * Fix zero padding issue
- fix python 2.x build
- add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch
  * Allow index-only test names
  * Added individual test case docstring support and tests

OBS-URL: https://build.opensuse.org/request/show/1129175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=20
2023-12-01 20:24:33 +00:00
6a947cba6b - update to 1.7.0:
* Add async flag when wrapping async function (#111)
  * Dropping support for Python 2.7
- add six dependency
  * Fix zero padding issue
- fix python 2.x build
- add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch
  * Allow index-only test names
  * Added individual test case docstring support and tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=42
2023-11-27 15:43:05 +00:00
Dominique Leuenberger
91873ff2dc Accepting request 1081948 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=19
2023-04-22 20:01:24 +00:00
46f29d68b4 Accepting request 1081384 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=40
2023-04-21 14:45:09 +00:00
Dominique Leuenberger
a9b8221846 Accepting request 1036272 from devel:languages:python
- Add remove-six.patch to remove six dependency
- Remove python_module macro definition
- More specific python_sitelib in %files

OBS-URL: https://build.opensuse.org/request/show/1036272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=18
2022-11-17 16:23:30 +00:00
13d276717d - Add remove-six.patch to remove six dependency, gh#datadriventests/ddt#110
- Remove python_module macro definition
- More specific python_sitelib in %files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=38
2022-11-16 17:26:11 +00:00
Richard Brown
5bbbaa79bc Accepting request 1006090 from devel:languages:python
- update to 1.6.0:
  * Moved @named_data into main ddt.py module so it can be imported
  * Enable usage of Sequence in named_data.py
  * @named_data decorator to give tests with @DaTa custom names
  * End support for 3.5
  * Add new Python versions support

OBS-URL: https://build.opensuse.org/request/show/1006090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=17
2022-09-27 18:13:14 +00:00
af270c3037 - update to 1.6.0:
* Moved @named_data into main ddt.py module so it can be imported
  * Enable usage of Sequence in named_data.py
  * @named_data decorator to give tests with @DaTa custom names
  * End support for 3.5
  * Add new Python versions support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=36
2022-09-26 10:38:52 +00:00
Dominique Leuenberger
2e483bb39e Accepting request 930120 from devel:languages:python
- add six dependency

OBS-URL: https://build.opensuse.org/request/show/930120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=16
2021-11-10 20:45:50 +00:00
b0be295fef - add six dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=35
2021-11-08 10:11:24 +00:00
Dominique Leuenberger
3f24b0ea18 Accepting request 925752 from devel:languages:python
- update to 1.4.4:
  * Fix the ddt.idata signature issue introduced in 1.4.3
  * Fix zero padding issue

OBS-URL: https://build.opensuse.org/request/show/925752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=15
2021-10-20 18:23:31 +00:00
06a9d85754 - update to 1.4.4:
* Fix the ddt.idata signature issue introduced in 1.4.3
  * Fix zero padding issue

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=34
2021-10-16 21:01:31 +00:00
Dominique Leuenberger
b897b3a47a Accepting request 883686 from devel:languages:python
- fix python 2.x build

OBS-URL: https://build.opensuse.org/request/show/883686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=14
2021-04-12 10:33:41 +00:00
e259d84859 - fix python 2.x build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=32
2021-04-07 20:25:47 +00:00
Richard Brown
1db7c713c1 Accepting request 880822 from devel:languages:python
- update to 1.4.2:
  * Fix test failure with PyYAML 5.4.1
- rm 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch:
  merged upstream

OBS-URL: https://build.opensuse.org/request/show/880822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=13
2021-04-01 12:15:51 +00:00
1f272cb384 - update to 1.4.2:
* Fix test failure with PyYAML 5.4.1
- rm 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch:
  merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=30
2021-03-23 21:12:25 +00:00
Dominique Leuenberger
1f59e38510 Accepting request 866682 from devel:languages:python
- add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch

OBS-URL: https://build.opensuse.org/request/show/866682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=12
2021-02-01 12:26:42 +00:00
670eff0027 - add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=28
2021-01-25 21:53:04 +00:00
Dominique Leuenberger
892b90d1f7 Accepting request 809724 from devel:languages:python
- Update to 1.4.1:
  * Remove nose dependency for good
  * Require enum34 for Python 2.x.
  * Improved code comments and renamed the test name format enum class
  * Use enum instead of bool to allow easier future changes
  * Allow index-only test names 
- Switch to using %pytest macro now that nose is not required

OBS-URL: https://build.opensuse.org/request/show/809724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=11
2020-06-05 17:59:18 +00:00
Steve Kowalik
b2f247f8fb - Update to 1.4.1:
* Remove nose dependency for good
  * Require enum34 for Python 2.x.
  * Improved code comments and renamed the test name format enum class
  * Use enum instead of bool to allow easier future changes
  * Allow index-only test names 
- Switch to using %pytest macro now that nose is not required

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=26
2020-05-28 03:12:57 +00:00
Dominique Leuenberger
bdde2fec0a Accepting request 790849 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/790849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=10
2020-04-07 08:23:39 +00:00
Tomáš Chvátal
9d7ad7ce92 Accepting request 790843 from home:mcalabkova:branches:devel:languages:python
- update to 1.3.1
  * Switched from Travis to Github Actions for builds and release upload.

OBS-URL: https://build.opensuse.org/request/show/790843
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=24
2020-04-02 10:38:19 +00:00
Dominique Leuenberger
88fe469963 Accepting request 785070 from devel:languages:python
- update to 1.3.0:
  * Added the ability to specify the YAML loader in the file_data decorator (#77)
  * Dropped Python 3.4 support

OBS-URL: https://build.opensuse.org/request/show/785070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=9
2020-03-26 23:24:14 +00:00
6df9fadf4e - update to 1.3.0:
* Added the ability to specify the YAML loader in the file_data decorator (#77)
  * Dropped Python 3.4 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=22
2020-03-14 15:49:49 +00:00
Dominique Leuenberger
9f603801a2 Accepting request 766250 from devel:languages:python
- Update to 1.2.2:
  * use mock only when it is really needed

OBS-URL: https://build.opensuse.org/request/show/766250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=8
2020-01-24 13:21:06 +00:00
Tomáš Chvátal
46b8d9663b - Update to 1.3.0:
* Fix build on 32bit arches with 64bit time_t
  * Add functionality to query device properties.
  * Add InputDevice.set_absinfo() and InputDevice.absinfo().
  * Instruct the asyncio event loop to stop monitoring the fd of
    the input device when the device is closed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=20
2020-01-22 10:38:41 +00:00
Dominique Leuenberger
b38ae2e41c Accepting request 682478 from devel:languages:python
- Update to 1.2.1:
  * Merge pull request #68 from datadriventests/fix-docstring-behavior

OBS-URL: https://build.opensuse.org/request/show/682478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=7
2019-03-12 08:44:48 +00:00
Tomáš Chvátal
b9bbd8b37b - Update to 1.2.1:
* Merge pull request #68 from datadriventests/fix-docstring-behavior

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=18
2019-03-07 14:09:30 +00:00
Dominique Leuenberger
71ad935349 Accepting request 654006 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/654006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=6
2018-12-06 11:14:35 +00:00
fd16bc202a Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=16
2018-12-04 13:22:47 +00:00
Dominique Leuenberger
1b8ae8ad21 Accepting request 627903 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/627903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=5
2018-08-08 12:53:45 +00:00
Todd R
da958dbef4 Accepting request 627902 from home:TheBlackCat:branches:devel:languages:python
- update to 1.2.0
  * Added individual test case docstring support and tests 
  * Add nested dict example to docs and cosmetic adjustments

OBS-URL: https://build.opensuse.org/request/show/627902
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=14
2018-08-07 14:51:28 +00:00
Dominique Leuenberger
c7dec0cc05 Accepting request 514463 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/514463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=4
2017-08-24 16:45:02 +00:00
Todd R
151975bbf9 Accepting request 514023 from home:sebix:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/514023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=12
2017-08-03 20:32:47 +00:00
Dominique Leuenberger
56c62df103 Accepting request 424130 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/424130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=3
2016-09-01 12:03:43 +00:00
2eba9bf66a 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
2016-09-01 07:28:24 +00:00
Dominique Leuenberger
010f9a9fe4 Accepting request 350431 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/350431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=2
2015-12-23 08:57:28 +00:00
1cd04fab66 - update to 1.0.1:
* specify minimum version of six
  * Fix different test names with different runs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=8
2015-12-15 21:56:46 +00:00
Dominique Leuenberger
6bc7dff152 Accepting request 309795 from devel:languages:python
This is a dependency to an already existing package in TW...

OBS-URL: https://build.opensuse.org/request/show/309795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ddt?expand=0&rev=1
2015-06-11 06:21:52 +00:00
Denisart Benjamin
b6d8fab915 Accepting request 284210 from home:tbechtold:branches:devel:languages:python
New upstream release

OBS-URL: https://build.opensuse.org/request/show/284210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=5
2015-02-09 15:15:20 +00:00
146f16e761 Accepting request 280316 from home:tbechtold:branches:devel:languages:python
New upstream release

OBS-URL: https://build.opensuse.org/request/show/280316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=4
2015-01-08 17:39:55 +00:00
Jan Matejek
80aee509ed Accepting request 249326 from Cloud:OpenStack:Master
New upstream release (now wih fixed changelog entries)

OBS-URL: https://build.opensuse.org/request/show/249326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=3
2014-09-15 15:01:18 +00:00
Denisart Benjamin
ccc1bd232e Accepting request 213724 from Cloud:OpenStack:Master
- update to 0.5.0:
  * Fix bug where test methods were named with data __name__ only

OBS-URL: https://build.opensuse.org/request/show/213724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=2
2014-01-13 17:28:18 +00:00
Sascha Peilicke
b5a9c7bc4c - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=1
2013-09-17 07:21:13 +00:00