forked from pool/python-zodbpickle
- Update to 1.0.1:
* Fix a memory leak in pickle protocol 3 under Python 2. See issue 36. * Add support for Jython 2.7. * Add support for Python 3.5 and 3.6. * Drop support for Python 2.6 and 3.2 and 3.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
bfe9c74369
commit
34126f6c2b
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zodbpickle
|
||||
#
|
||||
# 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
|
||||
@@ -18,19 +18,18 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-zodbpickle
|
||||
Version: 0.6.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Fork of Python 3 pickle module
|
||||
License: Python-2.0 and ZPL-2.1
|
||||
License: Python-2.0 AND ZPL-2.1
|
||||
Group: Development/Libraries/Python
|
||||
Url: https://pypi.python.org/pypi/zodbpickle
|
||||
URL: https://pypi.python.org/pypi/zodbpickle
|
||||
Source: https://files.pythonhosted.org/packages/source/z/zodbpickle/zodbpickle-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-testsuite
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -61,8 +60,8 @@ rm -rf src/zodbpickle.egg-info
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES.rst LICENSE.txt README.rst
|
||||
%license LICENSE.txt
|
||||
%doc CHANGES.rst README.rst
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user