Accepting request 1031397 from home:mcepl:branches:devel:languages:python:Factory

- The package actually builds with Python 3.11.

OBS-URL: https://build.opensuse.org/request/show/1031397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exceptiongroup?expand=0&rev=3
This commit is contained in:
Matej Cepl 2022-10-26 21:25:04 +00:00 committed by Git OBS Bridge
parent 2a802a46f2
commit 9028e3df74
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 26 19:53:01 UTC 2022 - Matej Cepl <mcepl@suse.com>
- The package actually builds with Python 3.11.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 9 19:54:31 UTC 2022 - Ben Greiner <code@bnavigator.de> Sun Oct 9 19:54:31 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -17,7 +17,6 @@
%define pyversion 1.0.0rc9 %define pyversion 1.0.0rc9
%define skip_python311 1
Name: python-exceptiongroup Name: python-exceptiongroup
Version: 1.0.0~rc9 Version: 1.0.0~rc9
Release: 0 Release: 0
@ -25,7 +24,7 @@ Summary: Backport of PEP 654 (exception groups)
License: MIT AND Python-2.0 License: MIT AND Python-2.0
URL: https://github.com/agronholm/exceptiongroup URL: https://github.com/agronholm/exceptiongroup
Source: https://github.com/agronholm/exceptiongroup/archive/refs/tags/%{pyversion}.tar.gz#/exceptiongroup-%{pyversion}-gh.tar.gz Source: https://github.com/agronholm/exceptiongroup/archive/refs/tags/%{pyversion}.tar.gz#/exceptiongroup-%{pyversion}-gh.tar.gz
BuildRequires: %{python_module base >= 3.7 with %python-base < 3.11} BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module flit-scm} BuildRequires: %{python_module flit-scm}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}