From 27926320dd3f56787c1faf6763496df4e975b563 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 6 Jun 2024 17:46:12 +0000 Subject: [PATCH] pypi-marisa_trie: Autospec creation for update from version 1.1.1 to version 1.2.0 1.2.0 (2024-06-05) ------------------ * Added Python 3.13 support (#105). * Rebuild Cython wrapper with Cython 3.0.10 (#105). --- ChangeLog | 6 ++++++ Makefile | 2 +- options.conf | 4 +++- pypi-marisa_trie.spec | 33 +++++++++------------------------ release | 2 +- upstream | 2 +- 6 files changed, 21 insertions(+), 28 deletions(-) diff --git a/ChangeLog b/ChangeLog index e62b0dc..5aa82b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ CHANGES ======= +1.2.0 (2024-06-05) +------------------ + +* Added Python 3.13 support (#105). +* Rebuild Cython wrapper with Cython 3.0.10 (#105). + 1.1.1 (2024-05-06) ------------------ diff --git a/Makefile b/Makefile index 94b5907..6907282 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-marisa_trie -URL = https://files.pythonhosted.org/packages/c9/5d/2cb545ed5896a8cf9a1994dbfb794d20371d774193f1cb0bfa395da73e10/marisa_trie-1.1.1.tar.gz +URL = https://files.pythonhosted.org/packages/ff/3b/e3b9e08c393acc474e7a60df6f5e180af103ad25b0c29cee3ce2564447eb/marisa_trie-1.2.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 94e64ab..1a4b171 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-marisa_trie -url = https://files.pythonhosted.org/packages/c9/5d/2cb545ed5896a8cf9a1994dbfb794d20371d774193f1cb0bfa395da73e10/marisa_trie-1.1.1.tar.gz +url = https://files.pythonhosted.org/packages/ff/3b/e3b9e08c393acc474e7a60df6f5e180af103ad25b0c29cee3ce2564447eb/marisa_trie-1.2.0.tar.gz archives = giturl = domain = @@ -71,6 +71,8 @@ use_avx512 = false use_clang = false # configure build for lto use_lto = true +# use ninja build files +use_ninja = false # require package verification for build verify_required = false diff --git a/pypi-marisa_trie.spec b/pypi-marisa_trie.spec index 89f311d..47831a7 100644 --- a/pypi-marisa_trie.spec +++ b/pypi-marisa_trie.spec @@ -2,18 +2,17 @@ # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py # Using build pattern: distutils3 -# autospec version: v10 -# autospec commit: 5905be9 +# autospec version: v12 +# autospec commit: fbcebd0 # Name : pypi-marisa_trie -Version : 1.1.1 -Release : 2 -URL : https://files.pythonhosted.org/packages/c9/5d/2cb545ed5896a8cf9a1994dbfb794d20371d774193f1cb0bfa395da73e10/marisa_trie-1.1.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/c9/5d/2cb545ed5896a8cf9a1994dbfb794d20371d774193f1cb0bfa395da73e10/marisa_trie-1.1.1.tar.gz +Version : 1.2.0 +Release : 3 +URL : https://files.pythonhosted.org/packages/ff/3b/e3b9e08c393acc474e7a60df6f5e180af103ad25b0c29cee3ce2564447eb/marisa_trie-1.2.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/ff/3b/e3b9e08c393acc474e7a60df6f5e180af103ad25b0c29cee3ce2564447eb/marisa_trie-1.2.0.tar.gz Summary : Static memory-efficient and fast Trie-like structures for Python. Group : Development/Tools License : MIT -Requires: pypi-marisa_trie-license = %{version}-%{release} Requires: pypi-marisa_trie-python = %{version}-%{release} Requires: pypi-marisa_trie-python3 = %{version}-%{release} BuildRequires : buildreq-distutils3 @@ -28,14 +27,6 @@ MARISA Trie .. image:: https://img.shields.io/pypi/pyversions/marisa-trie.svg :target: https://pypi.python.org/pypi/marisa-trie -%package license -Summary: license components for the pypi-marisa_trie package. -Group: Default - -%description license -license components for the pypi-marisa_trie package. - - %package python Summary: python components for the pypi-marisa_trie package. Group: Default @@ -57,15 +48,15 @@ python3 components for the pypi-marisa_trie package. %prep -%setup -q -n marisa_trie-1.1.1 -cd %{_builddir}/marisa_trie-1.1.1 +%setup -q -n marisa_trie-1.2.0 +cd %{_builddir}/marisa_trie-1.2.0 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1716834094 +export SOURCE_DATE_EPOCH=1717695971 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -100,8 +91,6 @@ ASFLAGS="$CLEAR_INTERMEDIATE_ASFLAGS" LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS" export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} -mkdir -p %{buildroot}/usr/share/package-licenses/pypi-marisa_trie -cp %{_builddir}/marisa_trie-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-marisa_trie/6fda3bd980303bc97c2623844a52aab8750e53fd || : python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : @@ -110,10 +99,6 @@ echo ----[ mark ]---- %files %defattr(-,root,root,-) -%files license -%defattr(0644,root,root,0755) -/usr/share/package-licenses/pypi-marisa_trie/6fda3bd980303bc97c2623844a52aab8750e53fd - %files python %defattr(-,root,root,-) diff --git a/release b/release index 0cfbf08..00750ed 100644 --- a/release +++ b/release @@ -1 +1 @@ -2 +3 diff --git a/upstream b/upstream index 4c1aa32..ad3cd17 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -4287f2c15fe07581e5a7fce63a798a913333b03d/marisa_trie-1.1.1.tar.gz +346ae590443bfa3b6dd3e34197a91c14acfa4390/marisa_trie-1.2.0.tar.gz