Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-localserver for
openSUSE:Factory checked in at 2026-04-13 23:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-localserver (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-localserver.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-localserver"
Mon Apr 13 23:18:13 2026 rev:11 rq:1346223 version:0.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-localserver/python-pytest-localserver.changes
2025-05-30 17:26:24.277930495 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-localserver.new.21863/python-pytest-localserver.changes
2026-04-13 23:18:48.147915317 +0200
@@ -1,0 +2,24 @@
+Sun Apr 12 17:33:38 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.10.0:
+ * Clarify examples in README
+ * Drop Python 3.6 support
+ * Add Python 3.14 support
+ * Add pytest 9 support
+ * Consolidate tests
+ * Remove obsolete driver code in some modules
+ * Remove obsolete PyTest command from setup.py
+ * Switch to PEP-639 compliant license metadata
+ * Update outdated GitHub Action versions
+ * Add a summary GitHub Action job
+ * Update the AUTHORS file
+ * Update listed dependencies to add support for pytest 8 and
+ drop support for pytest<4.6
+ * Add support for exposing server certificate
+ * Explicitly store request data (fixes #77)
+ * Make the code compliant with pre-commit hooks
+ * Remove unused `six` from tox config
+ * Drop Python 3.5 support
+ * Add Python 3.13 support
+
+-------------------------------------------------------------------
Old:
----
pytest-localserver-0.8.1.tar.gz
New:
----
_scmsync.obsinfo
build.specials.obscpio
pytest_localserver-0.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-localserver.spec ++++++
--- /var/tmp/diff_new_pack.lrcISK/_old 2026-04-13 23:18:48.699938080 +0200
+++ /var/tmp/diff_new_pack.lrcISK/_new 2026-04-13 23:18:48.703938244 +0200
@@ -25,18 +25,18 @@
%define pytestjobs -n ${RPM_BUILD_NCPUS:-1}
%endif
Name: python-pytest-localserver
-Version: 0.8.1
+Version: 0.10.0
Release: 0
Summary: Plugin for py.test to test server connections locally
License: MIT
URL: https://github.com/pytest-dev/pytest-localserver
-Source:
https://files.pythonhosted.org/packages/source/p/pytest-localserver/pytest-localserver-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-localserver/pytest_localserver-%{version}.tar.gz
BuildRequires: %{python_module Werkzeug >= 0.10}
%if %{with extras}
BuildRequires: %{python_module aiosmtpd}
%endif
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module pytest >= 2.0.0}
+BuildRequires: %{python_module pytest >= 4.6}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools >= 42}
@@ -49,7 +49,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Werkzeug >= 0.10
-Requires: python-pytest >= 2.0.0
+Requires: python-pytest >= 4.6
BuildArch: noarch
%python_subpackages
@@ -64,7 +64,7 @@
no further!
%prep
-%setup -q -n pytest-localserver-%{version}
+%setup -q -n pytest_localserver-%{version}
%autopatch -p1
sed -i "1d" pytest_localserver/{plugin,smtp}.py
++++++ _scmsync.obsinfo ++++++
mtime: 1776015264
commit: 39c75cc4f1624341214aeab8c139807949ed8830d1f46e98deed4be46b525e3b
url: https://src.opensuse.org/python-pytest/python-pytest-localserver.git
revision: 39c75cc4f1624341214aeab8c139807949ed8830d1f46e98deed4be46b525e3b
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-04-12 19:34:46.000000000 +0200
@@ -0,0 +1 @@
+.osc