Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-uri-template for
openSUSE:Factory checked in at 2023-12-28 22:54:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uri-template (Old)
and /work/SRC/openSUSE:Factory/.python-uri-template.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uri-template"
Thu Dec 28 22:54:56 2023 rev:4 rq:1135350 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uri-template/python-uri-template.changes
2023-05-17 10:52:40.083197775 +0200
+++
/work/SRC/openSUSE:Factory/.python-uri-template.new.28375/python-uri-template.changes
2023-12-28 22:55:02.652366931 +0100
@@ -1,0 +2,9 @@
+Wed Dec 27 16:17:15 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.3.0:
+ * Allow overriding charset in subclasses
+ * Switch test code to f-strings
+ * Add variable keys
+- switch to pypi release
+
+-------------------------------------------------------------------
Old:
----
uri_template-1.2.0-gh.tar.gz
New:
----
uri-template-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-uri-template.spec ++++++
--- /var/tmp/diff_new_pack.zuBiPf/_old 2023-12-28 22:55:03.156385330 +0100
+++ /var/tmp/diff_new_pack.zuBiPf/_new 2023-12-28 22:55:03.156385330 +0100
@@ -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 @@
%prep
%setup -q -n uri-template-%{version}
-sed -i "s/version='0.0.0',.*edit/version='%{version}',/" setup.py
%build
%pyproject_wheel