15
0
Commit Graph

17 Commits

Author SHA256 Message Date
Tomáš Chvátal
f9c8c76296 - Update to 4.4.0:
* Fixed a regression with decorator factories breaking the case with no
    arguments by going back to the syntax used in version 4.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=42
2019-03-19 15:19:51 +00:00
Todd R
787b8e8efe 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
2019-02-13 17:55:13 +00:00
f17cfb2da4 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=38
2018-12-04 13:22:53 +00:00
Tomáš Chvátal
818cab24cf Accepting request 597431 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/597431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=36
2018-04-17 11:20:19 +00:00
Tomáš Chvátal
5f401a9f10 Accepting request 597252 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/597252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=35
2018-04-17 06:35:14 +00:00
Tomáš Chvátal
129b505470 Accepting request 566533 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/566533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=33
2018-01-17 07:52:34 +00:00
3b35b67f01 Accepting request 515732 from home:tbechtold:branches:devel:languages:python
- update to 4.1.2:
  * Made it possible to define decorators converting coroutines into regular
    functions.
  * Changed the documentation build system to sphinx and uploaded the docs
    on readthedocs.org.
  * Support for Python 3.5 coroutines defined with `async def`, thanks to
    Victor-Nicolae Savu who raised the issue of `iscoroutinefunction` not
    giving the right answer for coroutines decorated with the decorator module.

OBS-URL: https://build.opensuse.org/request/show/515732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=31
2017-08-09 16:49:30 +00:00
Jan Matejek
1916da1625 - fix source url
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=29
2017-04-05 15:13:30 +00:00
Jan Matejek
531a132a57 Accepting request 484363 from home:TheBlackCat:branches:devel:languages:python
Update to 4.0.11

OBS-URL: https://build.opensuse.org/request/show/484363
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=28
2017-04-05 12:04:52 +00:00
Denisart Benjamin
7b77330a22 Accepting request 305094 from home:benoit_monin:branches:devel:languages:python
- update to version 3.4.2
- remove python-nose from BuildRequires, unneeded
- replace README.txt with README.rst: changed upstream

OBS-URL: https://build.opensuse.org/request/show/305094
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=26
2015-05-03 10:21:32 +00:00
Sascha Peilicke
0db79989ed - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=24
2013-10-24 11:01:07 +00:00
Sascha Peilicke
61a8d71d7d Accepting request 180868 from home:dirkmueller:branches:devel:languages:python
- update to 3.4.0:
 * Added the ability to use classes and generic callables as callers and
 implemented a signature-preserving contexmanager decorator. Fixed a bug
 with the signature f(**kw) in Python 3 and fixed a couple of doctests
 broken by Python 3.3, both issues pointed out by Dominic Sacré (18/10/2012)

OBS-URL: https://build.opensuse.org/request/show/180868
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=22
2013-06-25 12:20:41 +00:00
Todd R
4b34c160cb Accepting request 121936 from home:HighwayStar:branches:devel:languages:python
updated to 3.3.3 and python3 package added

OBS-URL: https://build.opensuse.org/request/show/121936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=13
2012-05-23 15:41:29 +00:00
Sascha Peilicke
683b6715e2 Accepting request 94373 from home:babelworx:ldig:branches:devel:languages:python
license update: BSD-2-Clause
SPDX format

OBS-URL: https://build.opensuse.org/request/show/94373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=10
2011-11-30 15:04:14 +00:00
Sascha Peilicke
f44864e086 Accepting request 93465 from home:namtrac:bugfix
- Update to upstream tarball, no code changes

OBS-URL: https://build.opensuse.org/request/show/93465
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=9
2011-11-25 12:40:51 +00:00
Sascha Peilicke
c6d1dde77d - Add python-distribute (setuptools) BuildRequires, seemed to got lost
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=8
2011-09-26 07:57:44 +00:00
Sascha Peilicke
67d3481972 - Update to version 3.3.2
- Added proper changes file

- Update to 3.3.0

- Update to 3.0.1

- Initial release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=7
2011-09-01 09:59:03 +00:00