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
36e20c99
Verified
Commit
36e20c99
authored
Jun 13, 2021
by
Jelle van der Waa
🚧
Browse files
Release 0.10.4
parent
d456b74c
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
36e20c99
pyalpm 0.10.4 :
* Add fallback for architectures now being an list
* Update pacman configuration in pycman
* Update syncdb example
pyalpm 0.10.3 :
* Fix segfault with libalpm progress/event/question callbacks
...
...
setup.py
View file @
36e20c99
...
...
@@ -7,7 +7,7 @@ libalpm = pkgconfig.parse('libalpm')
os
.
putenv
(
'LC_CTYPE'
,
'en_US.UTF-8'
)
pyalpm_version
=
'0.10.
3
'
pyalpm_version
=
'0.10.
4
'
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