forked from pool/python-devpi-common
Accepting request 909946 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/909946 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10cbe52a5c94eafe619a8c65601ee7dec31085609dffb171062258676f12d4dd
|
||||
size 22652
|
||||
3
devpi-common-3.6.0.tar.gz
Normal file
3
devpi-common-3.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc14aa6b74d4d9e27dc2e9cbff000ed9be5cd723d3ac9672e66e4e8fce797227
|
||||
size 23854
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user