| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Do not pull in py2 package on doc subpkg
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
- update to version 4.4.0
4.3.0
* Allow custom warning classes to be specified to override the
default DeprecationWarning.
* Add support for Python 3.6.
* Drop support for Python 3.3.
4.4.0
* Add support for Python 3.7.
- Update to version 4.2.0 * Drop support for Python 2.6 and 3.2. * Add support for Python 3.5. - Converted to single-spec
- update to version 4.1.2:
* Do not require a self parameter for deprecated functions.
See: https://github.com/zopefoundation/zope.deprecation/pull/1
- additional changes from version 4.1.1:
* Added explicit support for Python 3.4.
- pass -q to test to avoid spamming the build log
- Update to 4.1.0:
* Added a ``Suppressor`` context manager, allowing scoped suppression of
deprecation warnings.
* Updated ``boostrap.py`` to version 2.2.
- Update URL (see setup.py).
- Package new CHANGES and README rst files in %doc.
- Use download Url as source
- Package COPYRIGHT.txt, LICENSE.txt
- version 4.0.2: initial build