-
Notifications
You must be signed in to change notification settings - Fork 15
/
NEWS
105 lines (83 loc) · 3 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
pyalpm 0.10.6 :
* udpate pacman git repository url
* add pyproject.toml
* add clang compilation support
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
* Update syncdb example
pyalpm 0.10.3 :
* Fix segfault with libalpm progress/event/question callbacks
pyalpm 0.10.2 :
* Fix segfault with libalpm freeing the database object
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
pyalpm 8.8.5 :
* resolve memory leaks caused by not releasing the alpm_handle
pyalpm 0.8 :
* compatible with pacman 5
pyalpm 0.7 :
* compatible with pacman 4.2
* 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)
pyalpm 0.6.1 :
* fix: incorrect warnings from new pacman.conf options (FS#34591).
pyalpm 0.6 :
* compatible with pacman 4.1
pyalpm 0.5.3 :
* fix: incorrect integer types in file lists
pyalpm 0.5.2 :
* fix: optimistic cast on 64-bit platforms
* fix: UnicodeDecodeError on some packages with non-UTF8
filenames (FS#26412)
* remove alpm_list_get_data() usage for pacman 4.1
pyalpm 0.5.1 :
* pycman: parse ILoveCandy and SigLevel in pacman.conf
pyalpm 0.5 :
* now requires pacman 4.0
* API: initialize() replaced by Handle() constructor
* API: DB.url property replaced by DB.servers
* API: Package.files now returns a list of (name, size, mode)
* API: Handle has a new attribute gpgdir
* pycman: support --gpgdir, --cachedir, --debug options
* fix: repository order suhffled in pacman.conf parsing
* fix: incorrect default values for options
pyalpm 0.4.2 :
* fix a typo in init_with_config()
* add an example script to list optdepends (cf pacman FS#16108)
pyalpm 0.4.1 :
* better parser for pacman.conf files
* interface tweaks for pycman
pyalpm 0.4 :
* wraps alpm_db_update(), alpm_db_search()
* fix: extra free() after calling transaction.add_pkg()
* pycman: correctly read configuration
* pycman: nearly complete support for remove, sync, upgrade actions
pyalpm 0.3 :
* wraps alpm_db_set_pkgreason()
* wraps alpm_sync_newversion()
* wraps transaction control functions
* initial support for getting/setting Python functions as libalpm callbacks
* pycman: support -D, -Q[demotu]
pyalpm 0.2 :
* handles alpm error strings
* wraps alpm_db_read_grp()
* wraps alpm_pkg_get_reason()
* wraps alpm_find_grp_pkgs()
* wraps alpm_find_satisfier()
* add pycman (Python clone of pacman), with read-only actions
pyalpm 0.1 :
* databases and packages are wrapped by Python classes
* support for registering databases
* support for getting/setting libalpm options (except callbacks)