14
0

- Delete rebuild-extension.patch

- Update to 0.9.9
  * Support for CPython 3.11
- 0.9.8
  * Support for 3.10 added

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crfsuite?expand=0&rev=7
This commit is contained in:
2023-02-21 10:28:49 +00:00
committed by Git OBS Bridge
parent 976abd56cf
commit 9f6cc2bc3e
5 changed files with 16 additions and 2148 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 21 10:27:13 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Delete rebuild-extension.patch
- Update to 0.9.9
* Support for CPython 3.11
- 0.9.8
* Support for 3.10 added
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 21 02:48:48 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com> Mon Feb 21 02:48:48 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-crfsuite # spec file for package python-python-crfsuite
# #
# Copyright (c) 2022 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,17 +16,14 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-crfsuite Name: python-python-crfsuite
Version: 0.9.7 Version: 0.9.9
Release: 0 Release: 0
Summary: Python binding for CRFsuite Summary: Python binding for CRFsuite
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/scrapinghub/python-crfsuite URL: https://github.com/scrapinghub/python-crfsuite
Source: https://files.pythonhosted.org/packages/source/p/python-crfsuite/python-crfsuite-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/python-crfsuite/python-crfsuite-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#scrapinghub/python-crfsuite#c4c8b879fdf0cea493aedcc494321e35746417d1
Patch0: rebuild-extension.patch
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@@ -57,6 +54,7 @@ mv bak pycrfsuite
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt
%doc CHANGES.rst README.rst %doc CHANGES.rst README.rst
%{python_sitearch}/* %{python_sitearch}/pycrfsuite
%{python_sitearch}/python_crfsuite-%{version}*-info
%changelog %changelog

File diff suppressed because it is too large Load Diff