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,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 10:22:27 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 27 16:00:00 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea3248be966159e7791e3db0e35ea992b9235d52e7d39835438686741d196665
|
||||
size 223043
|
||||
3
zodbpickle-1.0.1.tar.gz
Normal file
3
zodbpickle-1.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fdfa84f05b25511a4e1190ec98728aa487e2eb6db016a951fdbb79bcc7307e0
|
||||
size 181880
|
||||
Reference in New Issue
Block a user