14
0

Accepting request 284456 from home:frispete:python

- update to version 1.0
  - Fix an issue under PyPy > 2.0 where attached decorators may not be found.
  - Drop support of Python 2.4 / 2.5 / Jython.
  - Add lift and onlyliftedfrom class decorators to allow for inheritance of
    venusian decorators attached to superclass methods. See the API
    documentation for more information.
  - Fix bug where otherwise undecorated subclass of a superclass that had
    venusian decorators on it would inherit its superclass’ decorations.
    Venusian decorators should have never been inherited implicitly. See
    https://github.com/Pylons/venusian/issues/11#issuecomment-4977352

OBS-URL: https://build.opensuse.org/request/show/284456
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-venusian?expand=0&rev=7
This commit is contained in:
2015-02-06 16:19:34 +00:00
committed by Git OBS Bridge
parent 7679c977a2
commit 27978c44e5
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Feb 6 11:12:24 UTC 2015 - hpj@urpla.net
- update to version 1.0
- Fix an issue under PyPy > 2.0 where attached decorators may not be found.
- Drop support of Python 2.4 / 2.5 / Jython.
- Add lift and onlyliftedfrom class decorators to allow for inheritance of
venusian decorators attached to superclass methods. See the API
documentation for more information.
- Fix bug where otherwise undecorated subclass of a superclass that had
venusian decorators on it would inherit its superclass decorations.
Venusian decorators should have never been inherited implicitly. See
https://github.com/Pylons/venusian/issues/11#issuecomment-4977352
-------------------------------------------------------------------
Wed Dec 18 13:53:45 UTC 2013 - cfarrell@suse.com

View File

@@ -1,8 +1,8 @@
#
# spec file for package python-venusian
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,13 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-venusian
Version: 1.0a8
Version: 1.0
Release: 0
Url: http://pylonsproject.org
Summary: A library for deferring decorator actions
@@ -31,9 +32,9 @@ BuildRequires: python-setuptools
BuildRequires: python-Sphinx
BuildRequires: python-repoze.sphinx.autointerface
# Test requirements:
BuildRequires: python-coverage
BuildRequires: python-nose
BuildRequires: python-nose-exclude
BuildRequires: python-coverage
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else

3
venusian-1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1720cff2ca9c369c840c1d685a7c7a21da1afa687bfe62edd93cae4bf429ca5a
size 45747

View File

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