15
0

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
This commit is contained in:
Tomáš Chvátal
2018-01-17 07:52:34 +00:00
committed by Git OBS Bridge
parent 3b35b67f01
commit 129b505470
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5
size 32325

3
decorator-4.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e
size 33376

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 17 04:02:48 UTC 2018 - arun@gmx.de
- specfile:
- updated copyright year
- updated to version 4.2.1:
* Fixed a regression breaking IPython reported by
https://github.com/spapini .
- changes from version 4.2.0 :
* Added a facility to define families of decorators (aka decorators
with arguments) as requested by several users. Accepted a pylint
patch by David Allouche.
-------------------------------------------------------------------
Wed Aug 9 14:14:10 UTC 2017 - tbechtold@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-decorator
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,12 @@
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-decorator
Version: 4.1.2
Version: 4.2.1
Release: 0
Url: http://pypi.python.org/pypi/decorator
Summary: Better living through Python with decorators