From 1cbc8422af0067a92a6cda03a604406c4272e6c6beaccab2801920870fcf4e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 3 Aug 2021 10:08:17 +0000 Subject: [PATCH] Accepting request 909935 from home:mcalabkova:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. OBS-URL: https://build.opensuse.org/request/show/909935 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=3 --- devpi-common-3.4.0.tar.gz | 3 --- devpi-common-3.6.0.tar.gz | 3 +++ python-devpi-common.changes | 10 ++++++++++ python-devpi-common.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 devpi-common-3.4.0.tar.gz create mode 100644 devpi-common-3.6.0.tar.gz 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