15
0

- update to 21.0.0:

* Update plus sign (+) handling to work with/like HTML form encoding (POST)
    by default, fixes #129, and associated roundtripping (#146).
  * Package IDNA tables.
  * Long overdue dependency bumps

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperlink?expand=0&rev=11
This commit is contained in:
2021-03-13 13:10:35 +00:00
committed by Git OBS Bridge
parent 3b49ed190c
commit 4107d8e55d
4 changed files with 14 additions and 5 deletions

View File

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

BIN
hyperlink-21.0.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 13 13:07:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 21.0.0:
* Update plus sign (+) handling to work with/like HTML form encoding (POST)
by default, fixes #129, and associated roundtripping (#146).
* Package IDNA tables.
* Long overdue dependency bumps
-------------------------------------------------------------------
Mon Sep 28 11:54:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hyperlink
#
# Copyright (c) 2020 SUSE LLC
# 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-hyperlink
Version: 20.0.1
Version: 21.0.0
Release: 0
Summary: Immutable URL support for Python
License: MIT