Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
a5570a1a6e |
BIN
overrides-7.3.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
overrides-7.3.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
overrides-7.7.0.tar.gz
(Stored with Git LFS)
BIN
overrides-7.7.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,32 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sun Jun 11 20:45:59 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-overrides
|
# spec file for package python-overrides
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,20 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
|
||||||
Name: python-overrides
|
Name: python-overrides
|
||||||
Version: 7.7.0
|
Version: 7.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A decorator to automatically detect mismatch when overriding a method
|
Summary: A decorator to automatically detect mismatch when overriding a method
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/mkorpela/overrides
|
URL: https://github.com/mkorpela/overrides
|
||||||
Source: https://files.pythonhosted.org/packages/source/o/overrides/overrides-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/o/overrides/overrides-%{version}.tar.gz
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user