Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-socket for
openSUSE:Factory checked in at 2023-05-10 16:18:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-socket (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-socket.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-socket"
Wed May 10 16:18:56 2023 rev:4 rq:1085839 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-socket/python-pytest-socket.changes
2020-06-10 00:49:20.495090243 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-socket.new.1533/python-pytest-socket.changes
2023-05-10 16:18:56.799124543 +0200
@@ -1,0 +2,36 @@
+Tue May 9 21:18:12 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.6.0:
+ * Add Change Log project URL
+ * test: update httpbin commit hash
+ * Upgrade CodeSee workflow to version 2
+ * fix: don't break on doctests
+ * docs: Fix syntax for setup.cfg
+ * Fix pytest-socket raises IndexError with httpx
+ * test: move the reenable fixture to conftest
+ * Switch to poetry-core
+ * Handle `family` passed as keyword argument
+ * refactor: consolidate global options to config
+ * test: replace pytest-flake8 with pre-commit
+ * refactor/fix: move logic into setup phase and correct order
+ * test: add test module for combinations
+ * fix: test allow_hosts for unix sockets
+ * test: move unix decorator to conftest
+ * test: randomize test order
+ * test: replace coverage command
+ * refactor: replace .format with f-strings
+ * lint: apply black
+ * Enable Unix sockets selectively with --allow-unix-socket
+ * Test refactor, add CodeQL scanning
+ * Correctly subclass socket.socket
+ * Add testing against Python 3.9, Dropped testing against
+ Python 3.5
+ * Doc updates
+ * Avoid changing the type of `socket.socket` to function.
+ * Sourcery Starbot â refactored miketheman/pytest-socket
+ * Don't block unix sockets
+ * docs: add details on fixture scope
+ * chore: replace rst with markdown
+ * test: add testing for some async frameworks
+
+-------------------------------------------------------------------
Old:
----
pytest-socket-0.3.5.tar.gz
New:
----
pytest_socket-0.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-socket.spec ++++++
--- /var/tmp/diff_new_pack.omboSY/_old 2023-05-10 16:18:57.235127122 +0200
+++ /var/tmp/diff_new_pack.omboSY/_new 2023-05-10 16:18:57.243127169 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-socket
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-pytest-socket
-Version: 0.3.5
+Version: 0.6.0
Release: 0
Summary: Pytest Plugin to disable socket
License: MIT
URL: https://github.com/miketheman/pytest-socket
-Source:
https://files.pythonhosted.org/packages/source/p/pytest-socket/pytest-socket-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-socket/pytest_socket-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -39,7 +38,7 @@
A Pytest Plugin to disable socket calls during tests.
%prep
-%setup -q -n pytest-socket-%{version}
+%setup -q -n pytest_socket-%{version}
%build
%python_build
@@ -53,7 +52,7 @@
#%%pytest
%files %{python_files}
-%doc README.rst
+%doc README.md
%license LICENSE
%{python_sitelib}/*