diff --git a/python-wadllib.changes b/python-wadllib.changes index 698dd50..f24631c 100644 --- a/python-wadllib.changes +++ b/python-wadllib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Aug 17 13:27:21 UTC 2021 - pgajdos@suse.com + +- version update to 1.3.5 + - Drop support for Python 3.2, 3.3, and 3.4. + - Accept Unicode parameter values again when performing multipart/form-data + encoding on Python 2 (broken in 1.3.3). +- %check: use %pyunittest rpm macro + ------------------------------------------------------------------- Wed Jul 22 10:40:47 UTC 2020 - Marketa Calabkova diff --git a/python-wadllib.spec b/python-wadllib.spec index 3300929..c140570 100644 --- a/python-wadllib.spec +++ b/python-wadllib.spec @@ -1,7 +1,7 @@ # # spec file for package python-wadllib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wadllib -Version: 1.3.4 +Version: 1.3.5 Release: 0 Summary: Navigate HTTP resources using WADL files as guides License: LGPL-3.0-or-later @@ -48,7 +48,8 @@ file. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +cd src +%pyunittest discover -v %files %{python_files} %license COPYING.txt diff --git a/wadllib-1.3.4.tar.gz b/wadllib-1.3.4.tar.gz deleted file mode 100644 index 36ed9d4..0000000 --- a/wadllib-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e995691713d3c795d2b36278de8e212241870f46bec6ecba91794ea3cc5bd67d -size 63151 diff --git a/wadllib-1.3.5.tar.gz b/wadllib-1.3.5.tar.gz new file mode 100644 index 0000000..ff38a96 --- /dev/null +++ b/wadllib-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fecbaec2fef5ae2d7717a8115d271f18c6b5441eac861c58be8ca57f63c1d3 +size 62769