Skip to content

Commit

Permalink
pypi-marisa_trie: Autospec creation for update from version 1.2.0 to …
Browse files Browse the repository at this point in the history
…version 1.2.1

1.2.1 (2024-10-12)
------------------

* Publish Python 3.13 wheels (only CPython ones, PyPy ones are skipped until pypa/distutils#283 is fixed).
* Rebuild Cython wrapper with Cython 3.0.11.
  • Loading branch information
fenrus75 committed Oct 14, 2024
1 parent 2792632 commit 5baa473
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 13 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.1 (2024-10-12)
------------------

* Publish Python 3.13 wheels (only CPython ones, PyPy ones are skipped until https://github.com/pypa/distutils/issues/283 is fixed).
* Rebuild Cython wrapper with Cython 3.0.11.

1.2.0 (2024-06-05)
------------------

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/ff/3b/e3b9e08c393acc474e7a60df6f5e180af103ad25b0c29cee3ce2564447eb/marisa_trie-1.2.0.tar.gz
URL = https://files.pythonhosted.org/packages/31/15/9d9743897e4450b2de199ee673b50cb018980c4ced477d41cf91304a85e3/marisa_trie-1.2.1.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/ff/3b/e3b9e08c393acc474e7a60df6f5e180af103ad25b0c29cee3ce2564447eb/marisa_trie-1.2.0.tar.gz
url = https://files.pythonhosted.org/packages/31/15/9d9743897e4450b2de199ee673b50cb018980c4ced477d41cf91304a85e3/marisa_trie-1.2.1.tar.gz
archives =
giturl =
domain =
Expand All @@ -17,6 +17,8 @@ allow_test_failures = false
asneeded = false
# this package is trusted enough to automatically update (used by other tools)
autoupdate = true
# try to use mock short circuit to avoid full rebuilds
avoid_rebuild = false
# extend flags with '-std=gnu++98
broken_c++ = false
# disable parallelization during build
Expand Down
33 changes: 24 additions & 9 deletions pypi-marisa_trie.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: distutils3
# autospec version: v12
# autospec commit: fbcebd0
# autospec version: v20
# autospec commit: f35655a
#
Name : pypi-marisa_trie
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
Version : 1.2.1
Release : 4
URL : https://files.pythonhosted.org/packages/31/15/9d9743897e4450b2de199ee673b50cb018980c4ced477d41cf91304a85e3/marisa_trie-1.2.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/31/15/9d9743897e4450b2de199ee673b50cb018980c4ced477d41cf91304a85e3/marisa_trie-1.2.1.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 @@ -27,6 +28,14 @@ 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 @@ -48,15 +57,15 @@ python3 components for the pypi-marisa_trie package.


%prep
%setup -q -n marisa_trie-1.2.0
cd %{_builddir}/marisa_trie-1.2.0
%setup -q -n marisa_trie-1.2.1
cd %{_builddir}/marisa_trie-1.2.1

%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=1717695971
export SOURCE_DATE_EPOCH=1728919241
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down Expand Up @@ -91,6 +100,8 @@ 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/a4234e4d571f968ffc45c02bd0b008207edc2739 || :
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand All @@ -99,6 +110,10 @@ echo ----[ mark ]----
%files
%defattr(-,root,root,-)

%files license
%defattr(0644,root,root,0755)
/usr/share/package-licenses/pypi-marisa_trie/a4234e4d571f968ffc45c02bd0b008207edc2739

%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 @@
3
4
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
346ae590443bfa3b6dd3e34197a91c14acfa4390/marisa_trie-1.2.0.tar.gz
6decdd58822bd73d3da430fc2d99544d5732f97a/marisa_trie-1.2.1.tar.gz

0 comments on commit 5baa473

Please sign in to comment.