Subject: CVS commit: pkgsrc/devel/py-flexmock
From: Adam Ciarcinski
Date: 2017-07-22 14:40:01
Message id: 20170722124001.5A326FACD@cvs.NetBSD.org

Log Message:
Release 0.10.2
- fix recognizing whether mocked object is a method or not on Python 3

Release 0.10.1
- fix decode problem in setup.py on Python 3

Release 0.10.0
- new official upstream repository: https://github.com/bkabrda/flexmock/
- new official homepage: https://flexmock.readthedocs.org
- adopted the official BSD 2-clause license
- add support for calling flexmock module directly
- add support for mocking keyword-only args
- add support for Python 3.4 and 3.5
- drop support for Python 2.4, 2.5, 3.1 and 3.2
- add ``__version__`` attribute to flexmock module
- add various metadata to the package archive
- fix properly find out whether function is method or not
  and thanks to that don't strip first args of functions
- fix should_call to work when function returns ``None`` or ``False``
- fix various py.test issues
- fix ``CallOrderError`` with same subsequent mocking calls
- fix PyPy support issues
- various code style issues were fixed, 4-spaces indent is now used

Files:
RevisionActionfile
1.3modifypkgsrc/devel/py-flexmock/Makefile
1.2modifypkgsrc/devel/py-flexmock/PLIST
1.3modifypkgsrc/devel/py-flexmock/distinfo