From 27978c44e55a7932607efac89a11bc9050d9e028c825b2fc4d900261b7e5f8fd Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Fri, 6 Feb 2015 16:19:34 +0000 Subject: [PATCH] Accepting request 284456 from home:frispete:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- python-venusian.changes | 14 ++++++++++++++ python-venusian.spec | 11 ++++++----- venusian-1.0.tar.gz | 3 +++ venusian-1.0a8.tar.gz | 3 --- 4 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 venusian-1.0.tar.gz delete mode 100644 venusian-1.0a8.tar.gz diff --git a/python-venusian.changes b/python-venusian.changes index 7c8b2d4..4c2f778 100644 --- a/python-venusian.changes +++ b/python-venusian.changes @@ -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 diff --git a/python-venusian.spec b/python-venusian.spec index 559fbd4..b88903d 100644 --- a/python-venusian.spec +++ b/python-venusian.spec @@ -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 diff --git a/venusian-1.0.tar.gz b/venusian-1.0.tar.gz new file mode 100644 index 0000000..0959d15 --- /dev/null +++ b/venusian-1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1720cff2ca9c369c840c1d685a7c7a21da1afa687bfe62edd93cae4bf429ca5a +size 45747 diff --git a/venusian-1.0a8.tar.gz b/venusian-1.0a8.tar.gz deleted file mode 100644 index 04fa262..0000000 --- a/venusian-1.0a8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1b054d4ccf0859a76d900c49f419645279298d5316be3a65a1c00a40719bce0 -size 42845