Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jsonschema-spec for
openSUSE:Factory checked in at 2023-05-10 16:18:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonschema-spec (Old)
and /work/SRC/openSUSE:Factory/.python-jsonschema-spec.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema-spec"
Wed May 10 16:18:47 2023 rev:3 rq:1085827 version:0.1.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jsonschema-spec/python-jsonschema-spec.changes
2023-03-27 18:16:10.659074118 +0200
+++
/work/SRC/openSUSE:Factory/.python-jsonschema-spec.new.1533/python-jsonschema-spec.changes
2023-05-10 16:18:48.555075776 +0200
@@ -1,0 +2,7 @@
+Tue May 9 18:49:41 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update requirements:
+ * jsonschema has upper limit
+ * poetry-core is enough to build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonschema-spec.spec ++++++
--- /var/tmp/diff_new_pack.anpB7T/_old 2023-05-10 16:18:48.995078379 +0200
+++ /var/tmp/diff_new_pack.anpB7T/_new 2023-05-10 16:18:49.003078426 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jsonschema-spec
Version: 0.1.4
Release: 0
@@ -25,12 +24,10 @@
URL: https://github.com/p1c2u/jsonschema-spec
Source:
https://github.com/p1c2u/jsonschema-spec/archive/refs/tags/%{version}.tar.gz#/jsonschema-spec-%{version}.tar.gz
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module wheel}
+BuildRequires: %{python_module poetry-core >= 1}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module jsonschema >= 4.0.0}
+BuildRequires: %{python_module jsonschema >= 4.0.0 with %python-jsonschema <
4.18}
BuildRequires: %{python_module PyYAML >= 5.1}
BuildRequires: %{python_module pathable >= 0.4.1}
BuildRequires: %{python_module pytest}
@@ -38,9 +35,10 @@
# /SECTION
BuildRequires: fdupes
Requires: python-PyYAML >= 5.1
-Requires: python-jsonschema >= 4.0.0
Requires: python-pathable >= 0.4.1
Requires: python-typing_extensions
+Requires: (python-jsonschema >= 4.0.0 with python-jsonschema < 4.18)
+Provides: python-jsonschema_spec = %{version}-%{release}
BuildArch: noarch
%python_subpackages
@@ -67,6 +65,7 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/jsonschema_spec*/
+%{python_sitelib}/jsonschema_spec
+%{python_sitelib}/jsonschema_spec-%{version}.dist-info
%changelog