diff --git a/python-wadllib.changes b/python-wadllib.changes index f24631c..cfbd91f 100644 --- a/python-wadllib.changes +++ b/python-wadllib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Oct 24 21:33:23 UTC 2021 - Matej Cepl + +- Update to 1.3.6: + - Remove buildout support in favour of tox. [bug=922605] + - Adjust versioning strategy to avoid importing pkg_resources, + which is slow in large environments. + ------------------------------------------------------------------- Tue Aug 17 13:27:21 UTC 2021 - pgajdos@suse.com diff --git a/python-wadllib.spec b/python-wadllib.spec index c140570..2cdd9b5 100644 --- a/python-wadllib.spec +++ b/python-wadllib.spec @@ -18,13 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wadllib -Version: 1.3.5 +Version: 1.3.6 Release: 0 Summary: Navigate HTTP resources using WADL files as guides License: LGPL-3.0-or-later Group: Development/Languages/Python URL: https://launchpad.net/wadllib Source: https://files.pythonhosted.org/packages/source/w/wadllib/wadllib-%{version}.tar.gz +BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module lazr.uri} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -53,7 +54,7 @@ cd src %files %{python_files} %license COPYING.txt -%doc README.txt +%doc README.rst NEWS.rst HACKING.rst %{python_sitelib}/* %changelog diff --git a/wadllib-1.3.5.tar.gz b/wadllib-1.3.5.tar.gz deleted file mode 100644 index ff38a96..0000000 --- a/wadllib-1.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84fecbaec2fef5ae2d7717a8115d271f18c6b5441eac861c58be8ca57f63c1d3 -size 62769 diff --git a/wadllib-1.3.6.tar.gz b/wadllib-1.3.6.tar.gz new file mode 100644 index 0000000..9ddfabd --- /dev/null +++ b/wadllib-1.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd9ad6a2c1007d34ca208e1da6341bbca1804c0e6850f954db04bdd7666c5fc +size 62197