Package Release Info

python-backports.unittest_mock-1.3-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-backports.unittest_mock

Change Logs

* Mon Jul 10 2017 aloisio@gmx.com
- Update to version 1.3
  * Merge with skeleton.
  * Use pkgutil for backports namespace package.
  1.2.1:
  * Bump setuptools_scm and other skeleton updates, including:
    Drop support for setup.py build_sphinx because that usage
    conflicts with the usage required by readthedocs, which always
    runs the docs build from ./docs/ instead of ./. Also drop
    support for build_sphinx because the dependency resolution of
    that command relies on easy_install, which is also deprecated.
    The proper way to build docs now is to install the requirements
    in docs/requirements.txt and then invoke sphinx natively.
* Wed May 24 2017 jmatejek@suse.com
- do not build docs, they are available in official Python
  documentation
* Fri Mar 31 2017 toddrme2178@gmail.com
-  %{python_sitelib}/backports is a namespace package, and so under
  python 2.x it must have a proper
  %{python_sitelib}/backports/__init__.py file.
  python-backports provides this __init__.py to prevent backports
  packages from conflicting.
  Please see the following links for more details:
    https://pypi.python.org/pypi/backports/
    https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
* Thu Mar 30 2017 toddrme2178@gmail.com
- Add python2 provides.
- Use the common __init__.py used by the python-backports package
  to avoid conflicts.
* Tue Aug 02 2016 sor.alexei@meowr.ru
- Switch to Python2.
- Add build_sphinx.
- Minor spec cleanups.
* Sat Jul 16 2016 arun@gmx.de
- initial version