- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user