15
0

Accepting request 909935 from home:mcalabkova:branches:devel:languages:python

- 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
This commit is contained in:
2021-08-03 10:08:17 +00:00
committed by Git OBS Bridge
parent 0a15041159
commit 1cbc8422af
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10cbe52a5c94eafe619a8c65601ee7dec31085609dffb171062258676f12d4dd
size 22652

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc14aa6b74d4d9e27dc2e9cbff000ed9be5cd723d3ac9672e66e4e8fce797227
size 23854

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 2 13:13:26 UTC 2021 - Markéta Machová <mmachova@suse.com>
- 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 <jayvdb@gmail.com>

View File

@@ -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