Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2017-08-04 11:59:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and      /work/SRC/openSUSE:Factory/.python-multidict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-multidict"

Fri Aug  4 11:59:40 2017 rev:1 rq:511469 version:3.1.1

Changes:
--------
New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2017-08-04 11:59:45.716393561 +0200
@@ -0,0 +1,60 @@
+-------------------------------------------------------------------
+Wed Jul 19 14:41:55 UTC 2017 - [email protected]
+
+- Use package from PyPi via py2pack instead of Github.
+  The packages are not the same.
+- Remove compiled shared libraries from package prior to build. 
+
+-------------------------------------------------------------------
+Thu Jul 13 22:28:39 UTC 2017 - [email protected]
+
+- Update to version 3.1.1:
+  - Fix #105: Remove memory leak in istr implementation
+- Update to version 3.1.0:
+  - Fix #99: raise RuntimeError on dict iterations if the dict was changed
+  - Update __init__.pyi signatures
+- Update to version 3.0.0:
+  - Refactor internal data structures: main dict operations are about 100% 
faster now.
+  - Preserve order on multidict updates #68 Updates are md[key] = 
+    val and md.update(…) calls. Now the last entry is replaced with
+    new key/value pair, all previous occurrences are removed. If
+    key is not present in dictionary the pair is added to the end
+  - Force keys to str instances #88
+  - Implement .popall(key[, default]) #84
+  - .pop() removes only first occurence, .popone() added #92
+  - Implement dict’s version #86
+  - Proxies are not pickable anymore #77
+- Update to version 2.1.7:
+  - Fix import warning on Python 3.6 #79
+- Update to version 2.1.6:
+  - Rebuild the library for fixning missing __spec__ attribute #79
+- Update to version 2.1.5:
+  - Build Python 3.6 binary wheels
+
+-------------------------------------------------------------------
+Thu Jul 13 21:19:20 UTC 2017 - [email protected]
+
+- Move to single spec python3 only. 
+
+-------------------------------------------------------------------
+Sat Feb 18 15:09:11 UTC 2017 - [email protected]
+
+- Description update
+
+-------------------------------------------------------------------
+Mon Jan  9 05:20:13 UTC 2017 - [email protected]
+
+- specfile:
+  * update copyright year
+
+- update to version 2.1.4:
+  * Remove LICENSE filename extension @ MANIFEST.in file #31
+
+- changes from version 2.1.3 :
+  * Add a fastpath for multidict extending by multidict
+
+-------------------------------------------------------------------
+Sun Sep 25 16:48:26 UTC 2016 - [email protected]
+
+- initial version
+

New:
----
  multidict-3.1.1.tar.gz
  python-multidict.changes
  python-multidict.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-multidict.spec ++++++
#
# spec file for package python-multidict
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%bcond_without test
Name:           python-multidict
Version:        3.1.1
Release:        0
Summary:        Multidict implementation
License:        Apache-2.0
Group:          Development/Languages/Python
Url:            https://github.com/aio-libs/multidict
Source:         
https://files.pythonhosted.org/packages/source/m/multidict/multidict-%{version}.tar.gz
BuildRequires:  %{python_module Cython}
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%python_subpackages

%description
Multidicts are useful for working with HTTP headers, URL query
arguments, etc.

The code was extracted from the aiohttp library.

%prep
%setup -q -n multidict-%{version}

%build
export CFLAGS="%{optflags}"
# Package contains pre-compiled shared libraries
rm -f multidict/*.so
%python_build

%install
%python_install

%check
%if %{with test}
# Tests have import problems
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES.rst LICENSE README.rst
%{python_sitearch}/*

%changelog

Reply via email to