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
3c4692bf
Commit
3c4692bf
authored
Dec 21, 2014
by
Rémy Oudompheng
Browse files
Release version 0.7
parent
f445d66e
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
3c4692bf
pyalpm 0.7 :
* compatible with pacman 4.1
* pycman: recognize Usage option of repositories
pyalpm 0.6.2 :
* pycman: recognize RemoteFileSigLevel and UseDelta=x options (FS#34791)
* init_with_config now handles IgnorePkg and similar options (FS#29688)
...
...
setup.py
View file @
3c4692bf
...
...
@@ -4,7 +4,7 @@ from distutils.core import Extension, setup
os
.
putenv
(
'LC_CTYPE'
,
'en_US.UTF-8'
)
pyalpm_version
=
'0.
6.2
'
pyalpm_version
=
'0.
7
'
cflags
=
[
'-Wall'
,
'-Wextra'
,
'-Werror'
,
'-Wconversion'
,
...
...
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