Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-helpers-namespace for
openSUSE:Factory checked in at 2021-04-01 14:16:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-helpers-namespace (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-helpers-namespace.new.2401
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-helpers-namespace"
Thu Apr 1 14:16:52 2021 rev:5 rq:881275 version:2021.3.24
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-helpers-namespace/python-pytest-helpers-namespace.changes
2020-02-18 13:30:22.884816402 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-helpers-namespace.new.2401/python-pytest-helpers-namespace.changes
2021-04-01 14:18:03.992050545 +0200
@@ -1,0 +2,10 @@
+Wed Mar 24 17:57:35 UTC 2021 - John Vandenberg <[email protected]>
+
+- Disabled Python 2 packages due to Python 2 only dependencies
+- Disabled sdist test which requires pypi.org network access
+- Update to v2021.3.24
+ * Switched project to a ``src`` layout.
+ * Switched project to a declarative setuptools approach
+ * Added support to check if a helper has been registered
+
+-------------------------------------------------------------------
Old:
----
pytest-helpers-namespace-2019.1.8.tar.gz
New:
----
pytest-helpers-namespace-2021.3.24.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-helpers-namespace.spec ++++++
--- /var/tmp/diff_new_pack.le1sZ8/_old 2021-04-01 14:18:06.008053681 +0200
+++ /var/tmp/diff_new_pack.le1sZ8/_new 2021-04-01 14:18:06.012053687 +0200
@@ -17,15 +17,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-pytest-helpers-namespace
-Version: 2019.1.8
+Version: 2021.3.24
Release: 0
Summary: PyTest Helpers Namespace
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/saltstack/pytest-helpers-namespace
-Source:
https://github.com/saltstack/pytest-helpers-namespace/archive/v%{version}.tar.gz#/pytest-helpers-namespace-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-helpers-namespace/pytest-helpers-namespace-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools-declarative-requirements}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest
@@ -41,6 +43,8 @@
%prep
%setup -q -n pytest-helpers-namespace-%{version}
+# Remove versions which cause pypi.org network access
+sed -i '/setuptools/d' setup.cfg
%build
%python_build
@@ -53,7 +57,7 @@
%pytest -ra --forked
%files %{python_files}
-%doc README.rst
+%doc README.rst docs/*.rst
%license LICENSE
%{python_sitelib}/*
++++++ pytest-helpers-namespace-2019.1.8.tar.gz ->
pytest-helpers-namespace-2021.3.24.tar.gz ++++++
++++ 3633 lines of diff (skipped)