Skip to content

Commit

Permalink
pypi-marisa_trie: Autospec creation for update from version 1.1.1 to …
Browse files Browse the repository at this point in the history
…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).
  • Loading branch information
fenrus75 committed Jun 6, 2024
1 parent 69403c6 commit 2792632
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 28 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down Expand Up @@ -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

33 changes: 9 additions & 24 deletions pypi-marisa_trie.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 || :
Expand All @@ -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,-)

Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4287f2c15fe07581e5a7fce63a798a913333b03d/marisa_trie-1.1.1.tar.gz
346ae590443bfa3b6dd3e34197a91c14acfa4390/marisa_trie-1.2.0.tar.gz

0 comments on commit 2792632

Please sign in to comment.