Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-mox3-0.23.0-bp153.1.21 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-mox3 Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.23.0 Vendor: openSUSE
Release: bp153.1.21 Build date: Sat Mar 6 09:55:23 2021
Group: Development/Languages/Python Build host: lamb55
Size: 579178 Source RPM: python-mox3-0.23.0-bp153.1.21.src.rpm
Packager: https://bugs.opensuse.org
Url: http://bugs.launchpad.net/python-mox3
Summary: An unofficial port of the Google mox framework to Python 3
Mox3 is an unofficial port of the Google mox framework to Python 3. It
was meant to be as compatible with mox as possible, but small
enhancements have been made. The library was tested on Python version
3.2, 2.7 and 2.6.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Nov 24 2017 dmueller@suse.com
  - update to version 0.23.0:
    * Update URLs in documents according to document migration
    * Update .gitignore
    * turn on warning-is-error flag for doc build
    * switch from oslosphinx to openstackdocstheme
    * rearrange existing documentation based on the new standard layout
* Wed Jun 17 2015 tbechtold@suse.com
  - update to 0.8.0:
    * Fixes to allow a new release
    * Updated requirements
    * Add a fixture for consuming mox3 easily
    * Add CONTRIBUTING file
    * Cleaed up AUTHORS/ChangeLog file
    * Migrate test bases to testtools
    * Fix all of the flake8/hacking warnings
    * Fix the leading indentation issue
    * Updated to use OpenStack standards
    * Add openstack stuff
    * Changed project description
    * Author is not required - maintainer is enough
    * Added tests to sdist
    * Applied some changes according to http://getpython3.com/diveintopython3/packaging.html
    * Changed directory test to tests. Fixed travis config
    * Adjusted the structure of the mox3
    * Minor fixes + changes in metadata
    * Update README
    * Fixed pep8 issues
    * Added test for changed semantics in Python 3
    * Added modification info
    * Fixed isinstance check on instances of MockObject
    * Fixed a bug when dir() called on MockObject was not returning attributes of a mocked class (Python3)
    * Pep8's E111 error is now ignored
    * Removed exclamation mark from travis.yml
    * Added pep8 to .travis.yml
    * Fixed deprecation warnings in mox_test.py
    * Introduced class to which mocks can be bound in order to preserve binding information (Python3 and missing unbound methods issue)
    * Added __hash__ for MockMethod - no default hash in py3k
    * bugfix for unhashable/uncomparable dicts
    * Restored callable function since it's present in python 3.2
    * Converted all classes to the new style (inheriting from object) - this is the only option in py3k
    * Py3k always sets re.U flag, so the resulting regex.flags are equals to flags | re.U
    * Fixed all the simple compatiblity issues
    * Fixed compatiblity issues in stubout
    * Fixed some of the compatiblity issues
    * info about modification
    * Added modification info
    * Enabled Travis CI
    * Enabled Travis CI
    * Another bugfix... Tests are still passing
    * Bugfix. At least I hope so..
    * fixed indentation
    * bugfix
    * Added .gitignore
    * Updated to version 0.5.3
    * Numerous fixes from Google:
    * Mox release 0.5.1, which includes some bug fixes and tests for stubout
    * Fix for Issue 3, submitted by a...@therobots.org
    * Fix for Issue 5, submitted by agoratim
    * Patch from Matt Brown (mdbrow@gmail.com) to inspect the arguments of mocked methods. Alright! :)
    * Added support for __contains__, thanks to Adam Lowry
    * Added import for inspect, and tests for stubout. Patch by Manuel Holtgrewe
    * Remove duplicate NotTest. Bad patch
    * Add a Not comparator to compose with other comparators
    * Fix MoxTestBase to be usable with multiple-inheritance
    * Write a README
    * Start our first release at 0.5.0, not 1.0.0
    * Include the mox_test_helper.py in the distribution
    * Fix mailing list address
    * Initial import of mox (originally an internal Google project)
  - Adjust Requires according to requirements.txt
* Mon Sep 02 2013 dmueller@suse.com
  - Initial package (0.7.0)

Files

/usr/lib/python2.7/site-packages/mox3
/usr/lib/python2.7/site-packages/mox3-0.23.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/mox3-0.23.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/mox3-0.23.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/mox3-0.23.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/mox3-0.23.0-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/mox3-0.23.0-py2.7.egg-info/pbr.json
/usr/lib/python2.7/site-packages/mox3-0.23.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/mox3-0.23.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/mox3/__init__.py
/usr/lib/python2.7/site-packages/mox3/__init__.pyc
/usr/lib/python2.7/site-packages/mox3/__init__.pyo
/usr/lib/python2.7/site-packages/mox3/fixture.py
/usr/lib/python2.7/site-packages/mox3/fixture.pyc
/usr/lib/python2.7/site-packages/mox3/fixture.pyo
/usr/lib/python2.7/site-packages/mox3/mox.py
/usr/lib/python2.7/site-packages/mox3/mox.pyc
/usr/lib/python2.7/site-packages/mox3/mox.pyo
/usr/lib/python2.7/site-packages/mox3/stubout.py
/usr/lib/python2.7/site-packages/mox3/stubout.pyc
/usr/lib/python2.7/site-packages/mox3/stubout.pyo
/usr/lib/python2.7/site-packages/mox3/tests
/usr/lib/python2.7/site-packages/mox3/tests/__init__.py
/usr/lib/python2.7/site-packages/mox3/tests/__init__.pyc
/usr/lib/python2.7/site-packages/mox3/tests/__init__.pyo
/usr/lib/python2.7/site-packages/mox3/tests/mox_helper.py
/usr/lib/python2.7/site-packages/mox3/tests/mox_helper.pyc
/usr/lib/python2.7/site-packages/mox3/tests/mox_helper.pyo
/usr/lib/python2.7/site-packages/mox3/tests/stubout_helper.py
/usr/lib/python2.7/site-packages/mox3/tests/stubout_helper.pyc
/usr/lib/python2.7/site-packages/mox3/tests/stubout_helper.pyo
/usr/lib/python2.7/site-packages/mox3/tests/test_mox.py
/usr/lib/python2.7/site-packages/mox3/tests/test_mox.pyc
/usr/lib/python2.7/site-packages/mox3/tests/test_mox.pyo
/usr/lib/python2.7/site-packages/mox3/tests/test_stubout.py
/usr/lib/python2.7/site-packages/mox3/tests/test_stubout.pyc
/usr/lib/python2.7/site-packages/mox3/tests/test_stubout.pyo
/usr/share/doc/packages/python2-mox3
/usr/share/doc/packages/python2-mox3/COPYING.txt
/usr/share/doc/packages/python2-mox3/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024