15
0

Accepting request 674686 from home:TheBlackCat:branches:devel:languages:python

- update to version 4.3.2
   * now the decorator module can decorate generator functions by
     preserving their being generator functions
   * Set `python_requires='>=2.6, !=3.0.*, !=3.1.*'` in setup.py
- update to version 4.3.1
  * Added a section "For the impatient" to the README, addressing
    an issue raised by Amir Malekpour.
  * Added support for Python 3.7.
  * Now  the path to the decorator module appears in the
    tracebacks, as suggested by a user at EuroPython 2018.

OBS-URL: https://build.opensuse.org/request/show/674686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=40
This commit is contained in:
Todd R
2019-02-13 17:55:13 +00:00
committed by Git OBS Bridge
parent f17cfb2da4
commit 787b8e8efe
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Feb 13 17:32:05 UTC 2019 - Todd R <toddrme2178@gmail.com>
- update to version 4.3.2
* now the decorator module can decorate generator functions by
preserving their being generator functions
* Set `python_requires='>=2.6, !=3.0.*, !=3.1.*'` in setup.py
- update to version 4.3.1
* Added a section "For the impatient" to the README, addressing
an issue raised by Amir Malekpour.
* Added support for Python 3.7.
* Now the path to the decorator module appears in the
tracebacks, as suggested by a user at EuroPython 2018.
-------------------------------------------------------------------
Tue Dec 4 12:47:11 UTC 2018 - Matej Cepl <mcepl@suse.com>