From 719c838778d8dc80c591744b87d6b4a9086e3fad51082e605cb7b5376949a8d9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Dec 2023 16:18:11 +0000 Subject: [PATCH] - update to 1.3.0: * Allow overriding charset in subclasses * Switch test code to f-strings * Add variable keys - switch to pypi release OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uri-template?expand=0&rev=7 --- python-uri-template.changes | 9 +++++++++ python-uri-template.spec | 7 +++---- uri-template-1.3.0.tar.gz | 3 +++ uri_template-1.2.0-gh.tar.gz | 3 --- 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 uri-template-1.3.0.tar.gz delete mode 100644 uri_template-1.2.0-gh.tar.gz diff --git a/python-uri-template.changes b/python-uri-template.changes index b90c2cb..4c606d7 100644 --- a/python-uri-template.changes +++ b/python-uri-template.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 27 16:17:15 UTC 2023 - Dirk Müller + +- update to 1.3.0: + * Allow overriding charset in subclasses + * Switch test code to f-strings + * Add variable keys +- switch to pypi release + ------------------------------------------------------------------- Mon May 15 13:25:19 UTC 2023 - Frederic Crozat diff --git a/python-uri-template.spec b/python-uri-template.spec index 1404e15..f924fed 100644 --- a/python-uri-template.spec +++ b/python-uri-template.spec @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-uri-template -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: RFC 6570 URI Template Processor License: MIT URL: https://github.com/plinss/uri_template/ -Source: https://github.com/plinss/uri_template/archive/refs/tags/v%{version}.tar.gz#/uri_template-%{version}-gh.tar.gz +Source: https://files.pythonhosted.org/packages/source/u/uri-template/uri-template-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -38,7 +38,6 @@ RFC 6570 URI Template Processor %prep %setup -q -n uri-template-%{version} -sed -i "s/version='0.0.0',.*edit/version='%{version}',/" setup.py %build %pyproject_wheel diff --git a/uri-template-1.3.0.tar.gz b/uri-template-1.3.0.tar.gz new file mode 100644 index 0000000..c43f3ac --- /dev/null +++ b/uri-template-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7 +size 21678 diff --git a/uri_template-1.2.0-gh.tar.gz b/uri_template-1.2.0-gh.tar.gz deleted file mode 100644 index d9440e4..0000000 --- a/uri_template-1.2.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ce6969e78b282808787e6660031881e2531887b0e14d3675c0e8b1748764b60 -size 18296