diff --git a/pytest-socket-0.3.3.tar.gz b/pytest-socket-0.3.3.tar.gz deleted file mode 100644 index 4804566..0000000 --- a/pytest-socket-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f845d952894cdc0cc0a34a998ab843ddf2a12eb282b450f558d2ec019fdbe36 -size 8670 diff --git a/pytest-socket-0.3.4.tar.gz b/pytest-socket-0.3.4.tar.gz new file mode 100644 index 0000000..3382b21 --- /dev/null +++ b/pytest-socket-0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6480d6962b1f908f4b7c267ed4cfbc8fe27555562dec31cf9f8988fc1bf11f64 +size 5128 diff --git a/python-pytest-socket.changes b/python-pytest-socket.changes index 344753c..f636cb6 100644 --- a/python-pytest-socket.changes +++ b/python-pytest-socket.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 14 09:06:47 UTC 2020 - Tomáš Chvátal + +- Update to 0.4.3: + * Drop support for unsupported versions of Python #23 + * Convert toolchain from pip/tox/twine to poetry + * Replace TravisCI and Appveyor with GitHub Actions #36 + * Update for correct test output #31 + * Add renovatebot for dependecy updates #26 + ------------------------------------------------------------------- Tue Jul 23 15:40:41 UTC 2019 - Todd R diff --git a/python-pytest-socket.spec b/python-pytest-socket.spec index cf36f47..bd8bb1b 100644 --- a/python-pytest-socket.spec +++ b/python-pytest-socket.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-socket # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,27 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-pytest-socket -Version: 0.3.3 +Version: 0.3.4 Release: 0 -License: MIT Summary: Pytest Plugin to disable socket -Url: https://github.com/miketheman/pytest-socket -Group: Development/Languages/Python -Source: https://github.com/miketheman/pytest-socket/archive/%{version}.tar.gz#/pytest-socket-%{version}.tar.gz +License: MIT +URL: https://github.com/miketheman/pytest-socket +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 +Requires: python-pytest >= 3.6.3 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest >= 3.6.3} # /SECTION -Requires: python-pytest >= 3.6.3 -BuildArch: noarch - %python_subpackages %description @@ -49,8 +49,8 @@ A Pytest Plugin to disable socket calls during tests. %python_expand %fdupes %{buildroot}%{$python_sitelib} # Tests require a network connection -# %%check -# %%pytest +#%%check +#%%pytest %files %{python_files} %doc README.rst