python-future/python-future-rpmlintrc
Todd R 4c2c23f69f Accepting request 649803 from home:TheBlackCat:branches:devel:languages:python
- Update to version 0.17.1
  * This release address a packaging error because of an erroneous declaration that
    any built wheels are universal.
- Update to version 0.17.0
  * Fix ``from collections import ChainMap`` after install_aliases() (issue #226)
  * Fix multiple import from ``__future__`` bug in futurize (issue #113)
  * Add support for proper %s formatting of newbytes
  * Properly implement iterator protocol for newrange object
  * Fix ``past.translation`` on read-only file systems
  * Fix Tkinter import bug introduced in Python 2.7.4 (issue #262)
  * Correct TypeError to ValueError in a specific edge case for newrange
  * Support inequality tests betwen newstrs and newbytes
  * Add type check to __get__ in newsuper
  * Fix fix_divsion_safe to support better conversion of complex expressions, and
    skip obvious float division.

OBS-URL: https://build.opensuse.org/request/show/649803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=14
2018-11-16 19:27:55 +00:00

3 lines
153 B
Plaintext

addFilter("pem-certificate .*/site-packages/future/backports/test/.*\.pem")
addFilter("zero-length .*/site-packages/future/backports/test/nullcert.pem")