Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
David Runge
pyalpm
Commits
11e3d31b
Verified
Commit
11e3d31b
authored
Jun 26, 2021
by
Jelle van der Waa
🚧
Browse files
Release 0.10.5
parent
ed24eb34
Pipeline
#9270
passed with stage
in 37 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
11e3d31b
pyalpm 0.10.5 :
* Add coverage for pycman
* Add SAST scanner
* Fix find_grp_pkgs segfault
* Fix transaction related segfaults
pyalpm 0.10.4 :
* Add fallback for architectures now being an list
* Update pacman configuration in pycman
...
...
setup.py
View file @
11e3d31b
...
...
@@ -7,7 +7,7 @@ libalpm = pkgconfig.parse('libalpm')
os
.
putenv
(
'LC_CTYPE'
,
'en_US.UTF-8'
)
pyalpm_version
=
'0.10.
4
'
pyalpm_version
=
'0.10.
5
'
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