diff --git a/python-uritemplate.changes b/python-uritemplate.changes index 7225409..5035a41 100644 --- a/python-uritemplate.changes +++ b/python-uritemplate.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 10 08:26:49 UTC 2025 - Dirk Müller + +- update to 4.2.0: + * Drop support for Python 3.8 + * Fix bug where already url-encoded values were further escaped + and encoded (See https://github.com/python- + hyper/uritemplate/issues/99) + * Refactor uritemplate/variable.py to enable fixing the + aforementioned bug. + ------------------------------------------------------------------- Thu Jun 12 05:01:37 UTC 2025 - Steve Kowalik diff --git a/python-uritemplate.spec b/python-uritemplate.spec index 7d8b181..96996e2 100644 --- a/python-uritemplate.spec +++ b/python-uritemplate.spec @@ -1,7 +1,7 @@ # # spec file for package python-uritemplate # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %bcond_without tests Name: python-uritemplate -Version: 4.1.1 +Version: 4.2.0 Release: 0 Summary: URI Template Expansison License: Apache-2.0 diff --git a/uritemplate-4.1.1.tar.gz b/uritemplate-4.1.1.tar.gz deleted file mode 100644 index 4f5dba3..0000000 --- a/uritemplate-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0 -size 273898 diff --git a/uritemplate-4.2.0.tar.gz b/uritemplate-4.2.0.tar.gz new file mode 100644 index 0000000..d780f28 --- /dev/null +++ b/uritemplate-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e +size 33267