14
0

Accepting request 510574 from home:alois:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/510574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-venusian?expand=0&rev=9
This commit is contained in:
2017-07-16 16:27:37 +00:00
committed by Git OBS Bridge
parent 27978c44e5
commit 2b4e77280d
7 changed files with 184 additions and 42 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jul 14 07:00:53 UTC 2017 - aloisio@gmx.com
- Update to version 1.1.0
* Updated to using py.test instead of nosetest, and added
support for Python 3.4 -> 3.6
* Make scanning more resilient of metaclasses that return
proxies for any attribute access.
* Fix bug where using the same venusian decorator on both a
class and its methods would cause the method decorations to be
ignored. See https://github.com/Pylons/venusian/issues/40
* Drop support for Python 2.6.
* Drop support for Python 3.2: it is no longer supported by
current packaging / CI tools.
* Support loaders that require the module name as argument to
their get_filename() method. This fixes problems with zipped
packages on Python 3.
* Micro-optimization when ignores are used (see
https://github.com/Pylons/venusian/pull/20).
* A tox run now combines coverage between Py2 and Py3.
- Split docs and tests into separate package to make the
latter work
- Converted to single-spec
-------------------------------------------------------------------
Fri Feb 6 11:12:24 UTC 2015 - hpj@urpla.net