Hello community,

here is the log from the commit of package python-irc for openSUSE:Factory 
checked in at 2019-03-01 16:47:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-irc (Old)
 and      /work/SRC/openSUSE:Factory/.python-irc.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-irc"

Fri Mar  1 16:47:55 2019 rev:3 rq:680052 version:17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-irc/python-irc.changes    2019-01-21 
11:02:01.963144953 +0100
+++ /work/SRC/openSUSE:Factory/.python-irc.new.28833/python-irc.changes 
2019-03-01 16:47:56.393787377 +0100
@@ -1,0 +2,12 @@
+Wed Feb 27 02:30:05 UTC 2019 - John Vandenberg <[email protected]>
+
+- Remove build dependency on pytest-flake8 and pytest-sugar, dropping
+  fix-lint.patch which is now unnecessary modification.
+- Remove doc dependencies as the docs are not being built, and have limited
+  value beyond information not already present in the rst files.
+- Remove redundant build dependency on python-jaraco.base, which is a
+  dependency of the other listed 'real' jaraco dependencies.
+- Remove build dependency on python-six
+- Add runtime dependencies
+
+-------------------------------------------------------------------

Old:
----
  fix-lint.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-irc.spec ++++++
--- /var/tmp/diff_new_pack.Et3HUx/_old  2019-03-01 16:47:56.965787161 +0100
+++ /var/tmp/diff_new_pack.Et3HUx/_new  2019-03-01 16:47:56.969787160 +0100
@@ -27,22 +27,16 @@
 Group:          Development/Libraries/Python
 URL:            https://github.com/jaraco/irc
 Source:         
https://files.pythonhosted.org/packages/source/i/irc/%{modname}-%{version}.tar.gz
-Patch0:         fix-lint.patch
-BuildRequires:  %{python_module Sphinx}
-BuildRequires:  %{python_module jaraco.base}
 BuildRequires:  %{python_module jaraco.collections}
-BuildRequires:  %{python_module jaraco.itertools}
+BuildRequires:  %{python_module jaraco.functools >= 1.10}
+BuildRequires:  %{python_module jaraco.itertools >= 1.8}
 BuildRequires:  %{python_module jaraco.logging}
-BuildRequires:  %{python_module jaraco.packaging}
 BuildRequires:  %{python_module jaraco.text}
 BuildRequires:  %{python_module more-itertools}
-BuildRequires:  %{python_module pygments}
-BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
-BuildRequires:  %{python_module rst.linker}
 BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module tempora}
+BuildRequires:  %{python_module tempora >= 1.6}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Provides:       python-irclib = %{version}
@@ -51,9 +45,16 @@
 BuildArch:      noarch
 %if 0%{?suse_version} > 1500
 BuildRequires:  %{python_module jaraco.stream}
-BuildRequires:  %{python_module pytest-flake8}
-BuildRequires:  %{python_module pytest-sugar}
 %endif
+Requires:       python-jaraco.collections
+Requires:       python-jaraco.functools >= 1.20
+Requires:       python-jaraco.itertools >= 1.8
+Requires:       python-jaraco.logging
+Requires:       python-jaraco.stream
+Requires:       python-jaraco.text
+Requires:       python-more-itertools
+Requires:       python-pytz
+Requires:       python-tempora >= 1.6
 %python_subpackages
 
 %description
@@ -64,8 +65,8 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1
 sed -i -e '1s!/env python!/python!' scripts/testbot.py
+sed -i 's/--flake8//' pytest.ini
 
 %build
 %python_build
@@ -76,7 +77,7 @@
 
 %if 0%{?suse_version} > 1500
 %check
-%python_exec setup.py pytest
+%python_exec -m pytest
 %endif
 
 %files %{python_files}


Reply via email to