Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-maturin: Update to 1.6.0 #2854

Merged
merged 1 commit into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/py/python-maturin/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ld-linux-x86-64.so.2:__tls_get_addr
libc.so.6:__environ
libc.so.6:__errno_location
libc.so.6:__libc_start_main
libc.so.6:__stack_chk_fail
Expand All @@ -26,6 +25,7 @@ libc.so.6:fork
libc.so.6:free
libc.so.6:fstat64
libc.so.6:fstatat64
libc.so.6:getauxval
libc.so.6:getcwd
libc.so.6:getenv
libc.so.6:getpid
Expand All @@ -37,11 +37,9 @@ libc.so.6:isatty
libc.so.6:lseek64
libc.so.6:lstat64
libc.so.6:malloc
libc.so.6:memchr
libc.so.6:memcmp
libc.so.6:memcpy
libc.so.6:memmove
libc.so.6:memrchr
libc.so.6:memset
libc.so.6:mkdir
libc.so.6:mmap64
Expand Down Expand Up @@ -78,6 +76,7 @@ libc.so.6:realloc
libc.so.6:realpath
libc.so.6:recv
libc.so.6:recvmsg
libc.so.6:sched_yield
libc.so.6:sendmsg
libc.so.6:setenv
libc.so.6:setgid
Expand Down
6 changes: 3 additions & 3 deletions packages/py/python-maturin/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : python-maturin
version : 1.5.1
release : 42
version : 1.6.0
release : 43
source :
- https://github.com/PyO3/maturin/archive/refs/tags/v1.5.1.tar.gz : 18198cc9421d04933586b9730abcdd80fe3484e209d2b8223aa7dc1f12c4c3fe
- https://github.com/PyO3/maturin/archive/refs/tags/v1.6.0.tar.gz : 10809d4df85532cb70d9f186117cac8b2d2fa9b03c8f2fb53a8dc8a531f5afeb
license :
- Apache-2.0
- MIT
Expand Down
18 changes: 9 additions & 9 deletions packages/py/python-maturin/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="executable">/usr/bin/maturin</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.5.1-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.5.1-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.5.1-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.5.1-py3.11.egg-info/not-zip-safe</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.5.1-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.5.1-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.6.0-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.6.0-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.6.0-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.6.0-py3.11.egg-info/not-zip-safe</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.6.0-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin-1.6.0-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/maturin/__pycache__/__init__.cpython-311.pyc</Path>
Expand All @@ -37,9 +37,9 @@
</Files>
</Package>
<History>
<Update release="42">
<Date>2024-04-23</Date>
<Version>1.5.1</Version>
<Update release="43">
<Date>2024-06-05</Date>
<Version>1.6.0</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>[email protected]</Email>
Expand Down