14
0
Commit Graph

9 Commits

Author SHA256 Message Date
Tomáš Chvátal
ce9992dfc1 Accepting request 790462 from home:pgajdos:python
- version update to 1.2.1
  - @nielsvaneck fixed how we can lookup inherited classmethods.
  - Code base now is python 3 compatible. No 2to3 anymore.
  - Fine tune error messages on unexpected calls or verifications. 
  - @felixonmars fixed a small compatibility issue with python 3.8
  - Mocking properties has become a bit easier. (#26)

OBS-URL: https://build.opensuse.org/request/show/790462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=15
2020-04-01 08:03:51 +00:00
Tomáš Chvátal
ad726542fb - Disable python3 building as the mockito is py2 only (git master
is py3 compatible so hopefully next release should be supported)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=13
2019-04-08 08:59:10 +00:00
Tomáš Chvátal
56dca015d4 - Update to 1.1.1:
* Added forget_invocations function. Thanks to @maximkulkin
  * Fix: The context manager (with) has now a proper implementation
  * Fix: Calling patch with two arguments can now be used with with
  * Fix: Do not treat the placeholder arguments (Ellipsis, args, kwargs) as special on call time anymore. (T.i. they only have a meaning when stubbing or verifying.)
  * Enhancement: Changed some truthy or equality tests to identity (is) tests. This reduces edge-cases where some user object defines __eq__ or __bool__. (Hello _numpy_!)
- Run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=12
2019-04-05 12:42:08 +00:00
cbb078a7a4 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=10
2018-12-04 13:40:33 +00:00
Tomáš Chvátal
309261eb54 - Remove no longer needed patch python-mockito-0.5.2-setup.py.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=8
2017-12-12 08:22:17 +00:00
Tomáš Chvátal
07f26a08e3 Accepting request 556077 from home:sebix:branches:devel:languages:python
- update to version 1.0.12

OBS-URL: https://build.opensuse.org/request/show/556077
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=7
2017-12-12 08:14:10 +00:00
Denisart Benjamin
3bde18a439 Accepting request 209841 from home:posophe:branches:devel:languages:python
- Update to version 0.5.2
  + No changelog available
- Remove redundant %clean section
- Adapt setup.py.patch to upstream changes
- Rename it to respect standard naming conventions
- Remove python-mockito.rpmlintrc; problem of execution bits have 
  been fixed by upstream

OBS-URL: https://build.opensuse.org/request/show/209841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=5
2013-12-08 16:24:45 +00:00
Sascha Peilicke
110373c31a - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=3
2013-10-24 11:08:53 +00:00
Sascha Peilicke
e5960da31a osc copypac from project:Cloud:OpenStack:Master package:python-mockito revision:4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=1
2013-09-30 15:38:30 +00:00