17
0

4 Commits

Author SHA256 Message Date
e80e84cdac Accepting request 1316822 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1316822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uritemplate?expand=0&rev=11
2025-11-10 18:19:39 +00:00
fe7e106d59 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uritemplate?expand=0&rev=22
2025-11-10 08:26:54 +00:00
02c155228e Accepting request 1284985 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uritemplate?expand=0&rev=10
2025-06-12 13:53:39 +00:00
0ecb168718 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uritemplate?expand=0&rev=20
2025-06-12 05:11:27 +00:00
4 changed files with 26 additions and 8 deletions

View File

@@ -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>

View File

@@ -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

Binary file not shown.

3
uritemplate-4.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e
size 33267