Accepting request 1135350 from devel:languages:python

- 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/request/show/1135350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uri-template?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2023-12-28 21:54:56 +00:00 committed by Git OBS Bridge
commit f9f8f9542a
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>

View File

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

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.