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 2022-08-04 13:23:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-localserver (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-localserver.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-localserver"

Thu Aug  4 13:23:22 2022 rev:4 rq:992066 version:0.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-localserver/python-pytest-localserver.changes
      2020-03-27 00:28:52.840365709 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-localserver.new.1521/python-pytest-localserver.changes
    2022-08-04 13:23:36.388523003 +0200
@@ -1,0 +2,23 @@
+Mon Aug  1 15:00:37 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update build requirements: Without setuptools_scm[toml], this
+  installs a version 0.0.0 into the python metadata.
+- Drop obsolete remove_bindir.patch
+
+-------------------------------------------------------------------
+Sun Jul 31 12:21:40 UTC 2022 - Torsten Gruner <simmpho...@opensuse.org>
+
+- Update to 0.6.0
+  * Drop support for Python 3.3 and 3.4
+  * Use setuptools_scm for managing versions of this package
+  * Support sending chunked responses from the HTTP server
+  * Switch SMTP server backend from smtpd to aiosmtpd
+- version 0.5.1.post0
+  * Explicitly list supported Python versions with python_requires in setup.py.
+- version 0.5.1
+  * Regenerate included certificate to use SHA-256 hash to avoid OpenSSL 
errors (fixes #2).
+  * Add support for Python 3.10.
+  * Drop support for Python 2.6.
+  * Migrate repository to Github and update project metadata.
+
+-------------------------------------------------------------------

Old:
----
  pytest-localserver-0.5.0.tar.gz
  remove_bindir.patch

New:
----
  pytest-localserver-0.6.0.tar.gz

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

Other differences:
------------------
++++++ python-pytest-localserver.spec ++++++
--- /var/tmp/diff_new_pack.vrQYgM/_old  2022-08-04 13:23:37.376525806 +0200
+++ /var/tmp/diff_new_pack.vrQYgM/_new  2022-08-04 13:23:37.380525818 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-localserver
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,19 +17,27 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
 Name:           python-pytest-localserver
-Version:        0.5.0
+Version:        0.6.0
 Release:        0
 Summary:        Plugin for py.test to test server connections locally
 License:        MIT
-URL:            https://bitbucket.org/pytest-dev/pytest-localserver
+URL:            https://github.com/pytest-dev/pytest-localserver
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-localserver/pytest-localserver-%{version}.tar.gz
-Patch0:         remove_bindir.patch
 BuildRequires:  %{python_module Werkzeug >= 0.10}
+BuildRequires:  %{python_module aiosmtpd}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest >= 2.0.0}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 42}
+BuildRequires:  %{python_module setuptools_scm >= 3.4.1}
+BuildRequires:  %{python_module wheel}
+%if 0%{?suse_version} <= 1500
+# old setuptools_scm[toml] needs explicit extra
+BuildRequires:  %{python_module toml}
+%endif
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Werkzeug >= 0.10
@@ -50,21 +58,22 @@
 %prep
 %setup -q -n pytest-localserver-%{version}
 %autopatch -p1
+sed -i "1d" pytest_localserver/{plugin,smtp}.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest -s
+%pytest
 
 %files %{python_files}
-%doc README
+%doc README.rst
 %license LICENSE
 %{python_sitelib}/pytest_localserver
-%{python_sitelib}/pytest_localserver-%{version}-py*.egg-info
+%{python_sitelib}/pytest_localserver-%{version}*-info
 
 %changelog

++++++ pytest-localserver-0.5.0.tar.gz -> pytest-localserver-0.6.0.tar.gz ++++++
++++ 5442 lines of diff (skipped)

Reply via email to