Sync from SUSE:SLFO:Main python-overrides revision 7acfa1592ceadc2b003a9b61f61a188c

This commit is contained in:
Adrian Schröter 2024-12-13 11:52:50 +01:00
parent afbb52b4dd
commit cb864f554e
4 changed files with 37 additions and 7 deletions

BIN
overrides-7.3.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
overrides-7.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Sep 05 12:04:56 UTC 2024 - Caroline Sena <caroline.sena@suse.com>
- Added macro to fix build error on Leap 15.6
-------------------------------------------------------------------
Tue Jan 30 18:05:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.7.0:
* Fixing https://github.com/mkorpela/overrides/issues/121
-------------------------------------------------------------------
Mon Jan 22 22:29:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.6.0:
* Fixing bytecode handling in 3.12
-------------------------------------------------------------------
Sat Jan 20 19:26:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.5.0:
* Fix _is_same_module() on PyPy
-------------------------------------------------------------------
Tue Dec 12 13:18:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.4.0:
* Support PEP 604 _Allow writing union types as X | Y_
-------------------------------------------------------------------
Sun Jun 11 20:45:59 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-overrides
#
# 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,19 +16,20 @@
#
%{?sle15_python_module_pythons}
Name: python-overrides
Version: 7.3.1
Version: 7.7.0
Release: 0
Summary: A decorator to automatically detect mismatch when overriding a method
License: Apache-2.0
URL: https://github.com/mkorpela/overrides
Source: https://files.pythonhosted.org/packages/source/o/overrides/overrides-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages