Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Felix Yan
pyalpm
Commits
9a673803
Verified
Commit
9a673803
authored
Jun 01, 2021
by
Jelle van der Waa
🚧
Browse files
Release 0.10.2
parent
e6a8bd43
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
9a673803
pyalpm 0.10.2 :
* Fix segfault with libalpm freeing the database object
pyalpm 0.10.1 :
* Fix segfaults with libalpm callbacks
...
...
setup.py
View file @
9a673803
...
...
@@ -7,7 +7,7 @@ libalpm = pkgconfig.parse('libalpm')
os
.
putenv
(
'LC_CTYPE'
,
'en_US.UTF-8'
)
pyalpm_version
=
'0.10.
1
'
pyalpm_version
=
'0.10.
2
'
cflags
=
[
'-Wall'
,
'-Wextra'
,
'-Werror'
,
'-Wno-unused-parameter'
,
'-Wno-incompatible-pointer-types'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment