forked from pool/python-zope.hookable
Accepting request 691699 from home:mcalabkova:branches:devel:languages:python
- update to version 4.2.0
* Add support for Python 3.5 and 3.6.
* Drop support for Python 2.6, 3.2 and 3.3.
* Expose the __doc__ (and, where applicable, __bases__ and __dict__)
of the hooked object. This lets Sphinx document them.
* Respect PURE_PYTHON at runtime.
OBS-URL: https://build.opensuse.org/request/show/691699
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
3745563e1f
commit
51de627b90
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.hookable
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -13,13 +13,13 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-zope.hookable
|
||||
Version: 4.0.4
|
||||
Version: 4.2.0
|
||||
Release: 0
|
||||
Summary: Zope hookable
|
||||
License: ZPL-2.1
|
||||
|
||||
Reference in New Issue
Block a user