From 3b49ed190c05aaec269ee0ecee23e9ea650b9132bcaafd698844a3d6aa40a46f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Sep 2020 11:54:37 +0000 Subject: [PATCH] - update to 20.0.1: * CPython 3.7 and 3.8 and PyPy3 added to test matrix * Hyperlink now has type hints and they are now exported per [PEP 561](https://www.python.org/dev/peps/pep-0561/). * Several bugs related to hidden state were fixed, making it so that all data on a `URL` object (including `rooted` and `uses_netloc`) is reflected by and consistent with its textual representation. This does mean that sometimes these constructor arguments are ignored, if it would create invalid or unparseable URL text. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperlink?expand=0&rev=9 --- hyperlink-19.0.0.tar.gz | 3 --- hyperlink-20.0.1.tar.gz | 3 +++ python-hyperlink.changes | 13 +++++++++++++ python-hyperlink.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 hyperlink-19.0.0.tar.gz create mode 100644 hyperlink-20.0.1.tar.gz diff --git a/hyperlink-19.0.0.tar.gz b/hyperlink-19.0.0.tar.gz deleted file mode 100644 index b620999..0000000 --- a/hyperlink-19.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4288e34705da077fada1111a24a0aa08bb1e76699c9ce49876af722441845654 -size 99099 diff --git a/hyperlink-20.0.1.tar.gz b/hyperlink-20.0.1.tar.gz new file mode 100644 index 0000000..e87230e --- /dev/null +++ b/hyperlink-20.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fcc7cd339c6cb2444463ec3277bdcfe142c8b1daf2160bdd52248deec815af +size 140291 diff --git a/python-hyperlink.changes b/python-hyperlink.changes index 33e47f3..ea9fba3 100644 --- a/python-hyperlink.changes +++ b/python-hyperlink.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 28 11:54:08 UTC 2020 - Dirk Mueller + +- update to 20.0.1: + * CPython 3.7 and 3.8 and PyPy3 added to test matrix + * Hyperlink now has type hints and they are now exported per + [PEP 561](https://www.python.org/dev/peps/pep-0561/). + * Several bugs related to hidden state were fixed, making it so that all data + on a `URL` object (including `rooted` and `uses_netloc`) is reflected by and + consistent with its textual representation. + This does mean that sometimes these constructor arguments are ignored, if it + would create invalid or unparseable URL text. + ------------------------------------------------------------------- Wed May 22 10:15:01 UTC 2019 - Tomáš Chvátal diff --git a/python-hyperlink.spec b/python-hyperlink.spec index d40e077..34ce1b5 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -1,7 +1,7 @@ # # spec file for package python-hyperlink # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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: 19.0.0 +Version: 20.0.1 Release: 0 Summary: Immutable URL support for Python License: MIT