From 87de166abd39b5c3f4f7bfc35c0bae3be21bd9c4970efea9efe16dc7433d7804 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 18:28:55 +0000 Subject: [PATCH] - update to 4.1.1: - Add type annotations to uritemplate and distribute them for others to use - Update to a modern documentation theme as well - Drop support for Python 2.7, 3.4, and 3.5 - Better support number-like types as values for variables in a template OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uritemplate?expand=0&rev=15 --- python-uritemplate.changes | 9 +++++++++ python-uritemplate.spec | 5 +++-- uritemplate-3.0.1.tar.gz | 3 --- uritemplate-4.1.1.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 uritemplate-3.0.1.tar.gz create mode 100644 uritemplate-4.1.1.tar.gz diff --git a/python-uritemplate.changes b/python-uritemplate.changes index 5d84ec9..5ef3f40 100644 --- a/python-uritemplate.changes +++ b/python-uritemplate.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Nov 6 18:27:16 UTC 2021 - Dirk Müller + +- update to 4.1.1: + - Add type annotations to uritemplate and distribute them for others to use + - Update to a modern documentation theme as well + - Drop support for Python 2.7, 3.4, and 3.5 + - Better support number-like types as values for variables in a template + ------------------------------------------------------------------- Fri Feb 7 15:44:07 UTC 2020 - Marketa Calabkova diff --git a/python-uritemplate.spec b/python-uritemplate.spec index 3e6ca5b..9e818ab 100644 --- a/python-uritemplate.spec +++ b/python-uritemplate.spec @@ -1,7 +1,7 @@ # # spec file for package python-uritemplate # -# 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 @@ -17,9 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 %bcond_without tests Name: python-uritemplate -Version: 3.0.1 +Version: 4.1.1 Release: 0 Summary: URI Template Expansison License: Apache-2.0 diff --git a/uritemplate-3.0.1.tar.gz b/uritemplate-3.0.1.tar.gz deleted file mode 100644 index 6e1f615..0000000 --- a/uritemplate-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae -size 32806 diff --git a/uritemplate-4.1.1.tar.gz b/uritemplate-4.1.1.tar.gz new file mode 100644 index 0000000..4f5dba3 --- /dev/null +++ b/uritemplate-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0 +size 273898