Hello community,

here is the log from the commit of package python-datrie for openSUSE:Factory 
checked in at 2019-07-31 14:13:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-datrie (Old)
 and      /work/SRC/openSUSE:Factory/.python-datrie.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-datrie"

Wed Jul 31 14:13:43 2019 rev:7 rq:718476 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-datrie/python-datrie.changes      
2019-03-29 20:37:34.766643817 +0100
+++ /work/SRC/openSUSE:Factory/.python-datrie.new.4126/python-datrie.changes    
2019-07-31 14:13:46.550891463 +0200
@@ -1,0 +2,13 @@
+Thu Jul 25 08:40:51 UTC 2019 - [email protected]
+
+- version update to 0.8
+  * Python 3.7 compatibility; extension is rebuilt with Cython 0.29.11.
+  * Trie.get function;
+  * Python 2.6 and 3.3 support is dropped;
+  * removed patch to libdatrie which is no longer required;
+  * testing and CI fixes.
+- deleted patches
+  - merged_pr_60.patch (upstreamed)
+  - reproducible.patch (upstreamed)
+
+-------------------------------------------------------------------

Old:
----
  datrie-0.7.1.tar.gz
  merged_pr_60.patch
  reproducible.patch

New:
----
  datrie-0.8.tar.gz

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

Other differences:
------------------
++++++ python-datrie.spec ++++++
--- /var/tmp/diff_new_pack.HIcLes/_old  2019-07-31 14:13:47.342890875 +0200
+++ /var/tmp/diff_new_pack.HIcLes/_new  2019-07-31 14:13:47.346890871 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-datrie
-Version:        0.7.1
+Version:        0.8
 Release:        0
 Summary:        Trie data structure for Python
 License:        LGPL-2.1-or-later
@@ -26,8 +26,6 @@
 URL:            https://github.com/kmike/datrie
 Source:         
https://files.pythonhosted.org/packages/source/d/datrie/datrie-%{version}.tar.gz
 Patch0:         datrie-bigendian.patch
-Patch1:         reproducible.patch
-Patch2:         merged_pr_60.patch
 BuildRequires:  %{python_module Cython >= 0.26.1}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module hypothesis}
@@ -44,14 +42,12 @@
 %prep
 %setup -q -n datrie-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
+
+%build
 pushd src
 cython datrie.pyx
 cython *.pxd
 popd
-
-%build
 %python_build
 
 %install

++++++ datrie-0.7.1.tar.gz -> datrie-0.8.tar.gz ++++++
++++ 30234 lines of diff (skipped)


Reply via email to