14
0
2024-02-08 18:03:43 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 8 09:57:35 UTC 2024 - Adrian Schröter <adrian@suse.de>
- fix build for python 3.12
-------------------------------------------------------------------
Wed Jan 3 09:41:42 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -48,6 +48,8 @@ This package contains the runtime for Python 3.
%prep
%setup -q -n antlr4-%{version}/runtime/Python3
cp %{SOURCE1} LICENSE.txt
# fixing for python 3.12
sed -i 's,self.assertEquals,self.assertEqual,' tests/Test*
%build
%pyproject_wheel