14
0

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
This commit is contained in:
Tomáš Chvátal
2020-04-01 08:03:51 +00:00
committed by Git OBS Bridge
parent ad726542fb
commit ce9992dfc1
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 1 07:13:22 UTC 2020 - pgajdos@suse.com
- 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)
-------------------------------------------------------------------
Mon Apr 8 08:58:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>