diff --git a/devpi-common-3.4.0.tar.gz b/devpi-common-3.4.0.tar.gz deleted file mode 100644 index 36b1805..0000000 --- a/devpi-common-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10cbe52a5c94eafe619a8c65601ee7dec31085609dffb171062258676f12d4dd -size 22652 diff --git a/devpi-common-3.6.0.tar.gz b/devpi-common-3.6.0.tar.gz new file mode 100644 index 0000000..54ec334 --- /dev/null +++ b/devpi-common-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc14aa6b74d4d9e27dc2e9cbff000ed9be5cd723d3ac9672e66e4e8fce797227 +size 23854 diff --git a/python-devpi-common.changes b/python-devpi-common.changes index 40a59f8..29c868b 100644 --- a/python-devpi-common.changes +++ b/python-devpi-common.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 2 13:13:26 UTC 2021 - Markéta Machová + +- Update to 3.6.0 + * support data-yanked attribute in HTMLPage parser. + * Replace “cached_property” with “lazy” package, which uses __dict__ + directly for much faster reads. + * Hide password from URL representation. + * Allow replacement of individual netloc parts with URL.replace method. + ------------------------------------------------------------------- Tue Sep 10 11:52:46 UTC 2019 - John Vandenberg diff --git a/python-devpi-common.spec b/python-devpi-common.spec index d13b935..a6d7a04 100644 --- a/python-devpi-common.spec +++ b/python-devpi-common.spec @@ -1,7 +1,7 @@ # # spec file for package python-devpi-common # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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-devpi-common -Version: 3.4.0 +Version: 3.6.0 Release: 0 Summary: Utilities jointly used by devpi-server and devpi-client License: MIT @@ -33,6 +33,7 @@ Requires: python-requests >= 2.3.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module py >= 1.4.20} +BuildRequires: %{python_module lazy} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.3.0} # /SECTION