forked from pool/python-pytest-listener
- Update to 1.8.1:
* Use py_modules in setup.py - Drop patch specify-modules-correctly.patch, now included. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-listener?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 04:04:55 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.8.1:
|
||||
* Use py_modules in setup.py
|
||||
- Drop patch specify-modules-correctly.patch, now included.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-listener
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pytest-listener
|
||||
Version: 1.8.0
|
||||
Version: 1.8.1
|
||||
Release: 0
|
||||
Summary: A simple network listener for pytest
|
||||
License: MIT
|
||||
@@ -25,8 +25,6 @@ URL: https://github.com/man-group/pytest-plugins
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-listener/pytest-listener-%{version}.tar.gz
|
||||
# https://github.com/man-group/pytest-plugins/issues/209
|
||||
Patch0: python-pytest-listener-no-six.patch
|
||||
# PATCH-FIX-UPSTREAM gh#man-group/pytest-plugins#248
|
||||
Patch1: specify-modules-correctly.patch
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools-git}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37c9014d7d5df596bbaf1ee1e53b9480e999a420a15fa24dc3b0b52bd6a2b297
|
||||
size 9017
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d92e3689a10f3384633cad6d777eed34b2990d1f57df4ca3e84cae137fb6f679
|
||||
size 10343
|
||||
@@ -1,13 +0,0 @@
|
||||
Index: pytest-listener-1.8.0/setup.py
|
||||
===================================================================
|
||||
--- pytest-listener-1.8.0.orig/setup.py
|
||||
+++ pytest-listener-1.8.0/setup.py
|
||||
@@ -41,7 +41,7 @@ if __name__ == '__main__':
|
||||
classifiers=classifiers,
|
||||
install_requires=install_requires,
|
||||
tests_require=tests_require,
|
||||
- packages=find_packages(exclude='tests'),
|
||||
+ py_modules=['pytest_listener'],
|
||||
entry_points=entry_points,
|
||||
))
|
||||
setup(**kwargs)
|
||||
Reference in New Issue
Block a user