- 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
This commit is contained in:
Dirk Mueller 2023-12-27 16:18:11 +00:00 committed by Git OBS Bridge
parent 93793bf0df
commit 719c838778
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 27 16:17:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <fcrozat@suse.com> Mon May 15 13:25:19 UTC 2023 - Frederic Crozat <fcrozat@suse.com>

View File

@ -18,14 +18,14 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-uri-template Name: python-uri-template
Version: 1.2.0 Version: 1.3.0
Release: 0 Release: 0
Summary: RFC 6570 URI Template Processor Summary: RFC 6570 URI Template Processor
License: MIT License: MIT
URL: https://github.com/plinss/uri_template/ 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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@ -38,7 +38,6 @@ RFC 6570 URI Template Processor
%prep %prep
%setup -q -n uri-template-%{version} %setup -q -n uri-template-%{version}
sed -i "s/version='0.0.0',.*edit/version='%{version}',/" setup.py
%build %build
%pyproject_wheel %pyproject_wheel

BIN
uri-template-1.3.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
uri_template-1.2.0-gh.tar.gz (Stored with Git LFS)

Binary file not shown.