Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fastjsonschema for
openSUSE:Factory checked in at 2023-05-30 22:01:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastjsonschema (Old)
and /work/SRC/openSUSE:Factory/.python-fastjsonschema.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastjsonschema"
Tue May 30 22:01:18 2023 rev:5 rq:1089592 version:2.17.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-fastjsonschema/python-fastjsonschema.changes
2023-05-12 20:41:25.495231707 +0200
+++
/work/SRC/openSUSE:Factory/.python-fastjsonschema.new.1533/python-fastjsonschema.changes
2023-05-30 22:01:27.242660790 +0200
@@ -1,0 +2,8 @@
+Mon May 29 14:28:04 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.17.1:
+ * Fixed tests in sdist
+ * Added support for Decimals
+ * Added tests in sdist
+
+-------------------------------------------------------------------
Old:
----
fastjsonschema-2.16.3.tar.gz
New:
----
fastjsonschema-2.17.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fastjsonschema.spec ++++++
--- /var/tmp/diff_new_pack.DDUjOa/_old 2023-05-30 22:01:27.662663265 +0200
+++ /var/tmp/diff_new_pack.DDUjOa/_new 2023-05-30 22:01:27.666663289 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-fastjsonschema
-Version: 2.16.3
+Version: 2.17.1
Release: 0
Summary: Fastest Python implementation of JSON schema
License: BSD-3-Clause
@@ -26,16 +26,14 @@
URL: https://github.com/horejsek/python-fastjsonschema
Source:
https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-%{version}.tar.gz
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pytest-benchmark}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Suggests: python-colorama
Suggests: python-json-spec
Suggests: python-jsonschema
-Suggests: python-pylint
-Suggests: python-pytest
-Suggests: python-pytest-benchmark
-Suggests: python-pytest-cache
Suggests: python-validictory
BuildArch: noarch
%python_subpackages
@@ -46,19 +44,20 @@
%prep
%autosetup -p1 -n fastjsonschema-%{version}
-chmod -x fastjsonschema.egg-info/*
-
%build
-%python_build
+%pyproject_wheel
+
+%check
+%pytest
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/fastjsonschema
-%{python_sitelib}/fastjsonschema-%{version}*-info
+%{python_sitelib}/fastjsonschema-%{version}.dist-info
%changelog
++++++ fastjsonschema-2.16.3.tar.gz -> fastjsonschema-2.17.1.tar.gz ++++++
++++ 96012 lines of diff (skipped)