Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Darren Ng
pyalpm
Commits
b665bc52
Verified
Commit
b665bc52
authored
May 20, 2021
by
Jelle van der Waa
🚧
Browse files
0.10.1 release
Minor update to resolve compatibility with libalpm callback api.
parent
4d57d41b
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
b665bc52
pyalpm 10 :
pyalpm 0.10.1 :
* Fix segfaults with libalpm callbacks
pyalpm 0.10 :
* compatible with pacman 6
* document pacman.git building compatbility
* use pytest-pacman for unit testing
...
...
README.md
View file @
b665bc52
...
...
@@ -10,7 +10,7 @@ in the Arch Linux distribution.
*
Python 3 or later
*
libalpm 1
0 or later
*
libalpm 1
3
*
python-setuptools
...
...
setup.py
View file @
b665bc52
...
...
@@ -7,7 +7,7 @@ libalpm = pkgconfig.parse('libalpm')
os
.
putenv
(
'LC_CTYPE'
,
'en_US.UTF-8'
)
pyalpm_version
=
'0.10'
pyalpm_version
=
'0.10
.1
'
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