AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 6.0: * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.12.
- Drop sphinx doctrees for reproducible builds
- Add %{?sle15_python_module_pythons}
- Use sphinx-build and do not depend on removed build_sphinx in Sphinx 7.0 (boo#1211051).
- Explicitly require python3-Sphinx for building the docs. It could have been omitted from %pythons for %python_module in a 15.X backport project.
- Update to version 5.4 * Add support for building arm64 wheels on macOS.
- Clean up SPEC file, make rpmlint happy. - -doc subpackage should be noarch.
- Update to version 5.3 * Add support for the final release of Python 3.11.
- Update to version 5.2 * Add support for Python 3.10 and 3.11 (as of 3.11.0rc1). * Disable unsafe math optimizations in C code. See pull request 25.
- Do not pull in py2 package in doc subpkg
- update to version 5.1.0 - Add support for Python 3.9. - Create Linux aarch64 wheels.
- %check: use %pyunittest rpm macro - added sources + _multibuild
- Do not pull in py2 package in doc subpkg
- version update to 5.0.1 - Stop using the setuptools ``Feature`` class, allowing this project to be built from source with newer versions of setuptools that remove that functionality.
- update to version 5.0.0 * Add support for Python 3.7 and 3.8. * Drop support for Python 3.4.
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
- update to version 4.2.0 * Add support for Python 3.5 and 3.6. * Drop support for Python 2.6, 3.2 and 3.3. * Expose the __doc__ (and, where applicable, __bases__ and __dict__) of the hooked object. This lets Sphinx document them. * Respect PURE_PYTHON at runtime.
- Converted to single-spec
- update to version 4.0.4: * Added support for Python 3.4. - additional changes from version 4.0.3: * Updated boostrap.py to version 2.2. * Fixed extension compilation on Py3k. - additional changes from version 4.0.2: * Fleshed out PyPI Trove classifiers. - point the source URL to pypi - rename CHANGES.txt to CHANGES.rst: changed upstream - rename README.txt to README.rst: changed upstream
- version 4.0.1: initial build