diff --git a/python-requre.changes b/python-requre.changes index dc9b114..2154cea 100644 --- a/python-requre.changes +++ b/python-requre.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Feb 26 16:32:40 UTC 2024 - Dirk Müller + +- restrict to new python stack in sle15 + +------------------------------------------------------------------- +Mon Feb 26 12:27:18 UTC 2024 - Dirk Müller + +- update to 0.8.4: + * Provide `__version__` of the package so it can be easily + checked when installed on the system. + * Fix an issue of clashing with the _coverage_. + * Packaging has been modernized. + ------------------------------------------------------------------- Mon Jul 17 07:00:01 UTC 2023 - Steve Kowalik @@ -12,7 +26,7 @@ Mon Jun 20 06:04:36 UTC 2022 - Steve Kowalik - Update to 0.8.2: * default decorator if not given * guess output decorator class - * class shortcut decorators + * class shortcut decorators * python tuple support as base type * Fix a performance issue when detecting cassettes following the old naming format. diff --git a/python-requre.spec b/python-requre.spec index 53bb8c1..76a9379 100644 --- a/python-requre.spec +++ b/python-requre.spec @@ -1,7 +1,7 @@ # # spec file for package python-requre # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,16 @@ # +%{?sle15_python_module_pythons} Name: python-requre -Version: 0.8.2 +Version: 0.8.4 Release: 0 Summary: Python libray for storing and using objects for testing License: MIT URL: https://github.com/packit-service/requre Source: https://files.pythonhosted.org/packages/source/r/requre/requre-%{version}.tar.gz +BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -35,7 +35,7 @@ Requires: python-click Requires: python-requests Suggests: python-pytest Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML} @@ -52,11 +52,6 @@ various objects and use stored data for testing. %prep %setup -q -n requre-%{version} -sed -i '1{/#!/d}' requre/requre_patch.py - -# https://github.com/packit/requre/issues/131 -sed -i 's/not network_connection_avalilable()/False/' tests/*.py - # Remove cyclic dependency with ogr rm tests/test_E2E_ogr.py diff --git a/requre-0.8.2.tar.gz b/requre-0.8.2.tar.gz deleted file mode 100644 index 3255573..0000000 --- a/requre-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77000970912650b8ae34daa889fa8edf817dc6c2aa7bb172b813550db2642f12 -size 231880 diff --git a/requre-0.8.4.tar.gz b/requre-0.8.4.tar.gz new file mode 100644 index 0000000..186455d --- /dev/null +++ b/requre-0.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a42f41f09450e1b10915e0adb9edd919d94137f4cfbf23b400ddffa3591930d +size 226513