pkgsrc/devel/py-flexmock/PLIST
adam f0443c8328 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
2017-07-22 12:40:01 +00:00

8 lines
306 B
Text

@comment $NetBSD: PLIST,v 1.2 2017/07/22 12:40:01 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/flexmock.py
${PYSITELIB}/flexmock.pyc
${PYSITELIB}/flexmock.pyo