Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e80e84cdac | |||
| fe7e106d59 | |||
| 02c155228e | |||
| 0ecb168718 |
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 08:26:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 07:09:34 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-uritemplate
|
||||
#
|
||||
# Copyright (c) 2023 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,14 +19,16 @@
|
||||
%{?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
|
||||
Group: Development/Languages/Python
|
||||
URL: https://pypi.python.org/pypi/uritemplate
|
||||
Source: https://files.pythonhosted.org/packages/source/u/uritemplate/uritemplate-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -40,10 +42,10 @@ templates up to and including Level 4 in that specification
|
||||
%autosetup -p1 -n uritemplate-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%if %{with tests}
|
||||
@@ -57,6 +59,6 @@ $python tests/test_uritemplate.py
|
||||
%license LICENSE LICENSE.*
|
||||
%doc AUTHORS.rst HISTORY.rst README.rst
|
||||
%{python_sitelib}/uritemplate
|
||||
%{python_sitelib}/uritemplate-%{version}*-info
|
||||
%{python_sitelib}/uritemplate-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
BIN
uritemplate-4.1.1.tar.gz
LFS
BIN
uritemplate-4.1.1.tar.gz
LFS
Binary file not shown.
3
uritemplate-4.2.0.tar.gz
Normal file
3
uritemplate-4.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e
|
||||
size 33267
|
||||
Reference in New Issue
Block a user