1
0

Accepting request 1132677 from devel:languages:python

- update to 7.4.0:
  * Support PEP 604 _Allow writing union types as X | Y_

OBS-URL: https://build.opensuse.org/request/show/1132677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-overrides?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2023-12-12 18:32:38 +00:00 committed by Git OBS Bridge
commit 2d3fcbbc14
4 changed files with 12 additions and 6 deletions

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

Binary file not shown.

3
overrides-7.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9502a3cca51f4fac40b5feca985b6703a5c1f6ad815588a7ca9e285b9dca6757
size 24804

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@ -17,18 +17,18 @@
Name: python-overrides Name: python-overrides
Version: 7.3.1 Version: 7.4.0
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