Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-rnginline for
openSUSE:Factory checked in at 2023-06-06 19:56:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rnginline (Old)
and /work/SRC/openSUSE:Factory/.python-rnginline.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rnginline"
Tue Jun 6 19:56:21 2023 rev:5 rq:1091056 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rnginline/python-rnginline.changes
2021-10-11 15:32:13.318903138 +0200
+++
/work/SRC/openSUSE:Factory/.python-rnginline.new.15902/python-rnginline.changes
2023-06-06 19:57:11.914807396 +0200
@@ -1,0 +2,17 @@
+Mon Jun 5 10:29:18 UTC 2023 - [email protected]
+
+- version update to 1.0.0
+ * Changed
+ Supported Python versions are now 3.7 â 3.11 (inclusive)
+ Project codebase & tooling refreshed
+ Get rnginline.__version__ / rnginline --version from package metadata
instead of hardcoding it.
+ * Fixed
+ Handle indirectly-included components when overriding (#5)
+ Thanks to takesson for reporting this and providing a test case to
demonstrate the issue.
+ Resolved deprecation warnings from:
+ old string escape syntax
+ pkg_resources module (we now use importlib_resources)
+ docopt (we now use docopt-ng)
+- python-six is not required
+
+-------------------------------------------------------------------
Old:
----
rnginline-0.0.2.tar.gz
New:
----
rnginline-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-rnginline.spec ++++++
--- /var/tmp/diff_new_pack.Pns8iS/_old 2023-06-06 19:57:12.514810954 +0200
+++ /var/tmp/diff_new_pack.Pns8iS/_new 2023-06-06 19:57:12.522811001 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-rnginline
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,24 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-rnginline
-Version: 0.0.2
+Version: 1.0.0
Release: 0
Summary: Python libary to flatten multi-file RELAX NG schemas
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/h4l/rnginline
Source:
https://files.pythonhosted.org/packages/source/r/rnginline/rnginline-%{version}.tar.gz
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module poetry}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-docopt
+Requires: python-importlib_resources >= 5.12.0
Requires: python-lxml
-Requires: python-six
+Requires: python-typing_extensions >= 4.5.0
Requires(post): update-alternatives
Requires(postun):update-alternatives
Suggests: python-coverage
@@ -40,9 +42,10 @@
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module docopt}
+BuildRequires: %{python_module importlib_resources >= 5.12.0}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module six}
+BuildRequires: %{python_module typing_extensions >= 4.5.0}
%endif
%python_subpackages
@@ -55,21 +58,16 @@
%setup -q -n rnginline-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/rnginline
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check
pushd rnginline
-# test/test_rnginline.py:113: in <module>
-# test_testcases_testcases = _load_testcases()
-# [..]
-# E NotImplementedError: Can't perform this operation for unregistered
loader type
-rm test/test_{rnginline,cmdline}.py
%pytest
%endif
@@ -81,8 +79,8 @@
%files %{python_files}
%license LICENSE.txt
-%doc CHANGELOG.rst README.rst
+%doc README.md
%python_alternative %{_bindir}/rnginline
-%{python_sitelib}/*
+%{python_sitelib}/rnginline*
%changelog
++++++ rnginline-0.0.2.tar.gz -> rnginline-1.0.0.tar.gz ++++++
++++ 8550 lines of diff (skipped)