Hello community,

here is the log from the commit of package python-yarl for openSUSE:Factory 
checked in at 2020-02-04 19:53:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yarl (Old)
 and      /work/SRC/openSUSE:Factory/.python-yarl.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yarl"

Tue Feb  4 19:53:32 2020 rev:12 rq:769628 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes  2019-03-04 
09:24:29.988556449 +0100
+++ /work/SRC/openSUSE:Factory/.python-yarl.new.26092/python-yarl.changes       
2020-02-04 19:53:46.981336639 +0100
@@ -1,0 +2,16 @@
+Mon Feb  3 14:38:51 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 1.4.2
+  * Workaround for missing str.isascii() in Python 3.6
+  * Distinguish an empty password in URL from a password not provided at all
+  * Fixed annotations for optional parameters of URL.build
+  * Use None as default value of user parameter of URL.build
+  * Enforce building C Accelerated modules when installing from source 
tarball, 
+    use YARL_NO_EXTENSIONS environment variable for falling back to (slower) 
+    Pure Python implementation
+  * Fix quoting of plus in path by pure python version
+  * Don't create a new URL if fragment is unchanged
+  * Included in error msg the path that produces starting slash forbidden error
+  * Skip slow IDNA encoding for ASCII-only strings
+
+-------------------------------------------------------------------

Old:
----
  yarl-1.3.0.tar.gz

New:
----
  yarl-1.4.2.tar.gz

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

Other differences:
------------------
++++++ python-yarl.spec ++++++
--- /var/tmp/diff_new_pack.AFs2zw/_old  2020-02-04 19:53:51.465339254 +0100
+++ /var/tmp/diff_new_pack.AFs2zw/_new  2020-02-04 19:53:51.473339259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yarl
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-yarl
-Version:        1.3.0
+Version:        1.4.2
 Release:        0
 Summary:        Yet another URL library
 License:        Apache-2.0
@@ -30,15 +30,14 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module idna >= 2.0}
 # test requirements
+BuildRequires:  %{python_module multidict >= 4.0}
+BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-multidict >= 4.0
 Requires:       python-idna >= 2.0
-%ifpython3
-Requires:       python3-multidict >= 4.0
-%endif
+Requires:       python-multidict >= 4.0
 %python_subpackages
 
 %description
@@ -55,7 +54,7 @@
 %python_install
 
 %check
-%python_exec setup.py test
+%pytest tests
 
 %files %{python_files}
 %license LICENSE

++++++ yarl-1.3.0.tar.gz -> yarl-1.4.2.tar.gz ++++++
++++ 5080 lines of diff (skipped)


Reply via email to