Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-osc-tiny for openSUSE:Factory
checked in at 2022-08-02 22:09:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-osc-tiny (Old)
and /work/SRC/openSUSE:Factory/.python-osc-tiny.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-osc-tiny"
Tue Aug 2 22:09:33 2022 rev:18 rq:992375 version:0.6.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-osc-tiny/python-osc-tiny.changes
2022-07-22 19:21:25.112678787 +0200
+++
/work/SRC/openSUSE:Factory/.python-osc-tiny.new.1533/python-osc-tiny.changes
2022-08-02 22:10:25.945987053 +0200
@@ -1,0 +2,19 @@
+Tue Aug 2 15:45:47 UTC 2022 - Matej Cepl <[email protected]>
+
+- It's PyYAML, not pyYAML.
+
+-------------------------------------------------------------------
+Tue Aug 2 08:23:02 UTC 2022 - Matej Cepl <[email protected]>
+
+- Fix two typos
+
+-------------------------------------------------------------------
+Mon Aug 1 21:35:10 UTC 2022 - Marina Latini <[email protected]>
+
+- Enhanced dependency management for Py3.7 and earlier
+ * Re-add `responses` that is needed for building tests
+- Use python_module macro for build requires
+- Remove the BuildRequires: %{python_module devel}
+- Refactoring of spec file with spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-osc-tiny.spec ++++++
--- /var/tmp/diff_new_pack.lIwMC5/_old 2022-08-02 22:10:26.369988276 +0200
+++ /var/tmp/diff_new_pack.lIwMC5/_new 2022-08-02 22:10:26.373988287 +0200
@@ -27,7 +27,6 @@
URL: https://github.com/crazyscientist/osc-tiny
Source:
https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
@@ -42,12 +41,12 @@
Requires: python-python-dateutil
Requires: python-pytz
Requires: python-requests
+Suggests: openssh
+BuildArch: noarch
%if %python_version_nodots < 38
-BuildRequires: python3-cached-property
+BuildRequires: %{python_module cached-property}
Requires: python-cached-property
%endif
-Suggests: openssh
-BuildArch: noarch
%python_subpackages
%description
@@ -56,9 +55,9 @@
For further details see:
-* https://osc-tiny.readthedocs.io/en/latest/
-* https://openbuildservice.org/
-* https://build.opensuse.org/apidocs/index
+ * https://osc-tiny.readthedocs.io/en/latest/
+ * https://openbuildservice.org/
+ * https://build.opensuse.org/apidocs/index
%prep
%setup -q -n osc-tiny-%{version}
@@ -66,13 +65,13 @@
%build
%python_build
-%check
-%pytest
-
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%pytest
+
%files %{python_files}
%doc README.md
%license LICENSE