Hello community,

here is the log from the commit of package python-funcy for openSUSE:Factory 
checked in at 2019-03-13 09:15:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-funcy (Old)
 and      /work/SRC/openSUSE:Factory/.python-funcy.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-funcy"

Wed Mar 13 09:15:22 2019 rev:4 rq:684438 version:1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-funcy/python-funcy.changes        
2018-12-19 13:53:25.146952506 +0100
+++ /work/SRC/openSUSE:Factory/.python-funcy.new.28833/python-funcy.changes     
2019-03-13 09:15:26.579385415 +0100
@@ -1,0 +2,13 @@
+Tue Mar 12 15:44:40 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.11:
+  - switched docs and internals to Python 3
+  - improved docs: better texts and examples here and there
+  - support Python 3.7 officially
+  - added popups over functions everywhere in docs
+  - accept any iterables of errors in flow utils
+  - fixed walk_values() for defaultdicts with empty factory
+  - fixed xmap() signature introspection
+  - documented lzip()
+
+-------------------------------------------------------------------

Old:
----
  funcy-1.10.1.tar.gz

New:
----
  1.11.tar.gz

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

Other differences:
------------------
++++++ python-funcy.spec ++++++
--- /var/tmp/diff_new_pack.zMQI14/_old  2019-03-13 09:15:26.963385375 +0100
+++ /var/tmp/diff_new_pack.zMQI14/_new  2019-03-13 09:15:26.963385375 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,20 +17,20 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with     test
 Name:           python-funcy
-Version:        1.10.1
+Version:        1.11
 Release:        0
 Summary:        Functional tools for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://github.com/Suor/funcy
-Source:         
https://files.pythonhosted.org/packages/source/f/funcy/funcy-%{version}.tar.gz
+URL:            http://github.com/Suor/funcy
+Source:         https://github.com/Suor/funcy/archive/%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module whatever}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -48,13 +48,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+%pytest
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG README.rst
 %license LICENSE
 %{python_sitelib}/*

++++++ funcy-1.10.1.tar.gz -> 1.11.tar.gz ++++++
++++ 7500 lines of diff (skipped)


Reply via email to